mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 12:16:03 +08:00
feat: update to game 3.2.0
This commit is contained in:
@@ -4,6 +4,7 @@ using EggLink.DanhengServer.GameServer.Server.Packet.Send.Player;
|
||||
using EggLink.DanhengServer.Internationalization;
|
||||
using EggLink.DanhengServer.Proto;
|
||||
using EggLink.DanhengServer.Util;
|
||||
using static EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types;
|
||||
|
||||
namespace EggLink.DanhengServer.Command.Command.Cmd;
|
||||
|
||||
|
||||
@@ -137,14 +137,13 @@ public class ResourceCache
|
||||
var cacheData = JsonConvert.DeserializeObject<ResourceCacheData>(Encoding.UTF8.GetString(buffer));
|
||||
if (cacheData == null) return false;
|
||||
|
||||
Parallel.ForEachAsync(
|
||||
Parallel.ForEach(
|
||||
typeof(GameData).GetProperties(BindingFlags.Public | BindingFlags.Static),
|
||||
async (prop, token) => {
|
||||
prop => {
|
||||
if (cacheData.GameDataValues.TryGetValue(prop.Name, out var valueBytes))
|
||||
prop.SetValue(null, await Task.Run(() => JsonConvert.DeserializeObject(
|
||||
Encoding.UTF8.GetString(
|
||||
CompressionHelper.Decompress(valueBytes)), prop.PropertyType, Serializer
|
||||
)
|
||||
prop.SetValue(null, JsonConvert.DeserializeObject(
|
||||
Encoding.UTF8.GetString(
|
||||
CompressionHelper.Decompress(valueBytes)), prop.PropertyType, Serializer
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
@@ -521,7 +521,7 @@ public class ResourceManager
|
||||
if (count < GameData.RogueNPCData.Count)
|
||||
Logger.Warn(I18NManager.Translate("Server.ServerInfo.ConfigMissing",
|
||||
I18NManager.Translate("Word.DialogueInfo"),
|
||||
$"{ConfigManager.Config.Path.ResourcePath}/Config/Level/Rogue/Dialogue",
|
||||
$"{ConfigManager.Config.Path.ResourcePath}/Config/Level/Rogue",
|
||||
I18NManager.Translate("Word.Dialogue")));
|
||||
|
||||
Logger.Info(I18NManager.Translate("Server.ServerInfo.LoadedItems", count.ToString(),
|
||||
|
||||
@@ -23,6 +23,8 @@ public enum ItemSubTypeEnum
|
||||
RogueMedal = 513,
|
||||
PamSkin = 514,
|
||||
FindChest = 515,
|
||||
PersonalCard = 516,
|
||||
PhoneCase = 517,
|
||||
Material = 601,
|
||||
Eidolon = 602,
|
||||
MuseumExhibit = 603,
|
||||
@@ -31,6 +33,7 @@ public enum ItemSubTypeEnum
|
||||
AetherSpirit = 606,
|
||||
FightFestSkill = 607,
|
||||
TrainPartyDiyMaterial = 608,
|
||||
PlanetFesItem = 609,
|
||||
Mission = 701,
|
||||
RelicSetShowOnly = 801,
|
||||
RelicRarityShowOnly = 802,
|
||||
|
||||
@@ -23,5 +23,6 @@ public enum ItemUseMethodEnum
|
||||
TravelBrochureUse = 901,
|
||||
TravelBrochurePasterUse = 902,
|
||||
PetSummonRecall = 1001,
|
||||
ClientGoto = 1101,
|
||||
FightFestMemorialPaper = 2501
|
||||
}
|
||||
@@ -27,5 +27,8 @@ public enum FinishActionTypeEnum
|
||||
ActivateAnchor = 22,
|
||||
TeleportRotatableRegion = 23,
|
||||
ChangeHeroBasicTypeAndSetLeader = 24,
|
||||
UpdateFloorSavedValue = 25
|
||||
UpdateFloorSavedValue = 25,
|
||||
SetGroupProperty = 26,
|
||||
ChangeTrainWorldId = 27,
|
||||
SetRaidValue = 28
|
||||
}
|
||||
@@ -606,5 +606,65 @@ public enum MissionFinishTypeEnum
|
||||
RogueTournTitanGetTitanBlessCnt = 310012,
|
||||
RogueTournEnableSeasonTalent = 310013,
|
||||
PropListStayInState = 310014,
|
||||
ChimeraEndlessHighestWorkValue = 310015
|
||||
ChimeraEndlessHighestWorkValue = 310015,
|
||||
PlanetFesLevel = 320000,
|
||||
PlanetFesBuyLandInTypeList = 320001,
|
||||
PlanetFesSetAvatarWorkCnt = 320002,
|
||||
PlanetFesUnlockAvatarInRarityList = 320003,
|
||||
PlanetFesAvatarLevel = 320004,
|
||||
PlanetFesAnyAvatarLevel = 320005,
|
||||
PlanetFesAnyAvatarStar = 320006,
|
||||
PlanetFesGetCardPieceNum = 320007,
|
||||
PlanetFesActivateCardNum = 320008,
|
||||
PlanetFesSkillTreePhase = 320009,
|
||||
PlanetFesSkillTreeAllLevel = 320010,
|
||||
PlanetFesProfitPerSecond = 320011,
|
||||
PlanetFesGetCoinNum = 320012,
|
||||
PlanetFesDoGachaCnt = 320013,
|
||||
PlanetFesDoGachaInTypeList = 320014,
|
||||
PlanetFesGetItemNum = 320015,
|
||||
PlanetFesFinishAvatarEventCnt = 320016,
|
||||
PlanetFesDeliverPamCargoCnt = 320017,
|
||||
PlanetFesAllAvatarLevelUpCnt = 320019,
|
||||
PlanetFesFinishGameEventInTypeList = 320020,
|
||||
MarbleFinishMatch = 320021,
|
||||
MarbleGetSeal = 320022,
|
||||
PlanetFesCurCoinNum = 320023,
|
||||
PlanetFesConsumeItemNum = 320024,
|
||||
PlanetFesConsumeItemNumWithType = 320025,
|
||||
PlanetFesEffectiveAvatarBuffNum = 320026,
|
||||
PlanetFesAvatarNumWithLevel = 320027,
|
||||
PlanetFesFinishBonusEventInTypeList = 320028,
|
||||
MarbleUnlockSealCount = 320029,
|
||||
MarbleFinishPvpCount = 320030,
|
||||
MarblePvpReachRank = 320031,
|
||||
PlanetFesAnyAvatarLevelUpCnt = 320032,
|
||||
PlanetFesFinishBusinessDayCnt = 320033,
|
||||
PlanetFesMinWorkAvatarLevel = 320034,
|
||||
PlanetFesAcceptQuest = 320035,
|
||||
PlanetFesAvatarNumWithStar = 320036,
|
||||
PlanetFesWorkAvatarNumWithStar = 320037,
|
||||
BadEnterBattleWithBuff = 320038,
|
||||
WorldCollectionCnt = 320039,
|
||||
PlanetFesAvatarDynamicLevel = 320040,
|
||||
PlanetFesWorkAvatarDynamicLevel = 320041,
|
||||
PlanetFesDynamicProfitRate = 320042,
|
||||
PlanetFesDeliverPamCargoToAvatarFully = 320043,
|
||||
PlanetFesAvatarBuffEffectiveWithIDList = 320044,
|
||||
PlanetFesLevelCoinProgressPercent = 320045,
|
||||
PlanetFesFinishQuestCntInTypeList = 320046,
|
||||
SpecificChallengeFinishStars = 320047,
|
||||
ParkourFinishLevel = 330000,
|
||||
SubMissionMultiFinish = 330001,
|
||||
ParkourWinOverNpcInLevel = 330002,
|
||||
ParkourLoseToNpcInLevel = 330003,
|
||||
ParkourBombedBySparkleFigureCnt = 330004,
|
||||
ParkourDestroySparkleFigureCnt = 330005,
|
||||
ParkourReachRankInLevel = 330006,
|
||||
RogueTournFinishLayerWithBossExtraChallenge = 330007,
|
||||
RogueTournFinishWithMonsterKill = 330008,
|
||||
RogueTournFinishWithActivatedFormulaCount = 330009,
|
||||
RogueTournFinishWithShopSoldOut = 330010,
|
||||
RogueTournFinishWithBattleNum = 330011,
|
||||
RogueTournFinishWithMiracleCount = 330012
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
public static class GameConstants
|
||||
{
|
||||
public const string GAME_VERSION = "3.0.5";
|
||||
public const string GAME_VERSION = "3.2.0";
|
||||
public const int MAX_STAMINA = 300;
|
||||
public const int MAX_STAMINA_RESERVE = 2400;
|
||||
public const int STAMINA_RECOVERY_TIME = 360; // 6 minutes
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -42,7 +42,7 @@ public class BattleManager(PlayerInstance player) : BasePlayerManager(player)
|
||||
}
|
||||
}
|
||||
|
||||
foreach (var info in req.AssistMonsterEntityInfo)
|
||||
foreach (var info in req.AssistEntityInfo)
|
||||
foreach (var entity in info.EntityIdList)
|
||||
{
|
||||
Player.SceneInstance!.Entities.TryGetValue((int)entity, out var entityInstance);
|
||||
|
||||
@@ -133,7 +133,7 @@ public class ChallengeInstance
|
||||
ScoreTwo = (uint)ScoreStage2,
|
||||
RoundCount = (uint)GetRoundsElapsed(),
|
||||
ExtraLineupType = (ExtraLineupType)CurrentExtraLineup,
|
||||
StageInfo = new ChallengeStoryInfo()
|
||||
StageInfo = new ChallengeCurBuffInfo()
|
||||
};
|
||||
|
||||
if (Excel.IsBoss())
|
||||
|
||||
@@ -61,10 +61,10 @@ public class ChessRogueDiceInstance(ChessRogueInstance instance, ChessRogueNousD
|
||||
RerollTimes = (uint)RerollTimes,
|
||||
GameDiceBranchId = (uint)DiceData.BranchId,
|
||||
DiceType = ChessRogueDiceType.ChessRogueDiceEditable,
|
||||
IsAvailable = true,
|
||||
FNEIDJIMJPH = true,
|
||||
CurSurfaceSlotId = (uint)(index > 0 ? index : 0),
|
||||
CanRerollDice = RerollTimes > 0,
|
||||
DiceModifier = Modifier?.ToProto() ?? new RogueModifier(),
|
||||
RogueModifider = Modifier?.ToProto() ?? new RogueModifier(),
|
||||
EDPHLDEGJLM = new EENDHPKPFLP()
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
using EggLink.DanhengServer.Data;
|
||||
using EggLink.DanhengServer.GameServer.Game.Player;
|
||||
using EggLink.DanhengServer.Proto;
|
||||
|
||||
namespace EggLink.DanhengServer.GameServer.Game.MatchThree;
|
||||
|
||||
public class MatchThreeManager(PlayerInstance player) : BasePlayerManager(player)
|
||||
{
|
||||
//public MatchThreeRoomInstance? RoomInstance { get; set; }
|
||||
|
||||
public MatchThreeData ToProto()
|
||||
{
|
||||
var proto = new MatchThreeData
|
||||
{
|
||||
FinishedLevels =
|
||||
{
|
||||
GameData.MatchThreeLevelData.Values.Where(x => x.LevelID <= 1500).Select(x => new MatchThreeFinishedLevelInfos
|
||||
{
|
||||
LevelId = (uint)x.LevelID,
|
||||
ModeId = (uint)x.Mode
|
||||
})
|
||||
},
|
||||
BirdRecordInfos =
|
||||
{
|
||||
GameData.MatchThreeBirdData.Values.Where(x => x.BirdID != 310).Select(x => new MatchThreeBirdInfo
|
||||
{
|
||||
BirdId = (uint)x.BirdID
|
||||
})
|
||||
}
|
||||
};
|
||||
|
||||
return proto;
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
namespace EggLink.DanhengServer.GameServer.Game.MatchThree;
|
||||
|
||||
public static class MatchThreeService
|
||||
{
|
||||
//public static ConcurrentDictionary<int, MatchThreeRoomInstance> Rooms { get; } = [];
|
||||
//public static List<MatchThreeGameInstance> GameInstances { get; } = [];
|
||||
}
|
||||
@@ -4,7 +4,6 @@ using EggLink.DanhengServer.Database.Avatar;
|
||||
using EggLink.DanhengServer.Database.Player;
|
||||
using EggLink.DanhengServer.Database.Scene;
|
||||
using EggLink.DanhengServer.Database.Tutorial;
|
||||
using EggLink.DanhengServer.Enums.Avatar;
|
||||
using EggLink.DanhengServer.Enums.Mission;
|
||||
using EggLink.DanhengServer.Enums.Scene;
|
||||
using EggLink.DanhengServer.GameServer.Game.Activity;
|
||||
@@ -18,7 +17,6 @@ using EggLink.DanhengServer.GameServer.Game.Gacha;
|
||||
using EggLink.DanhengServer.GameServer.Game.Inventory;
|
||||
using EggLink.DanhengServer.GameServer.Game.Lineup;
|
||||
using EggLink.DanhengServer.GameServer.Game.Mail;
|
||||
using EggLink.DanhengServer.GameServer.Game.MatchThree;
|
||||
using EggLink.DanhengServer.GameServer.Game.Message;
|
||||
using EggLink.DanhengServer.GameServer.Game.Mission;
|
||||
using EggLink.DanhengServer.GameServer.Game.Quest;
|
||||
@@ -91,7 +89,6 @@ public class PlayerInstance(PlayerData data)
|
||||
#region Activity Managers
|
||||
|
||||
public ActivityManager? ActivityManager { get; private set; }
|
||||
public MatchThreeManager? MatchThreeManager { get; private set; }
|
||||
public TrainPartyManager? TrainPartyManager { get; private set; }
|
||||
|
||||
#endregion
|
||||
@@ -184,7 +181,6 @@ public class PlayerInstance(PlayerData data)
|
||||
StoryLineManager = new StoryLineManager(this);
|
||||
QuestManager = new QuestManager(this);
|
||||
TrainPartyManager = new TrainPartyManager(this);
|
||||
MatchThreeManager = new MatchThreeManager(this);
|
||||
OfferingManager = new OfferingManager(this);
|
||||
|
||||
PlayerUnlockData = InitializeDatabase<PlayerUnlockData>();
|
||||
|
||||
@@ -65,7 +65,7 @@ public class RogueMagicAdventureInstance(RogueMagicAdventureRoomExcel excel)
|
||||
RemainMonsterNum = (uint)RemainMonsterNum,
|
||||
CaughtMonsterNum = (uint)CaughtMonsterNum,
|
||||
Sus = 1,
|
||||
Status = Status,
|
||||
Status = (uint)Status,
|
||||
ScoreId = (uint)Score
|
||||
};
|
||||
|
||||
|
||||
@@ -527,7 +527,7 @@ public class RogueMagicInstance : BaseRogueInstance
|
||||
{
|
||||
Lineup = ToLineupInfo(),
|
||||
Level = ToLevelInfo(),
|
||||
ItemValue = ToGameItemValueInfo(),
|
||||
Coin = ToGameItemValueInfo(),
|
||||
MiracleInfo = ToMiracleInfo(),
|
||||
GameDifficultyInfo = ToDifficultyInfo(),
|
||||
MagicItem = ToMagicItemInfo(),
|
||||
|
||||
@@ -539,7 +539,7 @@ public class RogueTournInstance : BaseRogueInstance
|
||||
return new RogueTournCurGameInfo
|
||||
{
|
||||
Buff = ToBuffInfo(),
|
||||
ItemValue = ToGameItemValueInfo(),
|
||||
Coin = ToGameItemValueInfo(),
|
||||
Level = ToLevelInfo(),
|
||||
Lineup = ToLineupInfo(),
|
||||
MiracleInfo = ToMiracleInfo(),
|
||||
|
||||
@@ -20,11 +20,11 @@ public class TrainPartyManager(PlayerInstance player) : BasePlayerManager(player
|
||||
return area;
|
||||
}
|
||||
|
||||
public TrainPartyData ToProto()
|
||||
public TrainPartyInfo ToProto()
|
||||
{
|
||||
var proto = new TrainPartyData
|
||||
var proto = new TrainPartyInfo
|
||||
{
|
||||
TrainPartyInfo = ToPartyInfo(),
|
||||
TrainPartyDetail = ToPartyInfo(),
|
||||
PassengerInfo = ToPassenger(),
|
||||
UnlockAreaNum = 6
|
||||
};
|
||||
@@ -32,12 +32,12 @@ public class TrainPartyManager(PlayerInstance player) : BasePlayerManager(player
|
||||
return proto;
|
||||
}
|
||||
|
||||
public TrainPartyInfo ToPartyInfo()
|
||||
public TrainPartyDetail ToPartyInfo()
|
||||
{
|
||||
var proto = new TrainPartyInfo
|
||||
var proto = new TrainPartyDetail
|
||||
{
|
||||
EEBNAAPBKCN = 30,
|
||||
CoinCost = (uint)Data.Fund,
|
||||
CurFund = (uint)Data.Fund,
|
||||
AreaList = { Data.Areas.Values.Select(x => x.ToProto()) },
|
||||
DynamicIdList = { GameData.TrainPartyDynamicConfigData.Select(x => (uint)x.Key) },
|
||||
};
|
||||
|
||||
@@ -11,6 +11,6 @@ public class HandlerGetPrivateChatHistoryCsReq : Handler
|
||||
{
|
||||
var req = GetPrivateChatHistoryCsReq.Parser.ParseFrom(data);
|
||||
|
||||
await connection.SendPacket(new PacketGetPrivateChatHistoryScRsp(req.ContactId, connection.Player!));
|
||||
await connection.SendPacket(new PacketGetPrivateChatHistoryScRsp(req.ContactSide, connection.Player!));
|
||||
}
|
||||
}
|
||||
@@ -12,7 +12,7 @@ public class HandlerLockEquipmentCsReq : Handler
|
||||
{
|
||||
var req = LockEquipmentCsReq.Parser.ParseFrom(data);
|
||||
var result =
|
||||
await connection.Player!.InventoryManager!.LockItems(req.EquipmentIdList, req.IsProtected,
|
||||
await connection.Player!.InventoryManager!.LockItems(req.EquipmentUniqueIdList, req.IsLocked,
|
||||
ItemMainTypeEnum.Equipment);
|
||||
await connection.SendPacket(new PacketLockEquipmentScRsp(result));
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ public class HandlerLockRelicCsReq : Handler
|
||||
{
|
||||
var req = LockRelicCsReq.Parser.ParseFrom(data);
|
||||
var result =
|
||||
await connection.Player!.InventoryManager!.LockItems(req.RelicUniqueIdList, req.IsProtected,
|
||||
await connection.Player!.InventoryManager!.LockItems(req.RelicUniqueIdList, req.IsLocked,
|
||||
ItemMainTypeEnum.Relic);
|
||||
await connection.SendPacket(new PacketLockRelicScRsp(result));
|
||||
}
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
using EggLink.DanhengServer.GameServer.Server.Packet.Send.MatchThreeModule;
|
||||
using EggLink.DanhengServer.Kcp;
|
||||
|
||||
namespace EggLink.DanhengServer.GameServer.Server.Packet.Recv.MatchThreeModule;
|
||||
|
||||
[Opcode(CmdIds.MatchThreeGetDataCsReq)]
|
||||
public class HandlerMatchThreeGetDataCsReq : Handler
|
||||
{
|
||||
public override async Task OnHandle(Connection connection, byte[] header, byte[] data)
|
||||
{
|
||||
await connection.SendPacket(new PacketMatchThreeGetDataScRsp(connection.Player!));
|
||||
}
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
using EggLink.DanhengServer.Enums.Mission;
|
||||
using EggLink.DanhengServer.GameServer.Server.Packet.Send.MatchThreeModule;
|
||||
using EggLink.DanhengServer.Kcp;
|
||||
using EggLink.DanhengServer.Proto;
|
||||
|
||||
namespace EggLink.DanhengServer.GameServer.Server.Packet.Recv.MatchThreeModule;
|
||||
|
||||
[Opcode(CmdIds.MatchThreeLevelEndCsReq)]
|
||||
public class HandlerMatchThreeLevelEndCsReq : Handler
|
||||
{
|
||||
public override async Task OnHandle(Connection connection, byte[] header, byte[] data)
|
||||
{
|
||||
var req = MatchThreeLevelEndCsReq.Parser.ParseFrom(data);
|
||||
|
||||
await connection.Player!.MissionManager!.HandleFinishType(MissionFinishTypeEnum.MatchThreeFinishLevel, req);
|
||||
|
||||
await connection.SendPacket(new PacketMatchThreeLevelEndScRsp(req.LevelId, req.ModeId));
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@ public class HandlerTakeOfferingRewardCsReq : Handler
|
||||
{
|
||||
var req = TakeOfferingRewardCsReq.Parser.ParseFrom(data);
|
||||
var res = await connection.Player!.OfferingManager!.TakeOfferingReward((int)req.OfferingId,
|
||||
req.TakeOfferingRewardIdList.Select(x => (int)x).ToList());
|
||||
req.TakeRewardLevelList.Select(x => (int)x).ToList());
|
||||
|
||||
await connection.SendPacket(new PacketTakeOfferingRewardScRsp(res.Item1, res.data, res.reward));
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ public class HandlerSelectPamSkinCsReq : Handler
|
||||
var player = connection.Player!;
|
||||
|
||||
// Check if the skin is valid
|
||||
if (GameData.PamSkinConfigData.ContainsKey((int)req.PamSkinId)) player.Data.CurrentPamSkin = (int)req.PamSkinId;
|
||||
if (GameData.PamSkinConfigData.ContainsKey((int)req.PamSkin)) player.Data.CurrentPamSkin = (int)req.PamSkin;
|
||||
var prevSkinId = player.Data.CurrentPamSkin;
|
||||
|
||||
await connection.SendPacket(new PacketSelectPamSkinScRsp(player, prevSkinId));
|
||||
|
||||
@@ -15,7 +15,7 @@ public class HandlerTakeQuestRewardCsReq : Handler
|
||||
var ret = Retcode.RetSucc;
|
||||
List<int> succQuestIds = [];
|
||||
|
||||
foreach (var quest in req.QuestIdList)
|
||||
foreach (var quest in req.SuccQuestIdList)
|
||||
{
|
||||
var (retCode, items) = await connection.Player!.QuestManager!.TakeQuestReward((int)quest);
|
||||
if (retCode != Retcode.RetSucc)
|
||||
|
||||
@@ -10,7 +10,7 @@ public class HandlerLeaveRaidCsReq : Handler
|
||||
{
|
||||
var player = connection.Player!;
|
||||
var req = LeaveRaidCsReq.Parser.ParseFrom(data);
|
||||
await player.RaidManager!.LeaveRaid(req.IsSaveData);
|
||||
await player.RaidManager!.LeaveRaid(req.IsSave);
|
||||
|
||||
await connection.SendPacket(CmdIds.LeaveRaidScRsp);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ public class HandlerStartRaidCsReq : Handler
|
||||
|
||||
await player.RaidManager!.EnterRaid((int)req.RaidId, (int)req.WorldLevel,
|
||||
req.AvatarList.Select(x => (int)x).ToList(),
|
||||
req.IsSaveData == 1);
|
||||
req.IsSave == 1);
|
||||
|
||||
await connection.SendPacket(CmdIds.StartRaidScRsp);
|
||||
}
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
using EggLink.DanhengServer.GameServer.Server.Packet.Send.Item;
|
||||
using EggLink.DanhengServer.Kcp;
|
||||
using EggLink.DanhengServer.Proto;
|
||||
|
||||
namespace EggLink.DanhengServer.GameServer.Server.Packet.Recv.Recommend;
|
||||
|
||||
[Opcode(CmdIds.RelicRecommendCsReq)]
|
||||
public class HandlerRelicRecommendCsReq : Handler
|
||||
{
|
||||
public override async Task OnHandle(Connection connection, byte[] header, byte[] data)
|
||||
{
|
||||
var req = RelicRecommendCsReq.Parser.ParseFrom(data);
|
||||
|
||||
await connection.SendPacket(new PacketRelicRecommendScRsp(req.AvatarId));
|
||||
}
|
||||
}
|
||||
@@ -55,7 +55,7 @@ public class HandlerSceneCastSkillCsReq : Handler
|
||||
}
|
||||
}
|
||||
|
||||
if (req.AssistMonsterEntityIdList.Count > 0)
|
||||
if (req.AssistEntityIdList.Count > 0)
|
||||
{
|
||||
if (caster != null && caster.AvatarInfo.BaseAvatarId == 1218 && req.SkillIndex == 1)
|
||||
{
|
||||
@@ -65,8 +65,8 @@ public class HandlerSceneCastSkillCsReq : Handler
|
||||
else
|
||||
{
|
||||
var hitTargetEntityIdList = new List<uint>();
|
||||
if (req.AssistMonsterEntityIdList.Count > 0)
|
||||
foreach (var id in req.AssistMonsterEntityIdList)
|
||||
if (req.AssistEntityIdList.Count > 0)
|
||||
foreach (var id in req.AssistEntityIdList)
|
||||
hitTargetEntityIdList.Add(id);
|
||||
else
|
||||
foreach (var id in req.HitTargetEntityIdList)
|
||||
|
||||
@@ -23,14 +23,12 @@ public class PacketPVEBattleResultScRsp : BasePacket
|
||||
var proto = new PVEBattleResultScRsp
|
||||
{
|
||||
DropData = battle.GetDropItemList(),
|
||||
ResVersion = req.ResVersion.ToString(),
|
||||
BinVersion = "",
|
||||
StageId = req.StageId,
|
||||
BattleId = req.BattleId,
|
||||
EndStatus = req.EndStatus,
|
||||
CheckIdentical = true,
|
||||
Unk1 = new ItemList(),
|
||||
Unk2 = new ItemList(),
|
||||
ItemListUnk1 = new ItemList(),
|
||||
ItemListUnk2 = new ItemList(),
|
||||
MultipleDropData = new ItemList(),
|
||||
EventId = (uint)battle.EventId
|
||||
};
|
||||
|
||||
@@ -18,8 +18,9 @@ public class PacketChallengeBossPhaseSettleNotify : BasePacket
|
||||
ScoreTwo = (uint)challenge.ScoreStage2,
|
||||
Star = (uint)challenge.Stars,
|
||||
Phase = (uint)challenge.CurrentStage,
|
||||
IsRemainingAction = true,
|
||||
IsReward = true
|
||||
IsReward = true,
|
||||
IsSecondHalf = challenge.CurrentStage == challenge.Excel.StageNum,
|
||||
PageType = 1
|
||||
};
|
||||
|
||||
proto.BattleTargetList.AddRange(targetLists?.BattleTargetList_ ?? []);
|
||||
|
||||
@@ -11,7 +11,7 @@ public class PacketGetPrivateChatHistoryScRsp : BasePacket
|
||||
{
|
||||
var proto = new GetPrivateChatHistoryScRsp
|
||||
{
|
||||
ContactId = contactId
|
||||
ContactSide = contactId
|
||||
};
|
||||
|
||||
var infos = player.FriendManager!.GetHistoryInfo((int)contactId);
|
||||
|
||||
@@ -11,7 +11,7 @@ public class PacketEnhanceChessRogueBuffScRsp : BasePacket
|
||||
{
|
||||
var proto = new EnhanceChessRogueBuffScRsp
|
||||
{
|
||||
IsSuccess = true,
|
||||
IsSucc = true,
|
||||
RogueBuff = new RogueCommonBuff
|
||||
{
|
||||
BuffId = buffId,
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
using EggLink.DanhengServer.GameServer.Game.Player;
|
||||
using EggLink.DanhengServer.Kcp;
|
||||
using EggLink.DanhengServer.Proto;
|
||||
|
||||
namespace EggLink.DanhengServer.GameServer.Server.Packet.Send.MatchThreeModule;
|
||||
|
||||
public class PacketMatchThreeGetDataScRsp : BasePacket
|
||||
{
|
||||
public PacketMatchThreeGetDataScRsp(PlayerInstance player) : base(CmdIds.MatchThreeGetDataScRsp)
|
||||
{
|
||||
var proto = new MatchThreeGetDataScRsp
|
||||
{
|
||||
MatchThreeData = player.MatchThreeManager!.ToProto()
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
}
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
using EggLink.DanhengServer.Kcp;
|
||||
using EggLink.DanhengServer.Proto;
|
||||
|
||||
namespace EggLink.DanhengServer.GameServer.Server.Packet.Send.MatchThreeModule;
|
||||
|
||||
public class PacketMatchThreeLevelEndScRsp : BasePacket
|
||||
{
|
||||
public PacketMatchThreeLevelEndScRsp(uint levelId, uint mode) : base(CmdIds.MatchThreeLevelEndScRsp)
|
||||
{
|
||||
var proto = new MatchThreeLevelEndScRsp
|
||||
{
|
||||
LevelId = levelId,
|
||||
ModeId = mode
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
}
|
||||
}
|
||||
@@ -11,8 +11,8 @@ public class PacketGetPamSkinDataScRsp : BasePacket
|
||||
{
|
||||
var proto = new GetPamSkinDataScRsp
|
||||
{
|
||||
CurPamSkinId = (uint)player.Data.CurrentPamSkin,
|
||||
UnlockedPamSkinId = { GameData.PamSkinConfigData.Select(x => (uint)x.Key) }
|
||||
CurSkin = (uint)player.Data.CurrentPamSkin,
|
||||
UnlockSkinList = { GameData.PamSkinConfigData.Select(x => (uint)x.Key) }
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
|
||||
@@ -10,8 +10,8 @@ public class PacketSelectPamSkinScRsp : BasePacket
|
||||
{
|
||||
var proto = new SelectPamSkinScRsp
|
||||
{
|
||||
CurPamSkinId = (uint)player.Data.CurrentPamSkin,
|
||||
SelectPamSkinId = (uint)prevSkinId
|
||||
CurSkin = (uint)player.Data.CurrentPamSkin,
|
||||
SetSkin = (uint)prevSkinId
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using EggLink.DanhengServer.Kcp;
|
||||
using EggLink.DanhengServer.Proto;
|
||||
using static EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types;
|
||||
|
||||
namespace EggLink.DanhengServer.GameServer.Server.Packet.Send.Player;
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ public class PacketServerAnnounceNotify : BasePacket
|
||||
BeginTime = Extensions.GetUnixSec(),
|
||||
EndTime = Extensions.GetUnixSec() + 3600,
|
||||
ConfigId = 1,
|
||||
BCAFJHGDODI = ConfigManager.Config.ServerOption.ServerAnnounce.AnnounceContent // TODO
|
||||
BannerText = ConfigManager.Config.ServerOption.ServerAnnounce.AnnounceContent // TODO
|
||||
});
|
||||
|
||||
if (ConfigManager.Config.ServerOption.ServerAnnounce.EnableAnnounce) SetData(proto);
|
||||
|
||||
@@ -16,7 +16,7 @@ public class PacketGetSaveRaidScRsp : BasePacket
|
||||
{
|
||||
proto.RaidId = (uint)record.RaidId;
|
||||
proto.WorldLevel = (uint)record.WorldLevel;
|
||||
proto.IsSaveData = record.Status != RaidStatus.Finish && record.Status != RaidStatus.None;
|
||||
proto.IsSave = record.Status != RaidStatus.Finish && record.Status != RaidStatus.None;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
using EggLink.DanhengServer.Kcp;
|
||||
using EggLink.DanhengServer.Proto;
|
||||
|
||||
namespace EggLink.DanhengServer.GameServer.Server.Packet.Send.Item;
|
||||
|
||||
public class PacketRelicRecommendScRsp : BasePacket
|
||||
{
|
||||
public PacketRelicRecommendScRsp(uint avatarId) : base(CmdIds.RelicRecommendScRsp)
|
||||
{
|
||||
var proto = new RelicRecommendScRsp
|
||||
{
|
||||
AvatarId = avatarId,
|
||||
HasRecommand = true
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
}
|
||||
}
|
||||
@@ -14,7 +14,7 @@ public class PacketEnhanceRogueBuffScRsp : BasePacket
|
||||
BuffId = buffId,
|
||||
Level = 2
|
||||
},
|
||||
IsSuccess = true
|
||||
IsSucc = true
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
|
||||
@@ -10,7 +10,7 @@ public class PacketTrainPartyGetDataScRsp : BasePacket
|
||||
{
|
||||
var proto = new TrainPartyGetDataScRsp
|
||||
{
|
||||
TrainPartyData = player.TrainPartyManager!.ToProto()
|
||||
TrainPartyInfo = player.TrainPartyManager!.ToProto()
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
|
||||
271
Proto/AACOFIKDCPL.cs
Normal file
271
Proto/AACOFIKDCPL.cs
Normal file
@@ -0,0 +1,271 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AACOFIKDCPL.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
|
||||
using pb = global::Google.Protobuf;
|
||||
using pbc = global::Google.Protobuf.Collections;
|
||||
using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from AACOFIKDCPL.proto</summary>
|
||||
public static partial class AACOFIKDCPLReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for AACOFIKDCPL.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static AACOFIKDCPLReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBQUNPRklLRENQTC5wcm90byI0CgtBQUNPRklLRENQTBITCgtJRU5QRUxC",
|
||||
"UEhEUBgFIAEoDRIQCghwcm9ncmVzcxgPIAEoDUIeqgIbRWdnTGluay5EYW5o",
|
||||
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AACOFIKDCPL), global::EggLink.DanhengServer.Proto.AACOFIKDCPL.Parser, new[]{ "IENPELBPHDP", "Progress" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class AACOFIKDCPL : pb::IMessage<AACOFIKDCPL>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<AACOFIKDCPL> _parser = new pb::MessageParser<AACOFIKDCPL>(() => new AACOFIKDCPL());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<AACOFIKDCPL> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.AACOFIKDCPLReflection.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 AACOFIKDCPL() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AACOFIKDCPL(AACOFIKDCPL other) : this() {
|
||||
iENPELBPHDP_ = other.iENPELBPHDP_;
|
||||
progress_ = other.progress_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AACOFIKDCPL Clone() {
|
||||
return new AACOFIKDCPL(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IENPELBPHDP" field.</summary>
|
||||
public const int IENPELBPHDPFieldNumber = 5;
|
||||
private uint iENPELBPHDP_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint IENPELBPHDP {
|
||||
get { return iENPELBPHDP_; }
|
||||
set {
|
||||
iENPELBPHDP_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "progress" field.</summary>
|
||||
public const int ProgressFieldNumber = 15;
|
||||
private uint progress_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Progress {
|
||||
get { return progress_; }
|
||||
set {
|
||||
progress_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as AACOFIKDCPL);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(AACOFIKDCPL other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (IENPELBPHDP != other.IENPELBPHDP) return false;
|
||||
if (Progress != other.Progress) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (IENPELBPHDP != 0) hash ^= IENPELBPHDP.GetHashCode();
|
||||
if (Progress != 0) hash ^= Progress.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
return hash;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override string ToString() {
|
||||
return pb::JsonFormatter.ToDiagnosticString(this);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void WriteTo(pb::CodedOutputStream output) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (IENPELBPHDP != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(IENPELBPHDP);
|
||||
}
|
||||
if (Progress != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(Progress);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (IENPELBPHDP != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(IENPELBPHDP);
|
||||
}
|
||||
if (Progress != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(Progress);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (IENPELBPHDP != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IENPELBPHDP);
|
||||
}
|
||||
if (Progress != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Progress);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(AACOFIKDCPL other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.IENPELBPHDP != 0) {
|
||||
IENPELBPHDP = other.IENPELBPHDP;
|
||||
}
|
||||
if (other.Progress != 0) {
|
||||
Progress = other.Progress;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(pb::CodedInputStream input) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
input.ReadRawMessage(this);
|
||||
#else
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 40: {
|
||||
IENPELBPHDP = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
Progress = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 40: {
|
||||
IENPELBPHDP = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
Progress = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBQUlCQUtFQ0hDRS5wcm90byIiCgtBQUlCQUtFQ0hDRRITCgtQQUdDQU1B",
|
||||
"R0ZMQhgNIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"R0ZMQhgPIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"cm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PAGCAMAGFLB" field.</summary>
|
||||
public const int PAGCAMAGFLBFieldNumber = 13;
|
||||
public const int PAGCAMAGFLBFieldNumber = 15;
|
||||
private uint pAGCAMAGFLB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (PAGCAMAGFLB != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(PAGCAMAGFLB);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (PAGCAMAGFLB != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(PAGCAMAGFLB);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -197,7 +197,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 104: {
|
||||
case 120: {
|
||||
PAGCAMAGFLB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -216,7 +216,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 104: {
|
||||
case 120: {
|
||||
PAGCAMAGFLB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: MatchThreeData.proto
|
||||
// source: ABGEJNBCDJK.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
@@ -11,34 +11,32 @@ using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from MatchThreeData.proto</summary>
|
||||
public static partial class MatchThreeDataReflection {
|
||||
/// <summary>Holder for reflection information generated from ABGEJNBCDJK.proto</summary>
|
||||
public static partial class ABGEJNBCDJKReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for MatchThreeData.proto</summary>
|
||||
/// <summary>File descriptor for ABGEJNBCDJK.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static MatchThreeDataReflection() {
|
||||
static ABGEJNBCDJKReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChRNYXRjaFRocmVlRGF0YS5wcm90bxoYTWF0Y2hUaHJlZUJpcmRJbmZvLnBy",
|
||||
"b3RvGiJNYXRjaFRocmVlRmluaXNoZWRMZXZlbEluZm9zLnByb3RvIs4CCg5N",
|
||||
"YXRjaFRocmVlRGF0YRIuChFiaXJkX3JlY29yZF9pbmZvcxgPIAMoCzITLk1h",
|
||||
"dGNoVGhyZWVCaXJkSW5mbxI2Cg9maW5pc2hlZF9sZXZlbHMYCCADKAsyHS5N",
|
||||
"YXRjaFRocmVlRmluaXNoZWRMZXZlbEluZm9zEjUKC0lMQkhETE1MTUNLGAIg",
|
||||
"AygLMiAuTWF0Y2hUaHJlZURhdGEuSUxCSERMTUxNQ0tFbnRyeRI1CgtCRUdN",
|
||||
"RklBUEhMTRgOIAMoCzIgLk1hdGNoVGhyZWVEYXRhLkJFR01GSUFQSExNRW50",
|
||||
"cnkaMgoQSUxCSERMTUxNQ0tFbnRyeRILCgNrZXkYASABKA0SDQoFdmFsdWUY",
|
||||
"AiABKA06AjgBGjIKEEJFR01GSUFQSExNRW50cnkSCwoDa2V5GAEgASgNEg0K",
|
||||
"BXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
|
||||
"b3RvYgZwcm90bzM="));
|
||||
"ChFBQkdFSk5CQ0RKSy5wcm90bxoRREhPTk5JSE1BQ0kucHJvdG8aEUxNUElF",
|
||||
"Q0ZNRk9JLnByb3RvIqMCCgtBQkdFSk5CQ0RKSxIyCgtJTEJIRExNTE1DSxgL",
|
||||
"IAMoCzIdLkFCR0VKTkJDREpLLklMQkhETE1MTUNLRW50cnkSIQoLQkdBRkNP",
|
||||
"Qk5MUE0YAyADKAsyDC5ESE9OTklITUFDSRIhCgtKTUJDSUNMQ0hLRBgPIAMo",
|
||||
"CzIMLkxNUElFQ0ZNRk9JEjIKC0JFR01GSUFQSExNGAEgAygLMh0uQUJHRUpO",
|
||||
"QkNESksuQkVHTUZJQVBITE1FbnRyeRoyChBJTEJIRExNTE1DS0VudHJ5EgsK",
|
||||
"A2tleRgBIAEoDRINCgV2YWx1ZRgCIAEoDToCOAEaMgoQQkVHTUZJQVBITE1F",
|
||||
"bnRyeRILCgNrZXkYASABKA0SDQoFdmFsdWUYAiABKA06AjgBQh6qAhtFZ2dM",
|
||||
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MatchThreeBirdInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfosReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DHONNIHMACIReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMPIECFMFOIReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeData), global::EggLink.DanhengServer.Proto.MatchThreeData.Parser, new[]{ "BirdRecordInfos", "FinishedLevels", "ILBHDLMLMCK", "BEGMFIAPHLM" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ABGEJNBCDJK), global::EggLink.DanhengServer.Proto.ABGEJNBCDJK.Parser, new[]{ "ILBHDLMLMCK", "BGAFCOBNLPM", "JMBCICLCHKD", "BEGMFIAPHLM" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -46,21 +44,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class MatchThreeData : pb::IMessage<MatchThreeData>
|
||||
public sealed partial class ABGEJNBCDJK : pb::IMessage<ABGEJNBCDJK>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<MatchThreeData> _parser = new pb::MessageParser<MatchThreeData>(() => new MatchThreeData());
|
||||
private static readonly pb::MessageParser<ABGEJNBCDJK> _parser = new pb::MessageParser<ABGEJNBCDJK>(() => new ABGEJNBCDJK());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<MatchThreeData> Parser { get { return _parser; } }
|
||||
public static pb::MessageParser<ABGEJNBCDJK> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.MatchThreeDataReflection.Descriptor.MessageTypes[0]; }
|
||||
get { return global::EggLink.DanhengServer.Proto.ABGEJNBCDJKReflection.Descriptor.MessageTypes[0]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -71,7 +69,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public MatchThreeData() {
|
||||
public ABGEJNBCDJK() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
@@ -79,46 +77,24 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public MatchThreeData(MatchThreeData other) : this() {
|
||||
birdRecordInfos_ = other.birdRecordInfos_.Clone();
|
||||
finishedLevels_ = other.finishedLevels_.Clone();
|
||||
public ABGEJNBCDJK(ABGEJNBCDJK other) : this() {
|
||||
iLBHDLMLMCK_ = other.iLBHDLMLMCK_.Clone();
|
||||
bGAFCOBNLPM_ = other.bGAFCOBNLPM_.Clone();
|
||||
jMBCICLCHKD_ = other.jMBCICLCHKD_.Clone();
|
||||
bEGMFIAPHLM_ = other.bEGMFIAPHLM_.Clone();
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public MatchThreeData Clone() {
|
||||
return new MatchThreeData(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "bird_record_infos" field.</summary>
|
||||
public const int BirdRecordInfosFieldNumber = 15;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo> _repeated_birdRecordInfos_codec
|
||||
= pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo> birdRecordInfos_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo> BirdRecordInfos {
|
||||
get { return birdRecordInfos_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "finished_levels" field.</summary>
|
||||
public const int FinishedLevelsFieldNumber = 8;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos> _repeated_finishedLevels_codec
|
||||
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos> finishedLevels_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos> FinishedLevels {
|
||||
get { return finishedLevels_; }
|
||||
public ABGEJNBCDJK Clone() {
|
||||
return new ABGEJNBCDJK(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "ILBHDLMLMCK" field.</summary>
|
||||
public const int ILBHDLMLMCKFieldNumber = 2;
|
||||
public const int ILBHDLMLMCKFieldNumber = 11;
|
||||
private static readonly pbc::MapField<uint, uint>.Codec _map_iLBHDLMLMCK_codec
|
||||
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 18);
|
||||
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 90);
|
||||
private readonly pbc::MapField<uint, uint> iLBHDLMLMCK_ = new pbc::MapField<uint, uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -126,10 +102,32 @@ namespace EggLink.DanhengServer.Proto {
|
||||
get { return iLBHDLMLMCK_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BGAFCOBNLPM" field.</summary>
|
||||
public const int BGAFCOBNLPMFieldNumber = 3;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DHONNIHMACI> _repeated_bGAFCOBNLPM_codec
|
||||
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.DHONNIHMACI.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DHONNIHMACI> bGAFCOBNLPM_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DHONNIHMACI>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DHONNIHMACI> BGAFCOBNLPM {
|
||||
get { return bGAFCOBNLPM_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JMBCICLCHKD" field.</summary>
|
||||
public const int JMBCICLCHKDFieldNumber = 15;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.LMPIECFMFOI> _repeated_jMBCICLCHKD_codec
|
||||
= pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.LMPIECFMFOI.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.LMPIECFMFOI> jMBCICLCHKD_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.LMPIECFMFOI>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.LMPIECFMFOI> JMBCICLCHKD {
|
||||
get { return jMBCICLCHKD_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BEGMFIAPHLM" field.</summary>
|
||||
public const int BEGMFIAPHLMFieldNumber = 14;
|
||||
public const int BEGMFIAPHLMFieldNumber = 1;
|
||||
private static readonly pbc::MapField<uint, uint>.Codec _map_bEGMFIAPHLM_codec
|
||||
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 114);
|
||||
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 10);
|
||||
private readonly pbc::MapField<uint, uint> bEGMFIAPHLM_ = new pbc::MapField<uint, uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -140,21 +138,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as MatchThreeData);
|
||||
return Equals(other as ABGEJNBCDJK);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(MatchThreeData other) {
|
||||
public bool Equals(ABGEJNBCDJK other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if(!birdRecordInfos_.Equals(other.birdRecordInfos_)) return false;
|
||||
if(!finishedLevels_.Equals(other.finishedLevels_)) return false;
|
||||
if (!ILBHDLMLMCK.Equals(other.ILBHDLMLMCK)) return false;
|
||||
if(!bGAFCOBNLPM_.Equals(other.bGAFCOBNLPM_)) return false;
|
||||
if(!jMBCICLCHKD_.Equals(other.jMBCICLCHKD_)) return false;
|
||||
if (!BEGMFIAPHLM.Equals(other.BEGMFIAPHLM)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -163,9 +161,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
hash ^= birdRecordInfos_.GetHashCode();
|
||||
hash ^= finishedLevels_.GetHashCode();
|
||||
hash ^= ILBHDLMLMCK.GetHashCode();
|
||||
hash ^= bGAFCOBNLPM_.GetHashCode();
|
||||
hash ^= jMBCICLCHKD_.GetHashCode();
|
||||
hash ^= BEGMFIAPHLM.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
@@ -185,10 +183,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
iLBHDLMLMCK_.WriteTo(output, _map_iLBHDLMLMCK_codec);
|
||||
finishedLevels_.WriteTo(output, _repeated_finishedLevels_codec);
|
||||
bEGMFIAPHLM_.WriteTo(output, _map_bEGMFIAPHLM_codec);
|
||||
birdRecordInfos_.WriteTo(output, _repeated_birdRecordInfos_codec);
|
||||
bGAFCOBNLPM_.WriteTo(output, _repeated_bGAFCOBNLPM_codec);
|
||||
iLBHDLMLMCK_.WriteTo(output, _map_iLBHDLMLMCK_codec);
|
||||
jMBCICLCHKD_.WriteTo(output, _repeated_jMBCICLCHKD_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -199,10 +197,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
iLBHDLMLMCK_.WriteTo(ref output, _map_iLBHDLMLMCK_codec);
|
||||
finishedLevels_.WriteTo(ref output, _repeated_finishedLevels_codec);
|
||||
bEGMFIAPHLM_.WriteTo(ref output, _map_bEGMFIAPHLM_codec);
|
||||
birdRecordInfos_.WriteTo(ref output, _repeated_birdRecordInfos_codec);
|
||||
bGAFCOBNLPM_.WriteTo(ref output, _repeated_bGAFCOBNLPM_codec);
|
||||
iLBHDLMLMCK_.WriteTo(ref output, _map_iLBHDLMLMCK_codec);
|
||||
jMBCICLCHKD_.WriteTo(ref output, _repeated_jMBCICLCHKD_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -213,9 +211,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
size += birdRecordInfos_.CalculateSize(_repeated_birdRecordInfos_codec);
|
||||
size += finishedLevels_.CalculateSize(_repeated_finishedLevels_codec);
|
||||
size += iLBHDLMLMCK_.CalculateSize(_map_iLBHDLMLMCK_codec);
|
||||
size += bGAFCOBNLPM_.CalculateSize(_repeated_bGAFCOBNLPM_codec);
|
||||
size += jMBCICLCHKD_.CalculateSize(_repeated_jMBCICLCHKD_codec);
|
||||
size += bEGMFIAPHLM_.CalculateSize(_map_bEGMFIAPHLM_codec);
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -225,13 +223,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(MatchThreeData other) {
|
||||
public void MergeFrom(ABGEJNBCDJK other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
birdRecordInfos_.Add(other.birdRecordInfos_);
|
||||
finishedLevels_.Add(other.finishedLevels_);
|
||||
iLBHDLMLMCK_.MergeFrom(other.iLBHDLMLMCK_);
|
||||
bGAFCOBNLPM_.Add(other.bGAFCOBNLPM_);
|
||||
jMBCICLCHKD_.Add(other.jMBCICLCHKD_);
|
||||
bEGMFIAPHLM_.MergeFrom(other.bEGMFIAPHLM_);
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -248,20 +246,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 18: {
|
||||
iLBHDLMLMCK_.AddEntriesFrom(input, _map_iLBHDLMLMCK_codec);
|
||||
break;
|
||||
}
|
||||
case 66: {
|
||||
finishedLevels_.AddEntriesFrom(input, _repeated_finishedLevels_codec);
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
case 10: {
|
||||
bEGMFIAPHLM_.AddEntriesFrom(input, _map_bEGMFIAPHLM_codec);
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
bGAFCOBNLPM_.AddEntriesFrom(input, _repeated_bGAFCOBNLPM_codec);
|
||||
break;
|
||||
}
|
||||
case 90: {
|
||||
iLBHDLMLMCK_.AddEntriesFrom(input, _map_iLBHDLMLMCK_codec);
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
birdRecordInfos_.AddEntriesFrom(input, _repeated_birdRecordInfos_codec);
|
||||
jMBCICLCHKD_.AddEntriesFrom(input, _repeated_jMBCICLCHKD_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -279,20 +277,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 18: {
|
||||
iLBHDLMLMCK_.AddEntriesFrom(ref input, _map_iLBHDLMLMCK_codec);
|
||||
break;
|
||||
}
|
||||
case 66: {
|
||||
finishedLevels_.AddEntriesFrom(ref input, _repeated_finishedLevels_codec);
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
case 10: {
|
||||
bEGMFIAPHLM_.AddEntriesFrom(ref input, _map_bEGMFIAPHLM_codec);
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
bGAFCOBNLPM_.AddEntriesFrom(ref input, _repeated_bGAFCOBNLPM_codec);
|
||||
break;
|
||||
}
|
||||
case 90: {
|
||||
iLBHDLMLMCK_.AddEntriesFrom(ref input, _map_iLBHDLMLMCK_codec);
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
birdRecordInfos_.AddEntriesFrom(ref input, _repeated_birdRecordInfos_codec);
|
||||
jMBCICLCHKD_.AddEntriesFrom(ref input, _repeated_jMBCICLCHKD_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBQkhGQUJGR1BPRi5wcm90byKgAQoLQUJIRkFCRkdQT0YSEwoLUElLQVBE",
|
||||
"SkhHTkQYCCABKA0SEwoLRkNKRUNLQ0lDS0IYAiABKA0SEwoLTkxNREVNT0hC",
|
||||
"T08YCSABKA0SEwoLQklJTk5DTkRQQ0cYAyABKAgSEwoLTktIS0RKS0VHREgY",
|
||||
"CiABKA0SEwoLQ0xPT05PSUZFRk8YDCABKAgSEwoLSkFGTlBOTU9IQ00YASAB",
|
||||
"KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
"SkhHTkQYCiABKA0SEwoLTkxNREVNT0hCT08YDCABKA0SEwoLQklJTk5DTkRQ",
|
||||
"Q0cYCCABKAgSEwoLSkFGTlBOTU9IQ00YBSABKA0SEwoLTktIS0RKS0VHREgY",
|
||||
"DiABKA0SEwoLRkNKRUNLQ0lDS0IYCSABKA0SEwoLQ0xPT05PSUZFRk8YDSAB",
|
||||
"KAhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ABHFABFGPOF), global::EggLink.DanhengServer.Proto.ABHFABFGPOF.Parser, new[]{ "PIKAPDJHGND", "FCJECKCICKB", "NLMDEMOHBOO", "BIINNCNDPCG", "NKHKDJKEGDH", "CLOONOIFEFO", "JAFNPNMOHCM" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ABHFABFGPOF), global::EggLink.DanhengServer.Proto.ABHFABFGPOF.Parser, new[]{ "PIKAPDJHGND", "NLMDEMOHBOO", "BIINNCNDPCG", "JAFNPNMOHCM", "NKHKDJKEGDH", "FCJECKCICKB", "CLOONOIFEFO" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -75,12 +75,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ABHFABFGPOF(ABHFABFGPOF other) : this() {
|
||||
pIKAPDJHGND_ = other.pIKAPDJHGND_;
|
||||
fCJECKCICKB_ = other.fCJECKCICKB_;
|
||||
nLMDEMOHBOO_ = other.nLMDEMOHBOO_;
|
||||
bIINNCNDPCG_ = other.bIINNCNDPCG_;
|
||||
nKHKDJKEGDH_ = other.nKHKDJKEGDH_;
|
||||
cLOONOIFEFO_ = other.cLOONOIFEFO_;
|
||||
jAFNPNMOHCM_ = other.jAFNPNMOHCM_;
|
||||
nKHKDJKEGDH_ = other.nKHKDJKEGDH_;
|
||||
fCJECKCICKB_ = other.fCJECKCICKB_;
|
||||
cLOONOIFEFO_ = other.cLOONOIFEFO_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PIKAPDJHGND" field.</summary>
|
||||
public const int PIKAPDJHGNDFieldNumber = 8;
|
||||
public const int PIKAPDJHGNDFieldNumber = 10;
|
||||
private uint pIKAPDJHGND_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -102,20 +102,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FCJECKCICKB" field.</summary>
|
||||
public const int FCJECKCICKBFieldNumber = 2;
|
||||
private uint fCJECKCICKB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint FCJECKCICKB {
|
||||
get { return fCJECKCICKB_; }
|
||||
set {
|
||||
fCJECKCICKB_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NLMDEMOHBOO" field.</summary>
|
||||
public const int NLMDEMOHBOOFieldNumber = 9;
|
||||
public const int NLMDEMOHBOOFieldNumber = 12;
|
||||
private uint nLMDEMOHBOO_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -127,7 +115,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BIINNCNDPCG" field.</summary>
|
||||
public const int BIINNCNDPCGFieldNumber = 3;
|
||||
public const int BIINNCNDPCGFieldNumber = 8;
|
||||
private bool bIINNCNDPCG_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -138,8 +126,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JAFNPNMOHCM" field.</summary>
|
||||
public const int JAFNPNMOHCMFieldNumber = 5;
|
||||
private uint jAFNPNMOHCM_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint JAFNPNMOHCM {
|
||||
get { return jAFNPNMOHCM_; }
|
||||
set {
|
||||
jAFNPNMOHCM_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NKHKDJKEGDH" field.</summary>
|
||||
public const int NKHKDJKEGDHFieldNumber = 10;
|
||||
public const int NKHKDJKEGDHFieldNumber = 14;
|
||||
private uint nKHKDJKEGDH_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -150,8 +150,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FCJECKCICKB" field.</summary>
|
||||
public const int FCJECKCICKBFieldNumber = 9;
|
||||
private uint fCJECKCICKB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint FCJECKCICKB {
|
||||
get { return fCJECKCICKB_; }
|
||||
set {
|
||||
fCJECKCICKB_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "CLOONOIFEFO" field.</summary>
|
||||
public const int CLOONOIFEFOFieldNumber = 12;
|
||||
public const int CLOONOIFEFOFieldNumber = 13;
|
||||
private bool cLOONOIFEFO_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -162,18 +174,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JAFNPNMOHCM" field.</summary>
|
||||
public const int JAFNPNMOHCMFieldNumber = 1;
|
||||
private uint jAFNPNMOHCM_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint JAFNPNMOHCM {
|
||||
get { return jAFNPNMOHCM_; }
|
||||
set {
|
||||
jAFNPNMOHCM_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -190,12 +190,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if (PIKAPDJHGND != other.PIKAPDJHGND) return false;
|
||||
if (FCJECKCICKB != other.FCJECKCICKB) return false;
|
||||
if (NLMDEMOHBOO != other.NLMDEMOHBOO) return false;
|
||||
if (BIINNCNDPCG != other.BIINNCNDPCG) return false;
|
||||
if (NKHKDJKEGDH != other.NKHKDJKEGDH) return false;
|
||||
if (CLOONOIFEFO != other.CLOONOIFEFO) return false;
|
||||
if (JAFNPNMOHCM != other.JAFNPNMOHCM) return false;
|
||||
if (NKHKDJKEGDH != other.NKHKDJKEGDH) return false;
|
||||
if (FCJECKCICKB != other.FCJECKCICKB) return false;
|
||||
if (CLOONOIFEFO != other.CLOONOIFEFO) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -204,12 +204,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (PIKAPDJHGND != 0) hash ^= PIKAPDJHGND.GetHashCode();
|
||||
if (FCJECKCICKB != 0) hash ^= FCJECKCICKB.GetHashCode();
|
||||
if (NLMDEMOHBOO != 0) hash ^= NLMDEMOHBOO.GetHashCode();
|
||||
if (BIINNCNDPCG != false) hash ^= BIINNCNDPCG.GetHashCode();
|
||||
if (NKHKDJKEGDH != 0) hash ^= NKHKDJKEGDH.GetHashCode();
|
||||
if (CLOONOIFEFO != false) hash ^= CLOONOIFEFO.GetHashCode();
|
||||
if (JAFNPNMOHCM != 0) hash ^= JAFNPNMOHCM.GetHashCode();
|
||||
if (NKHKDJKEGDH != 0) hash ^= NKHKDJKEGDH.GetHashCode();
|
||||
if (FCJECKCICKB != 0) hash ^= FCJECKCICKB.GetHashCode();
|
||||
if (CLOONOIFEFO != false) hash ^= CLOONOIFEFO.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -229,33 +229,33 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (JAFNPNMOHCM != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(JAFNPNMOHCM);
|
||||
}
|
||||
if (FCJECKCICKB != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(FCJECKCICKB);
|
||||
}
|
||||
if (BIINNCNDPCG != false) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteBool(BIINNCNDPCG);
|
||||
}
|
||||
if (FCJECKCICKB != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(FCJECKCICKB);
|
||||
}
|
||||
if (PIKAPDJHGND != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(PIKAPDJHGND);
|
||||
}
|
||||
if (NLMDEMOHBOO != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(NLMDEMOHBOO);
|
||||
}
|
||||
if (NKHKDJKEGDH != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(NKHKDJKEGDH);
|
||||
}
|
||||
if (CLOONOIFEFO != false) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(104);
|
||||
output.WriteBool(CLOONOIFEFO);
|
||||
}
|
||||
if (NKHKDJKEGDH != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(NKHKDJKEGDH);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -267,33 +267,33 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (JAFNPNMOHCM != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(JAFNPNMOHCM);
|
||||
}
|
||||
if (FCJECKCICKB != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(FCJECKCICKB);
|
||||
}
|
||||
if (BIINNCNDPCG != false) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteBool(BIINNCNDPCG);
|
||||
}
|
||||
if (FCJECKCICKB != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(FCJECKCICKB);
|
||||
}
|
||||
if (PIKAPDJHGND != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(PIKAPDJHGND);
|
||||
}
|
||||
if (NLMDEMOHBOO != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(NLMDEMOHBOO);
|
||||
}
|
||||
if (NKHKDJKEGDH != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(NKHKDJKEGDH);
|
||||
}
|
||||
if (CLOONOIFEFO != false) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(104);
|
||||
output.WriteBool(CLOONOIFEFO);
|
||||
}
|
||||
if (NKHKDJKEGDH != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(NKHKDJKEGDH);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -307,24 +307,24 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (PIKAPDJHGND != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PIKAPDJHGND);
|
||||
}
|
||||
if (FCJECKCICKB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FCJECKCICKB);
|
||||
}
|
||||
if (NLMDEMOHBOO != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NLMDEMOHBOO);
|
||||
}
|
||||
if (BIINNCNDPCG != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (JAFNPNMOHCM != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JAFNPNMOHCM);
|
||||
}
|
||||
if (NKHKDJKEGDH != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NKHKDJKEGDH);
|
||||
}
|
||||
if (FCJECKCICKB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FCJECKCICKB);
|
||||
}
|
||||
if (CLOONOIFEFO != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (JAFNPNMOHCM != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JAFNPNMOHCM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -340,24 +340,24 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.PIKAPDJHGND != 0) {
|
||||
PIKAPDJHGND = other.PIKAPDJHGND;
|
||||
}
|
||||
if (other.FCJECKCICKB != 0) {
|
||||
FCJECKCICKB = other.FCJECKCICKB;
|
||||
}
|
||||
if (other.NLMDEMOHBOO != 0) {
|
||||
NLMDEMOHBOO = other.NLMDEMOHBOO;
|
||||
}
|
||||
if (other.BIINNCNDPCG != false) {
|
||||
BIINNCNDPCG = other.BIINNCNDPCG;
|
||||
}
|
||||
if (other.JAFNPNMOHCM != 0) {
|
||||
JAFNPNMOHCM = other.JAFNPNMOHCM;
|
||||
}
|
||||
if (other.NKHKDJKEGDH != 0) {
|
||||
NKHKDJKEGDH = other.NKHKDJKEGDH;
|
||||
}
|
||||
if (other.FCJECKCICKB != 0) {
|
||||
FCJECKCICKB = other.FCJECKCICKB;
|
||||
}
|
||||
if (other.CLOONOIFEFO != false) {
|
||||
CLOONOIFEFO = other.CLOONOIFEFO;
|
||||
}
|
||||
if (other.JAFNPNMOHCM != 0) {
|
||||
JAFNPNMOHCM = other.JAFNPNMOHCM;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -373,34 +373,34 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 8: {
|
||||
case 40: {
|
||||
JAFNPNMOHCM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
FCJECKCICKB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
case 64: {
|
||||
BIINNCNDPCG = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
PIKAPDJHGND = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
NLMDEMOHBOO = input.ReadUInt32();
|
||||
FCJECKCICKB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
NKHKDJKEGDH = input.ReadUInt32();
|
||||
PIKAPDJHGND = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
NLMDEMOHBOO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
CLOONOIFEFO = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
NKHKDJKEGDH = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -416,34 +416,34 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 8: {
|
||||
case 40: {
|
||||
JAFNPNMOHCM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
FCJECKCICKB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
case 64: {
|
||||
BIINNCNDPCG = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
PIKAPDJHGND = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
NLMDEMOHBOO = input.ReadUInt32();
|
||||
FCJECKCICKB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
NKHKDJKEGDH = input.ReadUInt32();
|
||||
PIKAPDJHGND = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
NLMDEMOHBOO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
CLOONOIFEFO = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
NKHKDJKEGDH = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: LobbyBeginCsReq.proto
|
||||
// source: ABHFJDNFCFL.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
@@ -11,25 +11,25 @@ using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from LobbyBeginCsReq.proto</summary>
|
||||
public static partial class LobbyBeginCsReqReflection {
|
||||
/// <summary>Holder for reflection information generated from ABHFJDNFCFL.proto</summary>
|
||||
public static partial class ABHFJDNFCFLReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for LobbyBeginCsReq.proto</summary>
|
||||
/// <summary>File descriptor for ABHFJDNFCFL.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static LobbyBeginCsReqReflection() {
|
||||
static ABHFJDNFCFLReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChVMb2JieUJlZ2luQ3NSZXEucHJvdG8iEQoPTG9iYnlCZWdpbkNzUmVxQh6q",
|
||||
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
"ChFBQkhGSkRORkNGTC5wcm90byINCgtBQkhGSkRORkNGTEIeqgIbRWdnTGlu",
|
||||
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LobbyBeginCsReq), global::EggLink.DanhengServer.Proto.LobbyBeginCsReq.Parser, null, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ABHFJDNFCFL), global::EggLink.DanhengServer.Proto.ABHFJDNFCFL.Parser, null, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -37,21 +37,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class LobbyBeginCsReq : pb::IMessage<LobbyBeginCsReq>
|
||||
public sealed partial class ABHFJDNFCFL : pb::IMessage<ABHFJDNFCFL>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<LobbyBeginCsReq> _parser = new pb::MessageParser<LobbyBeginCsReq>(() => new LobbyBeginCsReq());
|
||||
private static readonly pb::MessageParser<ABHFJDNFCFL> _parser = new pb::MessageParser<ABHFJDNFCFL>(() => new ABHFJDNFCFL());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<LobbyBeginCsReq> Parser { get { return _parser; } }
|
||||
public static pb::MessageParser<ABHFJDNFCFL> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.LobbyBeginCsReqReflection.Descriptor.MessageTypes[0]; }
|
||||
get { return global::EggLink.DanhengServer.Proto.ABHFJDNFCFLReflection.Descriptor.MessageTypes[0]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -62,7 +62,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public LobbyBeginCsReq() {
|
||||
public ABHFJDNFCFL() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
@@ -70,25 +70,25 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public LobbyBeginCsReq(LobbyBeginCsReq other) : this() {
|
||||
public ABHFJDNFCFL(ABHFJDNFCFL other) : this() {
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public LobbyBeginCsReq Clone() {
|
||||
return new LobbyBeginCsReq(this);
|
||||
public ABHFJDNFCFL Clone() {
|
||||
return new ABHFJDNFCFL(this);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as LobbyBeginCsReq);
|
||||
return Equals(other as ABHFJDNFCFL);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(LobbyBeginCsReq other) {
|
||||
public bool Equals(ABHFJDNFCFL other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
@@ -148,7 +148,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(LobbyBeginCsReq other) {
|
||||
public void MergeFrom(ABHFJDNFCFL other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ACCBIGFANOAReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBQ0NCSUdGQU5PQS5wcm90byJICgtBQ0NCSUdGQU5PQRITCgtQTkVPT0xG",
|
||||
"TE5MSxgBIAMoDRIPCgdjYXJkX2lkGAMgASgNEhMKC0JKS0hQQURDTEhJGAQg",
|
||||
"ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
"ChFBQ0NCSUdGQU5PQS5wcm90byJICgtBQ0NCSUdGQU5PQRITCgtCSktIUEFE",
|
||||
"Q0xISRgIIAEoDRIPCgdjYXJkX2lkGAIgASgNEhMKC1BORU9PTEZMTkxLGA4g",
|
||||
"AygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ACCBIGFANOA), global::EggLink.DanhengServer.Proto.ACCBIGFANOA.Parser, new[]{ "PNEOOLFLNLK", "CardId", "BJKHPADCLHI" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ACCBIGFANOA), global::EggLink.DanhengServer.Proto.ACCBIGFANOA.Parser, new[]{ "BJKHPADCLHI", "CardId", "PNEOOLFLNLK" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -72,9 +72,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ACCBIGFANOA(ACCBIGFANOA other) : this() {
|
||||
pNEOOLFLNLK_ = other.pNEOOLFLNLK_.Clone();
|
||||
cardId_ = other.cardId_;
|
||||
bJKHPADCLHI_ = other.bJKHPADCLHI_;
|
||||
cardId_ = other.cardId_;
|
||||
pNEOOLFLNLK_ = other.pNEOOLFLNLK_.Clone();
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -84,19 +84,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new ACCBIGFANOA(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PNEOOLFLNLK" field.</summary>
|
||||
public const int PNEOOLFLNLKFieldNumber = 1;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_pNEOOLFLNLK_codec
|
||||
= pb::FieldCodec.ForUInt32(10);
|
||||
private readonly pbc::RepeatedField<uint> pNEOOLFLNLK_ = new pbc::RepeatedField<uint>();
|
||||
/// <summary>Field number for the "BJKHPADCLHI" field.</summary>
|
||||
public const int BJKHPADCLHIFieldNumber = 8;
|
||||
private uint bJKHPADCLHI_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<uint> PNEOOLFLNLK {
|
||||
get { return pNEOOLFLNLK_; }
|
||||
public uint BJKHPADCLHI {
|
||||
get { return bJKHPADCLHI_; }
|
||||
set {
|
||||
bJKHPADCLHI_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "card_id" field.</summary>
|
||||
public const int CardIdFieldNumber = 3;
|
||||
public const int CardIdFieldNumber = 2;
|
||||
private uint cardId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -107,16 +108,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BJKHPADCLHI" field.</summary>
|
||||
public const int BJKHPADCLHIFieldNumber = 4;
|
||||
private uint bJKHPADCLHI_;
|
||||
/// <summary>Field number for the "PNEOOLFLNLK" field.</summary>
|
||||
public const int PNEOOLFLNLKFieldNumber = 14;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_pNEOOLFLNLK_codec
|
||||
= pb::FieldCodec.ForUInt32(114);
|
||||
private readonly pbc::RepeatedField<uint> pNEOOLFLNLK_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint BJKHPADCLHI {
|
||||
get { return bJKHPADCLHI_; }
|
||||
set {
|
||||
bJKHPADCLHI_ = value;
|
||||
}
|
||||
public pbc::RepeatedField<uint> PNEOOLFLNLK {
|
||||
get { return pNEOOLFLNLK_; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -134,9 +134,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if(!pNEOOLFLNLK_.Equals(other.pNEOOLFLNLK_)) return false;
|
||||
if (CardId != other.CardId) return false;
|
||||
if (BJKHPADCLHI != other.BJKHPADCLHI) return false;
|
||||
if (CardId != other.CardId) return false;
|
||||
if(!pNEOOLFLNLK_.Equals(other.pNEOOLFLNLK_)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -144,9 +144,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
hash ^= pNEOOLFLNLK_.GetHashCode();
|
||||
if (CardId != 0) hash ^= CardId.GetHashCode();
|
||||
if (BJKHPADCLHI != 0) hash ^= BJKHPADCLHI.GetHashCode();
|
||||
if (CardId != 0) hash ^= CardId.GetHashCode();
|
||||
hash ^= pNEOOLFLNLK_.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -165,15 +165,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
pNEOOLFLNLK_.WriteTo(output, _repeated_pNEOOLFLNLK_codec);
|
||||
if (CardId != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(CardId);
|
||||
}
|
||||
if (BJKHPADCLHI != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(BJKHPADCLHI);
|
||||
}
|
||||
pNEOOLFLNLK_.WriteTo(output, _repeated_pNEOOLFLNLK_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -184,15 +184,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
pNEOOLFLNLK_.WriteTo(ref output, _repeated_pNEOOLFLNLK_codec);
|
||||
if (CardId != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(CardId);
|
||||
}
|
||||
if (BJKHPADCLHI != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(BJKHPADCLHI);
|
||||
}
|
||||
pNEOOLFLNLK_.WriteTo(ref output, _repeated_pNEOOLFLNLK_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -203,13 +203,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
size += pNEOOLFLNLK_.CalculateSize(_repeated_pNEOOLFLNLK_codec);
|
||||
if (CardId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CardId);
|
||||
}
|
||||
if (BJKHPADCLHI != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BJKHPADCLHI);
|
||||
}
|
||||
if (CardId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CardId);
|
||||
}
|
||||
size += pNEOOLFLNLK_.CalculateSize(_repeated_pNEOOLFLNLK_codec);
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -222,13 +222,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
pNEOOLFLNLK_.Add(other.pNEOOLFLNLK_);
|
||||
if (other.CardId != 0) {
|
||||
CardId = other.CardId;
|
||||
}
|
||||
if (other.BJKHPADCLHI != 0) {
|
||||
BJKHPADCLHI = other.BJKHPADCLHI;
|
||||
}
|
||||
if (other.CardId != 0) {
|
||||
CardId = other.CardId;
|
||||
}
|
||||
pNEOOLFLNLK_.Add(other.pNEOOLFLNLK_);
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -244,19 +244,19 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 10:
|
||||
case 8: {
|
||||
pNEOOLFLNLK_.AddEntriesFrom(input, _repeated_pNEOOLFLNLK_codec);
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
case 16: {
|
||||
CardId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
case 64: {
|
||||
BJKHPADCLHI = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 114:
|
||||
case 112: {
|
||||
pNEOOLFLNLK_.AddEntriesFrom(input, _repeated_pNEOOLFLNLK_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -272,19 +272,19 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 10:
|
||||
case 8: {
|
||||
pNEOOLFLNLK_.AddEntriesFrom(ref input, _repeated_pNEOOLFLNLK_codec);
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
case 16: {
|
||||
CardId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
case 64: {
|
||||
BJKHPADCLHI = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 114:
|
||||
case 112: {
|
||||
pNEOOLFLNLK_.AddEntriesFrom(ref input, _repeated_pNEOOLFLNLK_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBQ0tOQ0FBQU1KTS5wcm90bxoOSXRlbUxpc3QucHJvdG8iVQoLQUNLTkNB",
|
||||
"QUFNSk0SHAoJaXRlbV9saXN0GAEgASgLMgkuSXRlbUxpc3QSEwoLR0lBQ0ZD",
|
||||
"RERKTk0YDSABKA0SEwoLUFBDTEJEQkpMTU8YAyABKA1CHqoCG0VnZ0xpbmsu",
|
||||
"QUFNSk0SEwoLUFBDTEJEQkpMTU8YDiABKA0SHAoJaXRlbV9saXN0GAQgASgL",
|
||||
"MgkuSXRlbUxpc3QSEwoLR0lBQ0ZDRERKTk0YASABKA1CHqoCG0VnZ0xpbmsu",
|
||||
"RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ACKNCAAAMJM), global::EggLink.DanhengServer.Proto.ACKNCAAAMJM.Parser, new[]{ "ItemList", "GIACFCDDJNM", "PPCLBDBJLMO" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ACKNCAAAMJM), global::EggLink.DanhengServer.Proto.ACKNCAAAMJM.Parser, new[]{ "PPCLBDBJLMO", "ItemList", "GIACFCDDJNM" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -73,9 +73,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ACKNCAAAMJM(ACKNCAAAMJM other) : this() {
|
||||
pPCLBDBJLMO_ = other.pPCLBDBJLMO_;
|
||||
itemList_ = other.itemList_ != null ? other.itemList_.Clone() : null;
|
||||
gIACFCDDJNM_ = other.gIACFCDDJNM_;
|
||||
pPCLBDBJLMO_ = other.pPCLBDBJLMO_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -85,8 +85,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new ACKNCAAAMJM(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PPCLBDBJLMO" field.</summary>
|
||||
public const int PPCLBDBJLMOFieldNumber = 14;
|
||||
private uint pPCLBDBJLMO_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint PPCLBDBJLMO {
|
||||
get { return pPCLBDBJLMO_; }
|
||||
set {
|
||||
pPCLBDBJLMO_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "item_list" field.</summary>
|
||||
public const int ItemListFieldNumber = 1;
|
||||
public const int ItemListFieldNumber = 4;
|
||||
private global::EggLink.DanhengServer.Proto.ItemList itemList_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -98,7 +110,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "GIACFCDDJNM" field.</summary>
|
||||
public const int GIACFCDDJNMFieldNumber = 13;
|
||||
public const int GIACFCDDJNMFieldNumber = 1;
|
||||
private uint gIACFCDDJNM_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -109,18 +121,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PPCLBDBJLMO" field.</summary>
|
||||
public const int PPCLBDBJLMOFieldNumber = 3;
|
||||
private uint pPCLBDBJLMO_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint PPCLBDBJLMO {
|
||||
get { return pPCLBDBJLMO_; }
|
||||
set {
|
||||
pPCLBDBJLMO_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (PPCLBDBJLMO != other.PPCLBDBJLMO) return false;
|
||||
if (!object.Equals(ItemList, other.ItemList)) return false;
|
||||
if (GIACFCDDJNM != other.GIACFCDDJNM) return false;
|
||||
if (PPCLBDBJLMO != other.PPCLBDBJLMO) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -146,9 +146,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (PPCLBDBJLMO != 0) hash ^= PPCLBDBJLMO.GetHashCode();
|
||||
if (itemList_ != null) hash ^= ItemList.GetHashCode();
|
||||
if (GIACFCDDJNM != 0) hash ^= GIACFCDDJNM.GetHashCode();
|
||||
if (PPCLBDBJLMO != 0) hash ^= PPCLBDBJLMO.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -167,18 +167,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (GIACFCDDJNM != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(GIACFCDDJNM);
|
||||
}
|
||||
if (itemList_ != null) {
|
||||
output.WriteRawTag(10);
|
||||
output.WriteRawTag(34);
|
||||
output.WriteMessage(ItemList);
|
||||
}
|
||||
if (PPCLBDBJLMO != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(PPCLBDBJLMO);
|
||||
}
|
||||
if (GIACFCDDJNM != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(GIACFCDDJNM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -189,18 +189,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (GIACFCDDJNM != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(GIACFCDDJNM);
|
||||
}
|
||||
if (itemList_ != null) {
|
||||
output.WriteRawTag(10);
|
||||
output.WriteRawTag(34);
|
||||
output.WriteMessage(ItemList);
|
||||
}
|
||||
if (PPCLBDBJLMO != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(PPCLBDBJLMO);
|
||||
}
|
||||
if (GIACFCDDJNM != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(GIACFCDDJNM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -211,15 +211,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (PPCLBDBJLMO != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PPCLBDBJLMO);
|
||||
}
|
||||
if (itemList_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ItemList);
|
||||
}
|
||||
if (GIACFCDDJNM != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GIACFCDDJNM);
|
||||
}
|
||||
if (PPCLBDBJLMO != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PPCLBDBJLMO);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -232,6 +232,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.PPCLBDBJLMO != 0) {
|
||||
PPCLBDBJLMO = other.PPCLBDBJLMO;
|
||||
}
|
||||
if (other.itemList_ != null) {
|
||||
if (itemList_ == null) {
|
||||
ItemList = new global::EggLink.DanhengServer.Proto.ItemList();
|
||||
@@ -241,9 +244,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.GIACFCDDJNM != 0) {
|
||||
GIACFCDDJNM = other.GIACFCDDJNM;
|
||||
}
|
||||
if (other.PPCLBDBJLMO != 0) {
|
||||
PPCLBDBJLMO = other.PPCLBDBJLMO;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -259,21 +259,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 10: {
|
||||
case 8: {
|
||||
GIACFCDDJNM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
if (itemList_ == null) {
|
||||
ItemList = new global::EggLink.DanhengServer.Proto.ItemList();
|
||||
}
|
||||
input.ReadMessage(ItemList);
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
case 112: {
|
||||
PPCLBDBJLMO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
GIACFCDDJNM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -289,21 +289,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 10: {
|
||||
case 8: {
|
||||
GIACFCDDJNM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
if (itemList_ == null) {
|
||||
ItemList = new global::EggLink.DanhengServer.Proto.ItemList();
|
||||
}
|
||||
input.ReadMessage(ItemList);
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
case 112: {
|
||||
PPCLBDBJLMO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
GIACFCDDJNM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBQ09OTEZKRUpPSy5wcm90byIiCgtBQ09OTEZKRUpPSxITCgtKSkRNS0hC",
|
||||
"S1BMTRgKIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"S1BMTRgDIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"cm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JJDMKHBKPLM" field.</summary>
|
||||
public const int JJDMKHBKPLMFieldNumber = 10;
|
||||
public const int JJDMKHBKPLMFieldNumber = 3;
|
||||
private uint jJDMKHBKPLM_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (JJDMKHBKPLM != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(JJDMKHBKPLM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (JJDMKHBKPLM != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(JJDMKHBKPLM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -197,7 +197,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 80: {
|
||||
case 24: {
|
||||
JJDMKHBKPLM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -216,7 +216,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 80: {
|
||||
case 24: {
|
||||
JJDMKHBKPLM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
483
Proto/ADAFJFOJDEG.cs
Normal file
483
Proto/ADAFJFOJDEG.cs
Normal file
@@ -0,0 +1,483 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: ADAFJFOJDEG.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
|
||||
using pb = global::Google.Protobuf;
|
||||
using pbc = global::Google.Protobuf.Collections;
|
||||
using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from ADAFJFOJDEG.proto</summary>
|
||||
public static partial class ADAFJFOJDEGReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for ADAFJFOJDEG.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static ADAFJFOJDEGReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBREFGSkZPSkRFRy5wcm90bxoRR01GRUpFRklCQkkucHJvdG8aEUlJS05H",
|
||||
"TkhETUZJLnByb3RvIq8BCgtBREFGSkZPSkRFRxIVCgtCT05BR0hCQklDRhgI",
|
||||
"IAEoDUgAEiMKC05OSFBDT0lJS0ZGGAIgASgLMgwuSUlLTkdOSERNRklIABIQ",
|
||||
"Cghwcm9ncmVzcxgPIAEoDRIQCghxdWVzdF9pZBgHIAEoDRITCgtNRkFOTkNB",
|
||||
"R0RNUBgDIAEoDRIcCgZzdGF0dXMYDSABKA4yDC5HTUZFSkVGSUJCSUINCgtH",
|
||||
"TklPSExDTFBNUEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"cm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GMFEJEFIBBIReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ADAFJFOJDEG), global::EggLink.DanhengServer.Proto.ADAFJFOJDEG.Parser, new[]{ "BONAGHBBICF", "NNHPCOIIKFF", "Progress", "QuestId", "MFANNCAGDMP", "Status" }, new[]{ "GNIOHLCLPMP" }, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class ADAFJFOJDEG : pb::IMessage<ADAFJFOJDEG>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<ADAFJFOJDEG> _parser = new pb::MessageParser<ADAFJFOJDEG>(() => new ADAFJFOJDEG());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<ADAFJFOJDEG> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.ADAFJFOJDEGReflection.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 ADAFJFOJDEG() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ADAFJFOJDEG(ADAFJFOJDEG other) : this() {
|
||||
progress_ = other.progress_;
|
||||
questId_ = other.questId_;
|
||||
mFANNCAGDMP_ = other.mFANNCAGDMP_;
|
||||
status_ = other.status_;
|
||||
switch (other.GNIOHLCLPMPCase) {
|
||||
case GNIOHLCLPMPOneofCase.BONAGHBBICF:
|
||||
BONAGHBBICF = other.BONAGHBBICF;
|
||||
break;
|
||||
case GNIOHLCLPMPOneofCase.NNHPCOIIKFF:
|
||||
NNHPCOIIKFF = other.NNHPCOIIKFF.Clone();
|
||||
break;
|
||||
}
|
||||
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ADAFJFOJDEG Clone() {
|
||||
return new ADAFJFOJDEG(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BONAGHBBICF" field.</summary>
|
||||
public const int BONAGHBBICFFieldNumber = 8;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint BONAGHBBICF {
|
||||
get { return HasBONAGHBBICF ? (uint) gNIOHLCLPMP_ : 0; }
|
||||
set {
|
||||
gNIOHLCLPMP_ = value;
|
||||
gNIOHLCLPMPCase_ = GNIOHLCLPMPOneofCase.BONAGHBBICF;
|
||||
}
|
||||
}
|
||||
/// <summary>Gets whether the "BONAGHBBICF" field is set</summary>
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool HasBONAGHBBICF {
|
||||
get { return gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.BONAGHBBICF; }
|
||||
}
|
||||
/// <summary> Clears the value of the oneof if it's currently set to "BONAGHBBICF" </summary>
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void ClearBONAGHBBICF() {
|
||||
if (HasBONAGHBBICF) {
|
||||
ClearGNIOHLCLPMP();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NNHPCOIIKFF" field.</summary>
|
||||
public const int NNHPCOIIKFFFieldNumber = 2;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI NNHPCOIIKFF {
|
||||
get { return gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF ? (global::EggLink.DanhengServer.Proto.IIKNGNHDMFI) gNIOHLCLPMP_ : null; }
|
||||
set {
|
||||
gNIOHLCLPMP_ = value;
|
||||
gNIOHLCLPMPCase_ = value == null ? GNIOHLCLPMPOneofCase.None : GNIOHLCLPMPOneofCase.NNHPCOIIKFF;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "progress" field.</summary>
|
||||
public const int ProgressFieldNumber = 15;
|
||||
private uint progress_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Progress {
|
||||
get { return progress_; }
|
||||
set {
|
||||
progress_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "quest_id" field.</summary>
|
||||
public const int QuestIdFieldNumber = 7;
|
||||
private uint questId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint QuestId {
|
||||
get { return questId_; }
|
||||
set {
|
||||
questId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "MFANNCAGDMP" field.</summary>
|
||||
public const int MFANNCAGDMPFieldNumber = 3;
|
||||
private uint mFANNCAGDMP_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint MFANNCAGDMP {
|
||||
get { return mFANNCAGDMP_; }
|
||||
set {
|
||||
mFANNCAGDMP_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "status" field.</summary>
|
||||
public const int StatusFieldNumber = 13;
|
||||
private global::EggLink.DanhengServer.Proto.GMFEJEFIBBI status_ = global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.GMFEJEFIBBI Status {
|
||||
get { return status_; }
|
||||
set {
|
||||
status_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
private object gNIOHLCLPMP_;
|
||||
/// <summary>Enum of possible cases for the "GNIOHLCLPMP" oneof.</summary>
|
||||
public enum GNIOHLCLPMPOneofCase {
|
||||
None = 0,
|
||||
BONAGHBBICF = 8,
|
||||
NNHPCOIIKFF = 2,
|
||||
}
|
||||
private GNIOHLCLPMPOneofCase gNIOHLCLPMPCase_ = GNIOHLCLPMPOneofCase.None;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public GNIOHLCLPMPOneofCase GNIOHLCLPMPCase {
|
||||
get { return gNIOHLCLPMPCase_; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void ClearGNIOHLCLPMP() {
|
||||
gNIOHLCLPMPCase_ = GNIOHLCLPMPOneofCase.None;
|
||||
gNIOHLCLPMP_ = null;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as ADAFJFOJDEG);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(ADAFJFOJDEG other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (BONAGHBBICF != other.BONAGHBBICF) return false;
|
||||
if (!object.Equals(NNHPCOIIKFF, other.NNHPCOIIKFF)) return false;
|
||||
if (Progress != other.Progress) return false;
|
||||
if (QuestId != other.QuestId) return false;
|
||||
if (MFANNCAGDMP != other.MFANNCAGDMP) return false;
|
||||
if (Status != other.Status) return false;
|
||||
if (GNIOHLCLPMPCase != other.GNIOHLCLPMPCase) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (HasBONAGHBBICF) hash ^= BONAGHBBICF.GetHashCode();
|
||||
if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) hash ^= NNHPCOIIKFF.GetHashCode();
|
||||
if (Progress != 0) hash ^= Progress.GetHashCode();
|
||||
if (QuestId != 0) hash ^= QuestId.GetHashCode();
|
||||
if (MFANNCAGDMP != 0) hash ^= MFANNCAGDMP.GetHashCode();
|
||||
if (Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) hash ^= Status.GetHashCode();
|
||||
hash ^= (int) gNIOHLCLPMPCase_;
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
return hash;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override string ToString() {
|
||||
return pb::JsonFormatter.ToDiagnosticString(this);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void WriteTo(pb::CodedOutputStream output) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) {
|
||||
output.WriteRawTag(18);
|
||||
output.WriteMessage(NNHPCOIIKFF);
|
||||
}
|
||||
if (MFANNCAGDMP != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(MFANNCAGDMP);
|
||||
}
|
||||
if (QuestId != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(QuestId);
|
||||
}
|
||||
if (HasBONAGHBBICF) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(BONAGHBBICF);
|
||||
}
|
||||
if (Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (Progress != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(Progress);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) {
|
||||
output.WriteRawTag(18);
|
||||
output.WriteMessage(NNHPCOIIKFF);
|
||||
}
|
||||
if (MFANNCAGDMP != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(MFANNCAGDMP);
|
||||
}
|
||||
if (QuestId != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(QuestId);
|
||||
}
|
||||
if (HasBONAGHBBICF) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(BONAGHBBICF);
|
||||
}
|
||||
if (Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (Progress != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(Progress);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (HasBONAGHBBICF) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BONAGHBBICF);
|
||||
}
|
||||
if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NNHPCOIIKFF);
|
||||
}
|
||||
if (Progress != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Progress);
|
||||
}
|
||||
if (QuestId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QuestId);
|
||||
}
|
||||
if (MFANNCAGDMP != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MFANNCAGDMP);
|
||||
}
|
||||
if (Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(ADAFJFOJDEG other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Progress != 0) {
|
||||
Progress = other.Progress;
|
||||
}
|
||||
if (other.QuestId != 0) {
|
||||
QuestId = other.QuestId;
|
||||
}
|
||||
if (other.MFANNCAGDMP != 0) {
|
||||
MFANNCAGDMP = other.MFANNCAGDMP;
|
||||
}
|
||||
if (other.Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) {
|
||||
Status = other.Status;
|
||||
}
|
||||
switch (other.GNIOHLCLPMPCase) {
|
||||
case GNIOHLCLPMPOneofCase.BONAGHBBICF:
|
||||
BONAGHBBICF = other.BONAGHBBICF;
|
||||
break;
|
||||
case GNIOHLCLPMPOneofCase.NNHPCOIIKFF:
|
||||
if (NNHPCOIIKFF == null) {
|
||||
NNHPCOIIKFF = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
|
||||
}
|
||||
NNHPCOIIKFF.MergeFrom(other.NNHPCOIIKFF);
|
||||
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 18: {
|
||||
global::EggLink.DanhengServer.Proto.IIKNGNHDMFI subBuilder = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
|
||||
if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) {
|
||||
subBuilder.MergeFrom(NNHPCOIIKFF);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
NNHPCOIIKFF = subBuilder;
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
MFANNCAGDMP = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
QuestId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
BONAGHBBICF = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.GMFEJEFIBBI) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
Progress = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 18: {
|
||||
global::EggLink.DanhengServer.Proto.IIKNGNHDMFI subBuilder = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
|
||||
if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) {
|
||||
subBuilder.MergeFrom(NNHPCOIIKFF);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
NNHPCOIIKFF = subBuilder;
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
MFANNCAGDMP = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
QuestId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
BONAGHBBICF = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.GMFEJEFIBBI) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
Progress = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ADGNKECPOMAReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBREdOS0VDUE9NQS5wcm90byI3CgtBREdOS0VDUE9NQRITCgtDQ0NES0dB",
|
||||
"TURMQhgJIAEoDRITCgtFTkZLR0dOT01FTxgIIAEoDUIeqgIbRWdnTGluay5E",
|
||||
"ChFBREdOS0VDUE9NQS5wcm90byI3CgtBREdOS0VDUE9NQRITCgtFTkZLR0dO",
|
||||
"T01FTxgHIAEoDRITCgtDQ0NES0dBTURMQhgFIAEoDUIeqgIbRWdnTGluay5E",
|
||||
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ADGNKECPOMA), global::EggLink.DanhengServer.Proto.ADGNKECPOMA.Parser, new[]{ "CCCDKGAMDLB", "ENFKGGNOMEO" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ADGNKECPOMA), global::EggLink.DanhengServer.Proto.ADGNKECPOMA.Parser, new[]{ "ENFKGGNOMEO", "CCCDKGAMDLB" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -72,8 +72,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ADGNKECPOMA(ADGNKECPOMA other) : this() {
|
||||
cCCDKGAMDLB_ = other.cCCDKGAMDLB_;
|
||||
eNFKGGNOMEO_ = other.eNFKGGNOMEO_;
|
||||
cCCDKGAMDLB_ = other.cCCDKGAMDLB_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -83,20 +83,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new ADGNKECPOMA(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "CCCDKGAMDLB" field.</summary>
|
||||
public const int CCCDKGAMDLBFieldNumber = 9;
|
||||
private uint cCCDKGAMDLB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint CCCDKGAMDLB {
|
||||
get { return cCCDKGAMDLB_; }
|
||||
set {
|
||||
cCCDKGAMDLB_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "ENFKGGNOMEO" field.</summary>
|
||||
public const int ENFKGGNOMEOFieldNumber = 8;
|
||||
public const int ENFKGGNOMEOFieldNumber = 7;
|
||||
private uint eNFKGGNOMEO_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -107,6 +95,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "CCCDKGAMDLB" field.</summary>
|
||||
public const int CCCDKGAMDLBFieldNumber = 5;
|
||||
private uint cCCDKGAMDLB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint CCCDKGAMDLB {
|
||||
get { return cCCDKGAMDLB_; }
|
||||
set {
|
||||
cCCDKGAMDLB_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -122,8 +122,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (CCCDKGAMDLB != other.CCCDKGAMDLB) return false;
|
||||
if (ENFKGGNOMEO != other.ENFKGGNOMEO) return false;
|
||||
if (CCCDKGAMDLB != other.CCCDKGAMDLB) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -131,8 +131,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (CCCDKGAMDLB != 0) hash ^= CCCDKGAMDLB.GetHashCode();
|
||||
if (ENFKGGNOMEO != 0) hash ^= ENFKGGNOMEO.GetHashCode();
|
||||
if (CCCDKGAMDLB != 0) hash ^= CCCDKGAMDLB.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -151,14 +151,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (ENFKGGNOMEO != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(ENFKGGNOMEO);
|
||||
}
|
||||
if (CCCDKGAMDLB != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(CCCDKGAMDLB);
|
||||
}
|
||||
if (ENFKGGNOMEO != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(ENFKGGNOMEO);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -169,14 +169,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (ENFKGGNOMEO != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(ENFKGGNOMEO);
|
||||
}
|
||||
if (CCCDKGAMDLB != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(CCCDKGAMDLB);
|
||||
}
|
||||
if (ENFKGGNOMEO != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(ENFKGGNOMEO);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -187,12 +187,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (CCCDKGAMDLB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CCCDKGAMDLB);
|
||||
}
|
||||
if (ENFKGGNOMEO != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ENFKGGNOMEO);
|
||||
}
|
||||
if (CCCDKGAMDLB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CCCDKGAMDLB);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -205,12 +205,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.CCCDKGAMDLB != 0) {
|
||||
CCCDKGAMDLB = other.CCCDKGAMDLB;
|
||||
}
|
||||
if (other.ENFKGGNOMEO != 0) {
|
||||
ENFKGGNOMEO = other.ENFKGGNOMEO;
|
||||
}
|
||||
if (other.CCCDKGAMDLB != 0) {
|
||||
CCCDKGAMDLB = other.CCCDKGAMDLB;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -226,12 +226,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 64: {
|
||||
ENFKGGNOMEO = input.ReadUInt32();
|
||||
case 40: {
|
||||
CCCDKGAMDLB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
CCCDKGAMDLB = input.ReadUInt32();
|
||||
case 56: {
|
||||
ENFKGGNOMEO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -249,12 +249,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 64: {
|
||||
ENFKGGNOMEO = input.ReadUInt32();
|
||||
case 40: {
|
||||
CCCDKGAMDLB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
CCCDKGAMDLB = input.ReadUInt32();
|
||||
case 56: {
|
||||
ENFKGGNOMEO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBRE9MRU9GRUdPSy5wcm90byIyCgtBRE9MRU9GRUdPSxITCgtQT0lJQUlB",
|
||||
"S0lMRhgHIAEoDRIOCgZtYXBfaWQYDiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu",
|
||||
"S0lMRhgGIAEoDRIOCgZtYXBfaWQYDyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu",
|
||||
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "POIIAIAKILF" field.</summary>
|
||||
public const int POIIAIAKILFFieldNumber = 7;
|
||||
public const int POIIAIAKILFFieldNumber = 6;
|
||||
private uint pOIIAIAKILF_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "map_id" field.</summary>
|
||||
public const int MapIdFieldNumber = 14;
|
||||
public const int MapIdFieldNumber = 15;
|
||||
private uint mapId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -152,11 +152,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (POIIAIAKILF != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(POIIAIAKILF);
|
||||
}
|
||||
if (MapId != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(MapId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -170,11 +170,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (POIIAIAKILF != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(POIIAIAKILF);
|
||||
}
|
||||
if (MapId != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(MapId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -226,11 +226,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 56: {
|
||||
case 48: {
|
||||
POIIAIAKILF = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
case 120: {
|
||||
MapId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -249,11 +249,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 56: {
|
||||
case 48: {
|
||||
POIIAIAKILF = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
case 120: {
|
||||
MapId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBRURBT0lGRklHTi5wcm90bxoQQXZhdGFyVHlwZS5wcm90byJCCgtBRURB",
|
||||
"T0lGRklHThIgCgthdmF0YXJfdHlwZRgJIAEoDjILLkF2YXRhclR5cGUSEQoJ",
|
||||
"YXZhdGFyX2lkGAUgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
|
||||
"T0lGRklHThIRCglhdmF0YXJfaWQYCiABKA0SIAoLYXZhdGFyX3R5cGUYDiAB",
|
||||
"KA4yCy5BdmF0YXJUeXBlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
|
||||
"dG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AEDAOIFFIGN), global::EggLink.DanhengServer.Proto.AEDAOIFFIGN.Parser, new[]{ "AvatarType", "AvatarId" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AEDAOIFFIGN), global::EggLink.DanhengServer.Proto.AEDAOIFFIGN.Parser, new[]{ "AvatarId", "AvatarType" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -73,8 +73,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AEDAOIFFIGN(AEDAOIFFIGN other) : this() {
|
||||
avatarType_ = other.avatarType_;
|
||||
avatarId_ = other.avatarId_;
|
||||
avatarType_ = other.avatarType_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -84,20 +84,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AEDAOIFFIGN(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "avatar_type" field.</summary>
|
||||
public const int AvatarTypeFieldNumber = 9;
|
||||
private global::EggLink.DanhengServer.Proto.AvatarType avatarType_ = global::EggLink.DanhengServer.Proto.AvatarType.None;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.AvatarType AvatarType {
|
||||
get { return avatarType_; }
|
||||
set {
|
||||
avatarType_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "avatar_id" field.</summary>
|
||||
public const int AvatarIdFieldNumber = 5;
|
||||
public const int AvatarIdFieldNumber = 10;
|
||||
private uint avatarId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -108,6 +96,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "avatar_type" field.</summary>
|
||||
public const int AvatarTypeFieldNumber = 14;
|
||||
private global::EggLink.DanhengServer.Proto.AvatarType avatarType_ = global::EggLink.DanhengServer.Proto.AvatarType.None;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.AvatarType AvatarType {
|
||||
get { return avatarType_; }
|
||||
set {
|
||||
avatarType_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -123,8 +123,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (AvatarType != other.AvatarType) return false;
|
||||
if (AvatarId != other.AvatarId) return false;
|
||||
if (AvatarType != other.AvatarType) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -132,8 +132,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) hash ^= AvatarType.GetHashCode();
|
||||
if (AvatarId != 0) hash ^= AvatarId.GetHashCode();
|
||||
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) hash ^= AvatarType.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -153,11 +153,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (AvatarId != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(AvatarId);
|
||||
}
|
||||
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(112);
|
||||
output.WriteEnum((int) AvatarType);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -171,11 +171,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (AvatarId != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(AvatarId);
|
||||
}
|
||||
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(112);
|
||||
output.WriteEnum((int) AvatarType);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -188,12 +188,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AvatarType);
|
||||
}
|
||||
if (AvatarId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId);
|
||||
}
|
||||
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AvatarType);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -206,12 +206,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
|
||||
AvatarType = other.AvatarType;
|
||||
}
|
||||
if (other.AvatarId != 0) {
|
||||
AvatarId = other.AvatarId;
|
||||
}
|
||||
if (other.AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
|
||||
AvatarType = other.AvatarType;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -227,11 +227,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 40: {
|
||||
case 80: {
|
||||
AvatarId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 112: {
|
||||
AvatarType = (global::EggLink.DanhengServer.Proto.AvatarType) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
@@ -250,11 +250,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 40: {
|
||||
case 80: {
|
||||
AvatarId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 112: {
|
||||
AvatarType = (global::EggLink.DanhengServer.Proto.AvatarType) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static AEDKPBFCKGOReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBRURLUEJGQ0tHTy5wcm90byLKAQoLQUVES1BCRkNLR08SEwoLRUZJTkZQ",
|
||||
"S0tKTEUYAiABKA0SEwoLSU1PQkxHT0FKQ0IYASABKAgSEwoLRk5JR1BHQkdF",
|
||||
"SE4YDCABKA0SEwoLUERETkdLTkNQRUIYBiABKA0SEwoLS01HSUVNT0ZPR0IY",
|
||||
"AyABKA0SEwoLUElMQUFHT0tBT0YYByABKA0SEwoLUEtETEtDQktLUEYYDyAB",
|
||||
"KA0SEwoLR0lNREhCTkpPT08YDSABKA0SEwoLSUZLREdFQkNERUcYCCABKA1C",
|
||||
"ChFBRURLUEJGQ0tHTy5wcm90byLKAQoLQUVES1BCRkNLR08SEwoLUEtETEtD",
|
||||
"QktLUEYYByABKA0SEwoLSUZLREdFQkNERUcYDyABKA0SEwoLRUZJTkZQS0tK",
|
||||
"TEUYBCABKA0SEwoLSU1PQkxHT0FKQ0IYDiABKAgSEwoLR0lNREhCTkpPT08Y",
|
||||
"CCABKA0SEwoLRk5JR1BHQkdFSE4YDCABKA0SEwoLUElMQUFHT0tBT0YYDSAB",
|
||||
"KA0SEwoLS01HSUVNT0ZPR0IYCiABKA0SEwoLUERETkdLTkNQRUIYCyABKA1C",
|
||||
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AEDKPBFCKGO), global::EggLink.DanhengServer.Proto.AEDKPBFCKGO.Parser, new[]{ "EFINFPKKJLE", "IMOBLGOAJCB", "FNIGPGBGEHN", "PDDNGKNCPEB", "KMGIEMOFOGB", "PILAAGOKAOF", "PKDLKCBKKPF", "GIMDHBNJOOO", "IFKDGEBCDEG" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AEDKPBFCKGO), global::EggLink.DanhengServer.Proto.AEDKPBFCKGO.Parser, new[]{ "PKDLKCBKKPF", "IFKDGEBCDEG", "EFINFPKKJLE", "IMOBLGOAJCB", "GIMDHBNJOOO", "FNIGPGBGEHN", "PILAAGOKAOF", "KMGIEMOFOGB", "PDDNGKNCPEB" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -75,15 +75,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AEDKPBFCKGO(AEDKPBFCKGO other) : this() {
|
||||
pKDLKCBKKPF_ = other.pKDLKCBKKPF_;
|
||||
iFKDGEBCDEG_ = other.iFKDGEBCDEG_;
|
||||
eFINFPKKJLE_ = other.eFINFPKKJLE_;
|
||||
iMOBLGOAJCB_ = other.iMOBLGOAJCB_;
|
||||
fNIGPGBGEHN_ = other.fNIGPGBGEHN_;
|
||||
pDDNGKNCPEB_ = other.pDDNGKNCPEB_;
|
||||
kMGIEMOFOGB_ = other.kMGIEMOFOGB_;
|
||||
pILAAGOKAOF_ = other.pILAAGOKAOF_;
|
||||
pKDLKCBKKPF_ = other.pKDLKCBKKPF_;
|
||||
gIMDHBNJOOO_ = other.gIMDHBNJOOO_;
|
||||
iFKDGEBCDEG_ = other.iFKDGEBCDEG_;
|
||||
fNIGPGBGEHN_ = other.fNIGPGBGEHN_;
|
||||
pILAAGOKAOF_ = other.pILAAGOKAOF_;
|
||||
kMGIEMOFOGB_ = other.kMGIEMOFOGB_;
|
||||
pDDNGKNCPEB_ = other.pDDNGKNCPEB_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -93,8 +93,32 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AEDKPBFCKGO(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PKDLKCBKKPF" field.</summary>
|
||||
public const int PKDLKCBKKPFFieldNumber = 7;
|
||||
private uint pKDLKCBKKPF_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint PKDLKCBKKPF {
|
||||
get { return pKDLKCBKKPF_; }
|
||||
set {
|
||||
pKDLKCBKKPF_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IFKDGEBCDEG" field.</summary>
|
||||
public const int IFKDGEBCDEGFieldNumber = 15;
|
||||
private uint iFKDGEBCDEG_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint IFKDGEBCDEG {
|
||||
get { return iFKDGEBCDEG_; }
|
||||
set {
|
||||
iFKDGEBCDEG_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "EFINFPKKJLE" field.</summary>
|
||||
public const int EFINFPKKJLEFieldNumber = 2;
|
||||
public const int EFINFPKKJLEFieldNumber = 4;
|
||||
private uint eFINFPKKJLE_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -106,7 +130,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IMOBLGOAJCB" field.</summary>
|
||||
public const int IMOBLGOAJCBFieldNumber = 1;
|
||||
public const int IMOBLGOAJCBFieldNumber = 14;
|
||||
private bool iMOBLGOAJCB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -117,6 +141,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "GIMDHBNJOOO" field.</summary>
|
||||
public const int GIMDHBNJOOOFieldNumber = 8;
|
||||
private uint gIMDHBNJOOO_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint GIMDHBNJOOO {
|
||||
get { return gIMDHBNJOOO_; }
|
||||
set {
|
||||
gIMDHBNJOOO_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FNIGPGBGEHN" field.</summary>
|
||||
public const int FNIGPGBGEHNFieldNumber = 12;
|
||||
private uint fNIGPGBGEHN_;
|
||||
@@ -129,32 +165,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PDDNGKNCPEB" field.</summary>
|
||||
public const int PDDNGKNCPEBFieldNumber = 6;
|
||||
private uint pDDNGKNCPEB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint PDDNGKNCPEB {
|
||||
get { return pDDNGKNCPEB_; }
|
||||
set {
|
||||
pDDNGKNCPEB_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "KMGIEMOFOGB" field.</summary>
|
||||
public const int KMGIEMOFOGBFieldNumber = 3;
|
||||
private uint kMGIEMOFOGB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint KMGIEMOFOGB {
|
||||
get { return kMGIEMOFOGB_; }
|
||||
set {
|
||||
kMGIEMOFOGB_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PILAAGOKAOF" field.</summary>
|
||||
public const int PILAAGOKAOFFieldNumber = 7;
|
||||
public const int PILAAGOKAOFFieldNumber = 13;
|
||||
private uint pILAAGOKAOF_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -165,39 +177,27 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PKDLKCBKKPF" field.</summary>
|
||||
public const int PKDLKCBKKPFFieldNumber = 15;
|
||||
private uint pKDLKCBKKPF_;
|
||||
/// <summary>Field number for the "KMGIEMOFOGB" field.</summary>
|
||||
public const int KMGIEMOFOGBFieldNumber = 10;
|
||||
private uint kMGIEMOFOGB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint PKDLKCBKKPF {
|
||||
get { return pKDLKCBKKPF_; }
|
||||
public uint KMGIEMOFOGB {
|
||||
get { return kMGIEMOFOGB_; }
|
||||
set {
|
||||
pKDLKCBKKPF_ = value;
|
||||
kMGIEMOFOGB_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "GIMDHBNJOOO" field.</summary>
|
||||
public const int GIMDHBNJOOOFieldNumber = 13;
|
||||
private uint gIMDHBNJOOO_;
|
||||
/// <summary>Field number for the "PDDNGKNCPEB" field.</summary>
|
||||
public const int PDDNGKNCPEBFieldNumber = 11;
|
||||
private uint pDDNGKNCPEB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint GIMDHBNJOOO {
|
||||
get { return gIMDHBNJOOO_; }
|
||||
public uint PDDNGKNCPEB {
|
||||
get { return pDDNGKNCPEB_; }
|
||||
set {
|
||||
gIMDHBNJOOO_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IFKDGEBCDEG" field.</summary>
|
||||
public const int IFKDGEBCDEGFieldNumber = 8;
|
||||
private uint iFKDGEBCDEG_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint IFKDGEBCDEG {
|
||||
get { return iFKDGEBCDEG_; }
|
||||
set {
|
||||
iFKDGEBCDEG_ = value;
|
||||
pDDNGKNCPEB_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -216,15 +216,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (PKDLKCBKKPF != other.PKDLKCBKKPF) return false;
|
||||
if (IFKDGEBCDEG != other.IFKDGEBCDEG) return false;
|
||||
if (EFINFPKKJLE != other.EFINFPKKJLE) return false;
|
||||
if (IMOBLGOAJCB != other.IMOBLGOAJCB) return false;
|
||||
if (FNIGPGBGEHN != other.FNIGPGBGEHN) return false;
|
||||
if (PDDNGKNCPEB != other.PDDNGKNCPEB) return false;
|
||||
if (KMGIEMOFOGB != other.KMGIEMOFOGB) return false;
|
||||
if (PILAAGOKAOF != other.PILAAGOKAOF) return false;
|
||||
if (PKDLKCBKKPF != other.PKDLKCBKKPF) return false;
|
||||
if (GIMDHBNJOOO != other.GIMDHBNJOOO) return false;
|
||||
if (IFKDGEBCDEG != other.IFKDGEBCDEG) return false;
|
||||
if (FNIGPGBGEHN != other.FNIGPGBGEHN) return false;
|
||||
if (PILAAGOKAOF != other.PILAAGOKAOF) return false;
|
||||
if (KMGIEMOFOGB != other.KMGIEMOFOGB) return false;
|
||||
if (PDDNGKNCPEB != other.PDDNGKNCPEB) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -232,15 +232,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (PKDLKCBKKPF != 0) hash ^= PKDLKCBKKPF.GetHashCode();
|
||||
if (IFKDGEBCDEG != 0) hash ^= IFKDGEBCDEG.GetHashCode();
|
||||
if (EFINFPKKJLE != 0) hash ^= EFINFPKKJLE.GetHashCode();
|
||||
if (IMOBLGOAJCB != false) hash ^= IMOBLGOAJCB.GetHashCode();
|
||||
if (FNIGPGBGEHN != 0) hash ^= FNIGPGBGEHN.GetHashCode();
|
||||
if (PDDNGKNCPEB != 0) hash ^= PDDNGKNCPEB.GetHashCode();
|
||||
if (KMGIEMOFOGB != 0) hash ^= KMGIEMOFOGB.GetHashCode();
|
||||
if (PILAAGOKAOF != 0) hash ^= PILAAGOKAOF.GetHashCode();
|
||||
if (PKDLKCBKKPF != 0) hash ^= PKDLKCBKKPF.GetHashCode();
|
||||
if (GIMDHBNJOOO != 0) hash ^= GIMDHBNJOOO.GetHashCode();
|
||||
if (IFKDGEBCDEG != 0) hash ^= IFKDGEBCDEG.GetHashCode();
|
||||
if (FNIGPGBGEHN != 0) hash ^= FNIGPGBGEHN.GetHashCode();
|
||||
if (PILAAGOKAOF != 0) hash ^= PILAAGOKAOF.GetHashCode();
|
||||
if (KMGIEMOFOGB != 0) hash ^= KMGIEMOFOGB.GetHashCode();
|
||||
if (PDDNGKNCPEB != 0) hash ^= PDDNGKNCPEB.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -259,41 +259,41 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (IMOBLGOAJCB != false) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteBool(IMOBLGOAJCB);
|
||||
}
|
||||
if (EFINFPKKJLE != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(EFINFPKKJLE);
|
||||
}
|
||||
if (PKDLKCBKKPF != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(PKDLKCBKKPF);
|
||||
}
|
||||
if (GIMDHBNJOOO != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(GIMDHBNJOOO);
|
||||
}
|
||||
if (KMGIEMOFOGB != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(KMGIEMOFOGB);
|
||||
}
|
||||
if (PDDNGKNCPEB != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(PDDNGKNCPEB);
|
||||
}
|
||||
if (PILAAGOKAOF != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(PILAAGOKAOF);
|
||||
}
|
||||
if (IFKDGEBCDEG != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(IFKDGEBCDEG);
|
||||
}
|
||||
if (FNIGPGBGEHN != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(FNIGPGBGEHN);
|
||||
}
|
||||
if (GIMDHBNJOOO != 0) {
|
||||
if (PILAAGOKAOF != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(GIMDHBNJOOO);
|
||||
output.WriteUInt32(PILAAGOKAOF);
|
||||
}
|
||||
if (PKDLKCBKKPF != 0) {
|
||||
if (IMOBLGOAJCB != false) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteBool(IMOBLGOAJCB);
|
||||
}
|
||||
if (IFKDGEBCDEG != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(PKDLKCBKKPF);
|
||||
output.WriteUInt32(IFKDGEBCDEG);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -305,41 +305,41 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (IMOBLGOAJCB != false) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteBool(IMOBLGOAJCB);
|
||||
}
|
||||
if (EFINFPKKJLE != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(EFINFPKKJLE);
|
||||
}
|
||||
if (PKDLKCBKKPF != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(PKDLKCBKKPF);
|
||||
}
|
||||
if (GIMDHBNJOOO != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(GIMDHBNJOOO);
|
||||
}
|
||||
if (KMGIEMOFOGB != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(KMGIEMOFOGB);
|
||||
}
|
||||
if (PDDNGKNCPEB != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(PDDNGKNCPEB);
|
||||
}
|
||||
if (PILAAGOKAOF != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(PILAAGOKAOF);
|
||||
}
|
||||
if (IFKDGEBCDEG != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(IFKDGEBCDEG);
|
||||
}
|
||||
if (FNIGPGBGEHN != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(FNIGPGBGEHN);
|
||||
}
|
||||
if (GIMDHBNJOOO != 0) {
|
||||
if (PILAAGOKAOF != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(GIMDHBNJOOO);
|
||||
output.WriteUInt32(PILAAGOKAOF);
|
||||
}
|
||||
if (PKDLKCBKKPF != 0) {
|
||||
if (IMOBLGOAJCB != false) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteBool(IMOBLGOAJCB);
|
||||
}
|
||||
if (IFKDGEBCDEG != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(PKDLKCBKKPF);
|
||||
output.WriteUInt32(IFKDGEBCDEG);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -351,32 +351,32 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (PKDLKCBKKPF != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PKDLKCBKKPF);
|
||||
}
|
||||
if (IFKDGEBCDEG != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IFKDGEBCDEG);
|
||||
}
|
||||
if (EFINFPKKJLE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EFINFPKKJLE);
|
||||
}
|
||||
if (IMOBLGOAJCB != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (GIMDHBNJOOO != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GIMDHBNJOOO);
|
||||
}
|
||||
if (FNIGPGBGEHN != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FNIGPGBGEHN);
|
||||
}
|
||||
if (PDDNGKNCPEB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PDDNGKNCPEB);
|
||||
}
|
||||
if (KMGIEMOFOGB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KMGIEMOFOGB);
|
||||
}
|
||||
if (PILAAGOKAOF != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PILAAGOKAOF);
|
||||
}
|
||||
if (PKDLKCBKKPF != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PKDLKCBKKPF);
|
||||
if (KMGIEMOFOGB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KMGIEMOFOGB);
|
||||
}
|
||||
if (GIMDHBNJOOO != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GIMDHBNJOOO);
|
||||
}
|
||||
if (IFKDGEBCDEG != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IFKDGEBCDEG);
|
||||
if (PDDNGKNCPEB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PDDNGKNCPEB);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -390,32 +390,32 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.PKDLKCBKKPF != 0) {
|
||||
PKDLKCBKKPF = other.PKDLKCBKKPF;
|
||||
}
|
||||
if (other.IFKDGEBCDEG != 0) {
|
||||
IFKDGEBCDEG = other.IFKDGEBCDEG;
|
||||
}
|
||||
if (other.EFINFPKKJLE != 0) {
|
||||
EFINFPKKJLE = other.EFINFPKKJLE;
|
||||
}
|
||||
if (other.IMOBLGOAJCB != false) {
|
||||
IMOBLGOAJCB = other.IMOBLGOAJCB;
|
||||
}
|
||||
if (other.GIMDHBNJOOO != 0) {
|
||||
GIMDHBNJOOO = other.GIMDHBNJOOO;
|
||||
}
|
||||
if (other.FNIGPGBGEHN != 0) {
|
||||
FNIGPGBGEHN = other.FNIGPGBGEHN;
|
||||
}
|
||||
if (other.PDDNGKNCPEB != 0) {
|
||||
PDDNGKNCPEB = other.PDDNGKNCPEB;
|
||||
}
|
||||
if (other.KMGIEMOFOGB != 0) {
|
||||
KMGIEMOFOGB = other.KMGIEMOFOGB;
|
||||
}
|
||||
if (other.PILAAGOKAOF != 0) {
|
||||
PILAAGOKAOF = other.PILAAGOKAOF;
|
||||
}
|
||||
if (other.PKDLKCBKKPF != 0) {
|
||||
PKDLKCBKKPF = other.PKDLKCBKKPF;
|
||||
if (other.KMGIEMOFOGB != 0) {
|
||||
KMGIEMOFOGB = other.KMGIEMOFOGB;
|
||||
}
|
||||
if (other.GIMDHBNJOOO != 0) {
|
||||
GIMDHBNJOOO = other.GIMDHBNJOOO;
|
||||
}
|
||||
if (other.IFKDGEBCDEG != 0) {
|
||||
IFKDGEBCDEG = other.IFKDGEBCDEG;
|
||||
if (other.PDDNGKNCPEB != 0) {
|
||||
PDDNGKNCPEB = other.PDDNGKNCPEB;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -432,28 +432,24 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 8: {
|
||||
IMOBLGOAJCB = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
case 32: {
|
||||
EFINFPKKJLE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
KMGIEMOFOGB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
PDDNGKNCPEB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
PILAAGOKAOF = input.ReadUInt32();
|
||||
PKDLKCBKKPF = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
IFKDGEBCDEG = input.ReadUInt32();
|
||||
GIMDHBNJOOO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
KMGIEMOFOGB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
PDDNGKNCPEB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
@@ -461,11 +457,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
GIMDHBNJOOO = input.ReadUInt32();
|
||||
PILAAGOKAOF = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
IMOBLGOAJCB = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
PKDLKCBKKPF = input.ReadUInt32();
|
||||
IFKDGEBCDEG = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -483,28 +483,24 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 8: {
|
||||
IMOBLGOAJCB = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
case 32: {
|
||||
EFINFPKKJLE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
KMGIEMOFOGB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
PDDNGKNCPEB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
PILAAGOKAOF = input.ReadUInt32();
|
||||
PKDLKCBKKPF = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
IFKDGEBCDEG = input.ReadUInt32();
|
||||
GIMDHBNJOOO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
KMGIEMOFOGB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
PDDNGKNCPEB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
@@ -512,11 +508,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
GIMDHBNJOOO = input.ReadUInt32();
|
||||
PILAAGOKAOF = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
IMOBLGOAJCB = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
PKDLKCBKKPF = input.ReadUInt32();
|
||||
IFKDGEBCDEG = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"ChFBRUZGSkxHRkFNSC5wcm90bxofUm9ndWVNYWdpY0dhbWVTY2VwdGVySW5m",
|
||||
"by5wcm90byJGCgtBRUZGSkxHRkFNSBI3ChN1cGRhdGVfc2NlcHRlcl9pbmZv",
|
||||
"GAMgASgLMhouUm9ndWVNYWdpY0dhbWVTY2VwdGVySW5mb0IeqgIbRWdnTGlu",
|
||||
"GA0gASgLMhouUm9ndWVNYWdpY0dhbWVTY2VwdGVySW5mb0IeqgIbRWdnTGlu",
|
||||
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfoReflection.Descriptor, },
|
||||
@@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "update_scepter_info" field.</summary>
|
||||
public const int UpdateScepterInfoFieldNumber = 3;
|
||||
public const int UpdateScepterInfoFieldNumber = 13;
|
||||
private global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo updateScepterInfo_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -138,7 +138,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (updateScepterInfo_ != null) {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteRawTag(106);
|
||||
output.WriteMessage(UpdateScepterInfo);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -152,7 +152,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (updateScepterInfo_ != null) {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteRawTag(106);
|
||||
output.WriteMessage(UpdateScepterInfo);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -201,7 +201,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 26: {
|
||||
case 106: {
|
||||
if (updateScepterInfo_ == null) {
|
||||
UpdateScepterInfo = new global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo();
|
||||
}
|
||||
@@ -223,7 +223,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 26: {
|
||||
case 106: {
|
||||
if (updateScepterInfo_ == null) {
|
||||
UpdateScepterInfo = new global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo();
|
||||
}
|
||||
|
||||
252
Proto/AFBAMPLGHEH.cs
Normal file
252
Proto/AFBAMPLGHEH.cs
Normal file
@@ -0,0 +1,252 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AFBAMPLGHEH.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
|
||||
using pb = global::Google.Protobuf;
|
||||
using pbc = global::Google.Protobuf.Collections;
|
||||
using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from AFBAMPLGHEH.proto</summary>
|
||||
public static partial class AFBAMPLGHEHReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for AFBAMPLGHEH.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static AFBAMPLGHEHReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBRkJBTVBMR0hFSC5wcm90bxoRREhORkJHRU5MSUcucHJvdG8iRQoLQUZC",
|
||||
"QU1QTEdIRUgSEwoLSUhCSklJSEJJQlAYBSADKA0SIQoLTkNLQ01HQ0JFSEsY",
|
||||
"CiADKAsyDC5ESE5GQkdFTkxJR0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
|
||||
"LlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DHNFBGENLIGReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AFBAMPLGHEH), global::EggLink.DanhengServer.Proto.AFBAMPLGHEH.Parser, new[]{ "IHBJIIHBIBP", "NCKCMGCBEHK" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class AFBAMPLGHEH : pb::IMessage<AFBAMPLGHEH>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<AFBAMPLGHEH> _parser = new pb::MessageParser<AFBAMPLGHEH>(() => new AFBAMPLGHEH());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<AFBAMPLGHEH> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.AFBAMPLGHEHReflection.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 AFBAMPLGHEH() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AFBAMPLGHEH(AFBAMPLGHEH other) : this() {
|
||||
iHBJIIHBIBP_ = other.iHBJIIHBIBP_.Clone();
|
||||
nCKCMGCBEHK_ = other.nCKCMGCBEHK_.Clone();
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AFBAMPLGHEH Clone() {
|
||||
return new AFBAMPLGHEH(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IHBJIIHBIBP" field.</summary>
|
||||
public const int IHBJIIHBIBPFieldNumber = 5;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_iHBJIIHBIBP_codec
|
||||
= pb::FieldCodec.ForUInt32(42);
|
||||
private readonly pbc::RepeatedField<uint> iHBJIIHBIBP_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<uint> IHBJIIHBIBP {
|
||||
get { return iHBJIIHBIBP_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NCKCMGCBEHK" field.</summary>
|
||||
public const int NCKCMGCBEHKFieldNumber = 10;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DHNFBGENLIG> _repeated_nCKCMGCBEHK_codec
|
||||
= pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.DHNFBGENLIG.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DHNFBGENLIG> nCKCMGCBEHK_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DHNFBGENLIG>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DHNFBGENLIG> NCKCMGCBEHK {
|
||||
get { return nCKCMGCBEHK_; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as AFBAMPLGHEH);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(AFBAMPLGHEH other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if(!iHBJIIHBIBP_.Equals(other.iHBJIIHBIBP_)) return false;
|
||||
if(!nCKCMGCBEHK_.Equals(other.nCKCMGCBEHK_)) return 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 ^= iHBJIIHBIBP_.GetHashCode();
|
||||
hash ^= nCKCMGCBEHK_.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
return hash;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override string ToString() {
|
||||
return pb::JsonFormatter.ToDiagnosticString(this);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void WriteTo(pb::CodedOutputStream output) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
iHBJIIHBIBP_.WriteTo(output, _repeated_iHBJIIHBIBP_codec);
|
||||
nCKCMGCBEHK_.WriteTo(output, _repeated_nCKCMGCBEHK_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
iHBJIIHBIBP_.WriteTo(ref output, _repeated_iHBJIIHBIBP_codec);
|
||||
nCKCMGCBEHK_.WriteTo(ref output, _repeated_nCKCMGCBEHK_codec);
|
||||
if (_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 += iHBJIIHBIBP_.CalculateSize(_repeated_iHBJIIHBIBP_codec);
|
||||
size += nCKCMGCBEHK_.CalculateSize(_repeated_nCKCMGCBEHK_codec);
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(AFBAMPLGHEH other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
iHBJIIHBIBP_.Add(other.iHBJIIHBIBP_);
|
||||
nCKCMGCBEHK_.Add(other.nCKCMGCBEHK_);
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(pb::CodedInputStream input) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
input.ReadRawMessage(this);
|
||||
#else
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 42:
|
||||
case 40: {
|
||||
iHBJIIHBIBP_.AddEntriesFrom(input, _repeated_iHBJIIHBIBP_codec);
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
nCKCMGCBEHK_.AddEntriesFrom(input, _repeated_nCKCMGCBEHK_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 42:
|
||||
case 40: {
|
||||
iHBJIIHBIBP_.AddEntriesFrom(ref input, _repeated_iHBJIIHBIBP_codec);
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
nCKCMGCBEHK_.AddEntriesFrom(ref input, _repeated_nCKCMGCBEHK_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
@@ -24,17 +24,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static AFBNEIBIJNDReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBRkJORUlCSUpORC5wcm90bxoRTk9CUE1NTkZFTkoucHJvdG8i1wEKC0FG",
|
||||
"Qk5FSUJJSk5EEhMKC0JHQUZHSElQT0pFGAwgASgNEhMKC0NPSUZIRlBFR1BI",
|
||||
"GAkgASgDEhMKC05NS0xFR09NRVBKGAsgAygNEhMKC01BTUhPSk1GSk9GGAcg",
|
||||
"ASgNEhMKC2ZpbmlzaF90aW1lGA4gASgDEhMKC0NBSU1IQ0FBQ0ZHGAUgAygN",
|
||||
"EhwKBnN0YXR1cxgGIAEoDjIMLk5PQlBNTU5GRU5KEhMKC0lMQ0ZPSkNETkhJ",
|
||||
"GAEgASgNEhcKD2lzX3Rha2VuX3Jld2FyZBgCIAEoCEIeqgIbRWdnTGluay5E",
|
||||
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
"ChFBRkJORUlCSUpORC5wcm90bxoRTk9CUE1NTkZFTkoucHJvdG8ilgIKC0FG",
|
||||
"Qk5FSUJJSk5EEhMKC0lMQ0ZPSkNETkhJGAkgASgNEhMKC01BTUhPSk1GSk9G",
|
||||
"GAEgASgNEhMKC0NPSUZIRlBFR1BIGA8gASgDEhMKC05NS0xFR09NRVBKGAIg",
|
||||
"AygNEhMKC3dvcmxkX2xldmVsGAwgASgNEhMKC0NBSU1IQ0FBQ0ZHGAQgAygN",
|
||||
"EhMKC0JHQUZHSElQT0pFGAggASgNEhwKBnN0YXR1cxgDIAEoDjIMLk5PQlBN",
|
||||
"TU5GRU5KEhcKD2lzX3Rha2VuX3Jld2FyZBgOIAEoCBITCgtBSE5GTURORUpO",
|
||||
"TBgLIAEoDRITCgtGSk5EUENGTkZMTxgKIAEoCBITCgtmaW5pc2hfdGltZRgF",
|
||||
"IAEoA0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NOBPMMNFENJReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AFBNEIBIJND), global::EggLink.DanhengServer.Proto.AFBNEIBIJND.Parser, new[]{ "BGAFGHIPOJE", "COIFHFPEGPH", "NMKLEGOMEPJ", "MAMHOJMFJOF", "FinishTime", "CAIMHCAACFG", "Status", "ILCFOJCDNHI", "IsTakenReward" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AFBNEIBIJND), global::EggLink.DanhengServer.Proto.AFBNEIBIJND.Parser, new[]{ "ILCFOJCDNHI", "MAMHOJMFJOF", "COIFHFPEGPH", "NMKLEGOMEPJ", "WorldLevel", "CAIMHCAACFG", "BGAFGHIPOJE", "Status", "IsTakenReward", "AHNFMDNEJNL", "FJNDPCFNFLO", "FinishTime" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -76,15 +77,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AFBNEIBIJND(AFBNEIBIJND other) : this() {
|
||||
bGAFGHIPOJE_ = other.bGAFGHIPOJE_;
|
||||
iLCFOJCDNHI_ = other.iLCFOJCDNHI_;
|
||||
mAMHOJMFJOF_ = other.mAMHOJMFJOF_;
|
||||
cOIFHFPEGPH_ = other.cOIFHFPEGPH_;
|
||||
nMKLEGOMEPJ_ = other.nMKLEGOMEPJ_.Clone();
|
||||
mAMHOJMFJOF_ = other.mAMHOJMFJOF_;
|
||||
finishTime_ = other.finishTime_;
|
||||
worldLevel_ = other.worldLevel_;
|
||||
cAIMHCAACFG_ = other.cAIMHCAACFG_.Clone();
|
||||
bGAFGHIPOJE_ = other.bGAFGHIPOJE_;
|
||||
status_ = other.status_;
|
||||
iLCFOJCDNHI_ = other.iLCFOJCDNHI_;
|
||||
isTakenReward_ = other.isTakenReward_;
|
||||
aHNFMDNEJNL_ = other.aHNFMDNEJNL_;
|
||||
fJNDPCFNFLO_ = other.fJNDPCFNFLO_;
|
||||
finishTime_ = other.finishTime_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -94,20 +98,32 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AFBNEIBIJND(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BGAFGHIPOJE" field.</summary>
|
||||
public const int BGAFGHIPOJEFieldNumber = 12;
|
||||
private uint bGAFGHIPOJE_;
|
||||
/// <summary>Field number for the "ILCFOJCDNHI" field.</summary>
|
||||
public const int ILCFOJCDNHIFieldNumber = 9;
|
||||
private uint iLCFOJCDNHI_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint BGAFGHIPOJE {
|
||||
get { return bGAFGHIPOJE_; }
|
||||
public uint ILCFOJCDNHI {
|
||||
get { return iLCFOJCDNHI_; }
|
||||
set {
|
||||
bGAFGHIPOJE_ = value;
|
||||
iLCFOJCDNHI_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "MAMHOJMFJOF" field.</summary>
|
||||
public const int MAMHOJMFJOFFieldNumber = 1;
|
||||
private uint mAMHOJMFJOF_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint MAMHOJMFJOF {
|
||||
get { return mAMHOJMFJOF_; }
|
||||
set {
|
||||
mAMHOJMFJOF_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "COIFHFPEGPH" field.</summary>
|
||||
public const int COIFHFPEGPHFieldNumber = 9;
|
||||
public const int COIFHFPEGPHFieldNumber = 15;
|
||||
private long cOIFHFPEGPH_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -119,9 +135,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NMKLEGOMEPJ" field.</summary>
|
||||
public const int NMKLEGOMEPJFieldNumber = 11;
|
||||
public const int NMKLEGOMEPJFieldNumber = 2;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_nMKLEGOMEPJ_codec
|
||||
= pb::FieldCodec.ForUInt32(90);
|
||||
= pb::FieldCodec.ForUInt32(18);
|
||||
private readonly pbc::RepeatedField<uint> nMKLEGOMEPJ_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -129,34 +145,22 @@ namespace EggLink.DanhengServer.Proto {
|
||||
get { return nMKLEGOMEPJ_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "MAMHOJMFJOF" field.</summary>
|
||||
public const int MAMHOJMFJOFFieldNumber = 7;
|
||||
private uint mAMHOJMFJOF_;
|
||||
/// <summary>Field number for the "world_level" field.</summary>
|
||||
public const int WorldLevelFieldNumber = 12;
|
||||
private uint worldLevel_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint MAMHOJMFJOF {
|
||||
get { return mAMHOJMFJOF_; }
|
||||
public uint WorldLevel {
|
||||
get { return worldLevel_; }
|
||||
set {
|
||||
mAMHOJMFJOF_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "finish_time" field.</summary>
|
||||
public const int FinishTimeFieldNumber = 14;
|
||||
private long finishTime_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public long FinishTime {
|
||||
get { return finishTime_; }
|
||||
set {
|
||||
finishTime_ = value;
|
||||
worldLevel_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "CAIMHCAACFG" field.</summary>
|
||||
public const int CAIMHCAACFGFieldNumber = 5;
|
||||
public const int CAIMHCAACFGFieldNumber = 4;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_cAIMHCAACFG_codec
|
||||
= pb::FieldCodec.ForUInt32(42);
|
||||
= pb::FieldCodec.ForUInt32(34);
|
||||
private readonly pbc::RepeatedField<uint> cAIMHCAACFG_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -164,8 +168,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
get { return cAIMHCAACFG_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BGAFGHIPOJE" field.</summary>
|
||||
public const int BGAFGHIPOJEFieldNumber = 8;
|
||||
private uint bGAFGHIPOJE_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint BGAFGHIPOJE {
|
||||
get { return bGAFGHIPOJE_; }
|
||||
set {
|
||||
bGAFGHIPOJE_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "status" field.</summary>
|
||||
public const int StatusFieldNumber = 6;
|
||||
public const int StatusFieldNumber = 3;
|
||||
private global::EggLink.DanhengServer.Proto.NOBPMMNFENJ status_ = global::EggLink.DanhengServer.Proto.NOBPMMNFENJ.PlayerReturnNone;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -176,20 +192,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "ILCFOJCDNHI" field.</summary>
|
||||
public const int ILCFOJCDNHIFieldNumber = 1;
|
||||
private uint iLCFOJCDNHI_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint ILCFOJCDNHI {
|
||||
get { return iLCFOJCDNHI_; }
|
||||
set {
|
||||
iLCFOJCDNHI_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "is_taken_reward" field.</summary>
|
||||
public const int IsTakenRewardFieldNumber = 2;
|
||||
public const int IsTakenRewardFieldNumber = 14;
|
||||
private bool isTakenReward_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -200,6 +204,42 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "AHNFMDNEJNL" field.</summary>
|
||||
public const int AHNFMDNEJNLFieldNumber = 11;
|
||||
private uint aHNFMDNEJNL_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint AHNFMDNEJNL {
|
||||
get { return aHNFMDNEJNL_; }
|
||||
set {
|
||||
aHNFMDNEJNL_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FJNDPCFNFLO" field.</summary>
|
||||
public const int FJNDPCFNFLOFieldNumber = 10;
|
||||
private bool fJNDPCFNFLO_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool FJNDPCFNFLO {
|
||||
get { return fJNDPCFNFLO_; }
|
||||
set {
|
||||
fJNDPCFNFLO_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "finish_time" field.</summary>
|
||||
public const int FinishTimeFieldNumber = 5;
|
||||
private long finishTime_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public long FinishTime {
|
||||
get { return finishTime_; }
|
||||
set {
|
||||
finishTime_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -215,15 +255,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (BGAFGHIPOJE != other.BGAFGHIPOJE) return false;
|
||||
if (ILCFOJCDNHI != other.ILCFOJCDNHI) return false;
|
||||
if (MAMHOJMFJOF != other.MAMHOJMFJOF) return false;
|
||||
if (COIFHFPEGPH != other.COIFHFPEGPH) return false;
|
||||
if(!nMKLEGOMEPJ_.Equals(other.nMKLEGOMEPJ_)) return false;
|
||||
if (MAMHOJMFJOF != other.MAMHOJMFJOF) return false;
|
||||
if (FinishTime != other.FinishTime) return false;
|
||||
if (WorldLevel != other.WorldLevel) return false;
|
||||
if(!cAIMHCAACFG_.Equals(other.cAIMHCAACFG_)) return false;
|
||||
if (BGAFGHIPOJE != other.BGAFGHIPOJE) return false;
|
||||
if (Status != other.Status) return false;
|
||||
if (ILCFOJCDNHI != other.ILCFOJCDNHI) return false;
|
||||
if (IsTakenReward != other.IsTakenReward) return false;
|
||||
if (AHNFMDNEJNL != other.AHNFMDNEJNL) return false;
|
||||
if (FJNDPCFNFLO != other.FJNDPCFNFLO) return false;
|
||||
if (FinishTime != other.FinishTime) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -231,15 +274,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (BGAFGHIPOJE != 0) hash ^= BGAFGHIPOJE.GetHashCode();
|
||||
if (ILCFOJCDNHI != 0) hash ^= ILCFOJCDNHI.GetHashCode();
|
||||
if (MAMHOJMFJOF != 0) hash ^= MAMHOJMFJOF.GetHashCode();
|
||||
if (COIFHFPEGPH != 0L) hash ^= COIFHFPEGPH.GetHashCode();
|
||||
hash ^= nMKLEGOMEPJ_.GetHashCode();
|
||||
if (MAMHOJMFJOF != 0) hash ^= MAMHOJMFJOF.GetHashCode();
|
||||
if (FinishTime != 0L) hash ^= FinishTime.GetHashCode();
|
||||
if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode();
|
||||
hash ^= cAIMHCAACFG_.GetHashCode();
|
||||
if (BGAFGHIPOJE != 0) hash ^= BGAFGHIPOJE.GetHashCode();
|
||||
if (Status != global::EggLink.DanhengServer.Proto.NOBPMMNFENJ.PlayerReturnNone) hash ^= Status.GetHashCode();
|
||||
if (ILCFOJCDNHI != 0) hash ^= ILCFOJCDNHI.GetHashCode();
|
||||
if (IsTakenReward != false) hash ^= IsTakenReward.GetHashCode();
|
||||
if (AHNFMDNEJNL != 0) hash ^= AHNFMDNEJNL.GetHashCode();
|
||||
if (FJNDPCFNFLO != false) hash ^= FJNDPCFNFLO.GetHashCode();
|
||||
if (FinishTime != 0L) hash ^= FinishTime.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -258,35 +304,47 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (ILCFOJCDNHI != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(ILCFOJCDNHI);
|
||||
}
|
||||
if (IsTakenReward != false) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteBool(IsTakenReward);
|
||||
}
|
||||
cAIMHCAACFG_.WriteTo(output, _repeated_cAIMHCAACFG_codec);
|
||||
if (Status != global::EggLink.DanhengServer.Proto.NOBPMMNFENJ.PlayerReturnNone) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (MAMHOJMFJOF != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(MAMHOJMFJOF);
|
||||
}
|
||||
if (COIFHFPEGPH != 0L) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteInt64(COIFHFPEGPH);
|
||||
}
|
||||
nMKLEGOMEPJ_.WriteTo(output, _repeated_nMKLEGOMEPJ_codec);
|
||||
if (Status != global::EggLink.DanhengServer.Proto.NOBPMMNFENJ.PlayerReturnNone) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
cAIMHCAACFG_.WriteTo(output, _repeated_cAIMHCAACFG_codec);
|
||||
if (FinishTime != 0L) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteInt64(FinishTime);
|
||||
}
|
||||
if (BGAFGHIPOJE != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(BGAFGHIPOJE);
|
||||
}
|
||||
if (FinishTime != 0L) {
|
||||
if (ILCFOJCDNHI != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(ILCFOJCDNHI);
|
||||
}
|
||||
if (FJNDPCFNFLO != false) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteBool(FJNDPCFNFLO);
|
||||
}
|
||||
if (AHNFMDNEJNL != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(AHNFMDNEJNL);
|
||||
}
|
||||
if (WorldLevel != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(WorldLevel);
|
||||
}
|
||||
if (IsTakenReward != false) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteInt64(FinishTime);
|
||||
output.WriteBool(IsTakenReward);
|
||||
}
|
||||
if (COIFHFPEGPH != 0L) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteInt64(COIFHFPEGPH);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -298,35 +356,47 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (ILCFOJCDNHI != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(ILCFOJCDNHI);
|
||||
}
|
||||
if (IsTakenReward != false) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteBool(IsTakenReward);
|
||||
}
|
||||
cAIMHCAACFG_.WriteTo(ref output, _repeated_cAIMHCAACFG_codec);
|
||||
if (Status != global::EggLink.DanhengServer.Proto.NOBPMMNFENJ.PlayerReturnNone) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (MAMHOJMFJOF != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(MAMHOJMFJOF);
|
||||
}
|
||||
if (COIFHFPEGPH != 0L) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteInt64(COIFHFPEGPH);
|
||||
}
|
||||
nMKLEGOMEPJ_.WriteTo(ref output, _repeated_nMKLEGOMEPJ_codec);
|
||||
if (Status != global::EggLink.DanhengServer.Proto.NOBPMMNFENJ.PlayerReturnNone) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
cAIMHCAACFG_.WriteTo(ref output, _repeated_cAIMHCAACFG_codec);
|
||||
if (FinishTime != 0L) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteInt64(FinishTime);
|
||||
}
|
||||
if (BGAFGHIPOJE != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(BGAFGHIPOJE);
|
||||
}
|
||||
if (FinishTime != 0L) {
|
||||
if (ILCFOJCDNHI != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(ILCFOJCDNHI);
|
||||
}
|
||||
if (FJNDPCFNFLO != false) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteBool(FJNDPCFNFLO);
|
||||
}
|
||||
if (AHNFMDNEJNL != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(AHNFMDNEJNL);
|
||||
}
|
||||
if (WorldLevel != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(WorldLevel);
|
||||
}
|
||||
if (IsTakenReward != false) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteInt64(FinishTime);
|
||||
output.WriteBool(IsTakenReward);
|
||||
}
|
||||
if (COIFHFPEGPH != 0L) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteInt64(COIFHFPEGPH);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -338,29 +408,38 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (BGAFGHIPOJE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BGAFGHIPOJE);
|
||||
if (ILCFOJCDNHI != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ILCFOJCDNHI);
|
||||
}
|
||||
if (MAMHOJMFJOF != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MAMHOJMFJOF);
|
||||
}
|
||||
if (COIFHFPEGPH != 0L) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt64Size(COIFHFPEGPH);
|
||||
}
|
||||
size += nMKLEGOMEPJ_.CalculateSize(_repeated_nMKLEGOMEPJ_codec);
|
||||
if (MAMHOJMFJOF != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MAMHOJMFJOF);
|
||||
}
|
||||
if (FinishTime != 0L) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt64Size(FinishTime);
|
||||
if (WorldLevel != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel);
|
||||
}
|
||||
size += cAIMHCAACFG_.CalculateSize(_repeated_cAIMHCAACFG_codec);
|
||||
if (BGAFGHIPOJE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BGAFGHIPOJE);
|
||||
}
|
||||
if (Status != global::EggLink.DanhengServer.Proto.NOBPMMNFENJ.PlayerReturnNone) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status);
|
||||
}
|
||||
if (ILCFOJCDNHI != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ILCFOJCDNHI);
|
||||
}
|
||||
if (IsTakenReward != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (AHNFMDNEJNL != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHNFMDNEJNL);
|
||||
}
|
||||
if (FJNDPCFNFLO != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (FinishTime != 0L) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt64Size(FinishTime);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -373,29 +452,38 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.BGAFGHIPOJE != 0) {
|
||||
BGAFGHIPOJE = other.BGAFGHIPOJE;
|
||||
if (other.ILCFOJCDNHI != 0) {
|
||||
ILCFOJCDNHI = other.ILCFOJCDNHI;
|
||||
}
|
||||
if (other.MAMHOJMFJOF != 0) {
|
||||
MAMHOJMFJOF = other.MAMHOJMFJOF;
|
||||
}
|
||||
if (other.COIFHFPEGPH != 0L) {
|
||||
COIFHFPEGPH = other.COIFHFPEGPH;
|
||||
}
|
||||
nMKLEGOMEPJ_.Add(other.nMKLEGOMEPJ_);
|
||||
if (other.MAMHOJMFJOF != 0) {
|
||||
MAMHOJMFJOF = other.MAMHOJMFJOF;
|
||||
}
|
||||
if (other.FinishTime != 0L) {
|
||||
FinishTime = other.FinishTime;
|
||||
if (other.WorldLevel != 0) {
|
||||
WorldLevel = other.WorldLevel;
|
||||
}
|
||||
cAIMHCAACFG_.Add(other.cAIMHCAACFG_);
|
||||
if (other.BGAFGHIPOJE != 0) {
|
||||
BGAFGHIPOJE = other.BGAFGHIPOJE;
|
||||
}
|
||||
if (other.Status != global::EggLink.DanhengServer.Proto.NOBPMMNFENJ.PlayerReturnNone) {
|
||||
Status = other.Status;
|
||||
}
|
||||
if (other.ILCFOJCDNHI != 0) {
|
||||
ILCFOJCDNHI = other.ILCFOJCDNHI;
|
||||
}
|
||||
if (other.IsTakenReward != false) {
|
||||
IsTakenReward = other.IsTakenReward;
|
||||
}
|
||||
if (other.AHNFMDNEJNL != 0) {
|
||||
AHNFMDNEJNL = other.AHNFMDNEJNL;
|
||||
}
|
||||
if (other.FJNDPCFNFLO != false) {
|
||||
FJNDPCFNFLO = other.FJNDPCFNFLO;
|
||||
}
|
||||
if (other.FinishTime != 0L) {
|
||||
FinishTime = other.FinishTime;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -412,41 +500,53 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 8: {
|
||||
ILCFOJCDNHI = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
IsTakenReward = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 42:
|
||||
case 40: {
|
||||
cAIMHCAACFG_.AddEntriesFrom(input, _repeated_cAIMHCAACFG_codec);
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.NOBPMMNFENJ) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
MAMHOJMFJOF = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
COIFHFPEGPH = input.ReadInt64();
|
||||
break;
|
||||
}
|
||||
case 90:
|
||||
case 88: {
|
||||
case 18:
|
||||
case 16: {
|
||||
nMKLEGOMEPJ_.AddEntriesFrom(input, _repeated_nMKLEGOMEPJ_codec);
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 24: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.NOBPMMNFENJ) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
case 34:
|
||||
case 32: {
|
||||
cAIMHCAACFG_.AddEntriesFrom(input, _repeated_cAIMHCAACFG_codec);
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
FinishTime = input.ReadInt64();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
BGAFGHIPOJE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
ILCFOJCDNHI = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
FJNDPCFNFLO = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
AHNFMDNEJNL = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
WorldLevel = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
FinishTime = input.ReadInt64();
|
||||
IsTakenReward = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
COIFHFPEGPH = input.ReadInt64();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -465,41 +565,53 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 8: {
|
||||
ILCFOJCDNHI = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
IsTakenReward = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 42:
|
||||
case 40: {
|
||||
cAIMHCAACFG_.AddEntriesFrom(ref input, _repeated_cAIMHCAACFG_codec);
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.NOBPMMNFENJ) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
MAMHOJMFJOF = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
COIFHFPEGPH = input.ReadInt64();
|
||||
break;
|
||||
}
|
||||
case 90:
|
||||
case 88: {
|
||||
case 18:
|
||||
case 16: {
|
||||
nMKLEGOMEPJ_.AddEntriesFrom(ref input, _repeated_nMKLEGOMEPJ_codec);
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 24: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.NOBPMMNFENJ) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
case 34:
|
||||
case 32: {
|
||||
cAIMHCAACFG_.AddEntriesFrom(ref input, _repeated_cAIMHCAACFG_codec);
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
FinishTime = input.ReadInt64();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
BGAFGHIPOJE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
ILCFOJCDNHI = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
FJNDPCFNFLO = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
AHNFMDNEJNL = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
WorldLevel = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
FinishTime = input.ReadInt64();
|
||||
IsTakenReward = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
COIFHFPEGPH = input.ReadInt64();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBRkNDQU9BQ05BSy5wcm90byIiCgtBRkNDQU9BQ05BSxITCgtkaWFsb2d1",
|
||||
"ZV9pZBgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"ZV9pZBgPIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"cm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "dialogue_id" field.</summary>
|
||||
public const int DialogueIdFieldNumber = 5;
|
||||
public const int DialogueIdFieldNumber = 15;
|
||||
private uint dialogueId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (DialogueId != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(DialogueId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (DialogueId != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(DialogueId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -197,7 +197,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 40: {
|
||||
case 120: {
|
||||
DialogueId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -216,7 +216,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 40: {
|
||||
case 120: {
|
||||
DialogueId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBRkRBTEJHQU5QQy5wcm90bxoRQk1QTEZKS0VPTEYucHJvdG8iLgoLQUZE",
|
||||
"QUxCR0FOUEMSHwoJYnVmZl9saXN0GAwgAygLMgwuQk1QTEZKS0VPTEZCHqoC",
|
||||
"QUxCR0FOUEMSHwoJYnVmZl9saXN0GAogAygLMgwuQk1QTEZKS0VPTEZCHqoC",
|
||||
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BMPLFJKEOLFReflection.Descriptor, },
|
||||
@@ -83,9 +83,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "buff_list" field.</summary>
|
||||
public const int BuffListFieldNumber = 12;
|
||||
public const int BuffListFieldNumber = 10;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.BMPLFJKEOLF> _repeated_buffList_codec
|
||||
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.BMPLFJKEOLF.Parser);
|
||||
= pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.BMPLFJKEOLF.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BMPLFJKEOLF> buffList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BMPLFJKEOLF>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -186,7 +186,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 98: {
|
||||
case 82: {
|
||||
buffList_.AddEntriesFrom(input, _repeated_buffList_codec);
|
||||
break;
|
||||
}
|
||||
@@ -205,7 +205,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 98: {
|
||||
case 82: {
|
||||
buffList_.AddEntriesFrom(ref input, _repeated_buffList_codec);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: RelicRecommendCsReq.proto
|
||||
// source: AFLMIOMNECM.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
@@ -11,26 +11,26 @@ using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from RelicRecommendCsReq.proto</summary>
|
||||
public static partial class RelicRecommendCsReqReflection {
|
||||
/// <summary>Holder for reflection information generated from AFLMIOMNECM.proto</summary>
|
||||
public static partial class AFLMIOMNECMReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for RelicRecommendCsReq.proto</summary>
|
||||
/// <summary>File descriptor for AFLMIOMNECM.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static RelicRecommendCsReqReflection() {
|
||||
static AFLMIOMNECMReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChlSZWxpY1JlY29tbWVuZENzUmVxLnByb3RvIigKE1JlbGljUmVjb21tZW5k",
|
||||
"Q3NSZXESEQoJYXZhdGFyX2lkGAcgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
|
||||
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
"ChFBRkxNSU9NTkVDTS5wcm90byIgCgtBRkxNSU9NTkVDTRIRCglhdmF0YXJf",
|
||||
"aWQYDyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"dG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RelicRecommendCsReq), global::EggLink.DanhengServer.Proto.RelicRecommendCsReq.Parser, new[]{ "AvatarId" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AFLMIOMNECM), global::EggLink.DanhengServer.Proto.AFLMIOMNECM.Parser, new[]{ "AvatarId" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -38,21 +38,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class RelicRecommendCsReq : pb::IMessage<RelicRecommendCsReq>
|
||||
public sealed partial class AFLMIOMNECM : pb::IMessage<AFLMIOMNECM>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<RelicRecommendCsReq> _parser = new pb::MessageParser<RelicRecommendCsReq>(() => new RelicRecommendCsReq());
|
||||
private static readonly pb::MessageParser<AFLMIOMNECM> _parser = new pb::MessageParser<AFLMIOMNECM>(() => new AFLMIOMNECM());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<RelicRecommendCsReq> Parser { get { return _parser; } }
|
||||
public static pb::MessageParser<AFLMIOMNECM> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.RelicRecommendCsReqReflection.Descriptor.MessageTypes[0]; }
|
||||
get { return global::EggLink.DanhengServer.Proto.AFLMIOMNECMReflection.Descriptor.MessageTypes[0]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -63,7 +63,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public RelicRecommendCsReq() {
|
||||
public AFLMIOMNECM() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
@@ -71,19 +71,19 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public RelicRecommendCsReq(RelicRecommendCsReq other) : this() {
|
||||
public AFLMIOMNECM(AFLMIOMNECM other) : this() {
|
||||
avatarId_ = other.avatarId_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public RelicRecommendCsReq Clone() {
|
||||
return new RelicRecommendCsReq(this);
|
||||
public AFLMIOMNECM Clone() {
|
||||
return new AFLMIOMNECM(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "avatar_id" field.</summary>
|
||||
public const int AvatarIdFieldNumber = 7;
|
||||
public const int AvatarIdFieldNumber = 15;
|
||||
private uint avatarId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -97,12 +97,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as RelicRecommendCsReq);
|
||||
return Equals(other as AFLMIOMNECM);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(RelicRecommendCsReq other) {
|
||||
public bool Equals(AFLMIOMNECM other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (AvatarId != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(AvatarId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (AvatarId != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(AvatarId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -175,7 +175,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(RelicRecommendCsReq other) {
|
||||
public void MergeFrom(AFLMIOMNECM other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
@@ -197,7 +197,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 56: {
|
||||
case 120: {
|
||||
AvatarId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -216,7 +216,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 56: {
|
||||
case 120: {
|
||||
AvatarId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBRk9ETUVKT0RMRy5wcm90bxoQQXZhdGFyVHlwZS5wcm90byI7CgtBRk9E",
|
||||
"TUVKT0RMRxIKCgJpZBgOIAEoDRIgCgthdmF0YXJfdHlwZRgPIAEoDjILLkF2",
|
||||
"YXRhclR5cGVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"TUVKT0RMRxIgCgthdmF0YXJfdHlwZRgPIAEoDjILLkF2YXRhclR5cGUSCgoC",
|
||||
"aWQYAyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"dG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AFODMEJODLG), global::EggLink.DanhengServer.Proto.AFODMEJODLG.Parser, new[]{ "Id", "AvatarType" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AFODMEJODLG), global::EggLink.DanhengServer.Proto.AFODMEJODLG.Parser, new[]{ "AvatarType", "Id" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -73,8 +73,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AFODMEJODLG(AFODMEJODLG other) : this() {
|
||||
id_ = other.id_;
|
||||
avatarType_ = other.avatarType_;
|
||||
id_ = other.id_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -84,18 +84,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AFODMEJODLG(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "id" field.</summary>
|
||||
public const int IdFieldNumber = 14;
|
||||
private uint id_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Id {
|
||||
get { return id_; }
|
||||
set {
|
||||
id_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "avatar_type" field.</summary>
|
||||
public const int AvatarTypeFieldNumber = 15;
|
||||
private global::EggLink.DanhengServer.Proto.AvatarType avatarType_ = global::EggLink.DanhengServer.Proto.AvatarType.None;
|
||||
@@ -108,6 +96,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "id" field.</summary>
|
||||
public const int IdFieldNumber = 3;
|
||||
private uint id_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Id {
|
||||
get { return id_; }
|
||||
set {
|
||||
id_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -123,8 +123,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (Id != other.Id) return false;
|
||||
if (AvatarType != other.AvatarType) return false;
|
||||
if (Id != other.Id) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -132,8 +132,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (Id != 0) hash ^= Id.GetHashCode();
|
||||
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) hash ^= AvatarType.GetHashCode();
|
||||
if (Id != 0) hash ^= Id.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -153,7 +153,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Id != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(Id);
|
||||
}
|
||||
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
|
||||
@@ -171,7 +171,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Id != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(Id);
|
||||
}
|
||||
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
|
||||
@@ -188,12 +188,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (Id != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
|
||||
}
|
||||
if (AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AvatarType);
|
||||
}
|
||||
if (Id != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -206,12 +206,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Id != 0) {
|
||||
Id = other.Id;
|
||||
}
|
||||
if (other.AvatarType != global::EggLink.DanhengServer.Proto.AvatarType.None) {
|
||||
AvatarType = other.AvatarType;
|
||||
}
|
||||
if (other.Id != 0) {
|
||||
Id = other.Id;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -227,7 +227,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 112: {
|
||||
case 24: {
|
||||
Id = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -250,7 +250,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 112: {
|
||||
case 24: {
|
||||
Id = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -26,14 +26,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"ChFBR0FERU1BSklNRC5wcm90bxoRQURPTEVPRkVHT0sucHJvdG8aFExvZ2lz",
|
||||
"dGljc1Njb3JlLnByb3RvGhFOSkFPSUdHTUVBTC5wcm90byKOAQoLQUdBREVN",
|
||||
"QUpJTUQSIQoLSE5GT0pCQ0pBTUcYDCADKAsyDC5OSkFPSUdHTUVBTBITCgtP",
|
||||
"TU5HQ0lKQUxGTRgDIAMoDRIhCgtJTU1MUEhETk1PTBgHIAMoCzIMLkFET0xF",
|
||||
"T0ZFR09LEiQKC0ZNSlBMSE9IQkFCGA4gAygLMg8uTG9naXN0aWNzU2NvcmVC",
|
||||
"QUpJTUQSEwoLT01OR0NJSkFMRk0YBCADKA0SJAoLRk1KUExIT0hCQUIYDCAD",
|
||||
"KAsyDy5Mb2dpc3RpY3NTY29yZRIhCgtITkZPSkJDSkFNRxgHIAMoCzIMLk5K",
|
||||
"QU9JR0dNRUFMEiEKC0lNTUxQSEROTU9MGA4gAygLMgwuQURPTEVPRkVHT0tC",
|
||||
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ADOLEOFEGOKReflection.Descriptor, global::EggLink.DanhengServer.Proto.LogisticsScoreReflection.Descriptor, global::EggLink.DanhengServer.Proto.NJAOIGGMEALReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AGADEMAJIMD), global::EggLink.DanhengServer.Proto.AGADEMAJIMD.Parser, new[]{ "HNFOJBCJAMG", "OMNGCIJALFM", "IMMLPHDNMOL", "FMJPLHOHBAB" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AGADEMAJIMD), global::EggLink.DanhengServer.Proto.AGADEMAJIMD.Parser, new[]{ "OMNGCIJALFM", "FMJPLHOHBAB", "HNFOJBCJAMG", "IMMLPHDNMOL" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -75,10 +75,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AGADEMAJIMD(AGADEMAJIMD other) : this() {
|
||||
hNFOJBCJAMG_ = other.hNFOJBCJAMG_.Clone();
|
||||
oMNGCIJALFM_ = other.oMNGCIJALFM_.Clone();
|
||||
iMMLPHDNMOL_ = other.iMMLPHDNMOL_.Clone();
|
||||
fMJPLHOHBAB_ = other.fMJPLHOHBAB_.Clone();
|
||||
hNFOJBCJAMG_ = other.hNFOJBCJAMG_.Clone();
|
||||
iMMLPHDNMOL_ = other.iMMLPHDNMOL_.Clone();
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -88,21 +88,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AGADEMAJIMD(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "HNFOJBCJAMG" field.</summary>
|
||||
public const int HNFOJBCJAMGFieldNumber = 12;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.NJAOIGGMEAL> _repeated_hNFOJBCJAMG_codec
|
||||
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.NJAOIGGMEAL.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NJAOIGGMEAL> hNFOJBCJAMG_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NJAOIGGMEAL>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NJAOIGGMEAL> HNFOJBCJAMG {
|
||||
get { return hNFOJBCJAMG_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "OMNGCIJALFM" field.</summary>
|
||||
public const int OMNGCIJALFMFieldNumber = 3;
|
||||
public const int OMNGCIJALFMFieldNumber = 4;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_oMNGCIJALFM_codec
|
||||
= pb::FieldCodec.ForUInt32(26);
|
||||
= pb::FieldCodec.ForUInt32(34);
|
||||
private readonly pbc::RepeatedField<uint> oMNGCIJALFM_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -110,21 +99,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
get { return oMNGCIJALFM_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IMMLPHDNMOL" field.</summary>
|
||||
public const int IMMLPHDNMOLFieldNumber = 7;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ADOLEOFEGOK> _repeated_iMMLPHDNMOL_codec
|
||||
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.ADOLEOFEGOK.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ADOLEOFEGOK> iMMLPHDNMOL_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ADOLEOFEGOK>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ADOLEOFEGOK> IMMLPHDNMOL {
|
||||
get { return iMMLPHDNMOL_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FMJPLHOHBAB" field.</summary>
|
||||
public const int FMJPLHOHBABFieldNumber = 14;
|
||||
public const int FMJPLHOHBABFieldNumber = 12;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.LogisticsScore> _repeated_fMJPLHOHBAB_codec
|
||||
= pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.LogisticsScore.Parser);
|
||||
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.LogisticsScore.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.LogisticsScore> fMJPLHOHBAB_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.LogisticsScore>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -132,6 +110,28 @@ namespace EggLink.DanhengServer.Proto {
|
||||
get { return fMJPLHOHBAB_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "HNFOJBCJAMG" field.</summary>
|
||||
public const int HNFOJBCJAMGFieldNumber = 7;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.NJAOIGGMEAL> _repeated_hNFOJBCJAMG_codec
|
||||
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.NJAOIGGMEAL.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NJAOIGGMEAL> hNFOJBCJAMG_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NJAOIGGMEAL>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NJAOIGGMEAL> HNFOJBCJAMG {
|
||||
get { return hNFOJBCJAMG_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IMMLPHDNMOL" field.</summary>
|
||||
public const int IMMLPHDNMOLFieldNumber = 14;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ADOLEOFEGOK> _repeated_iMMLPHDNMOL_codec
|
||||
= pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.ADOLEOFEGOK.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ADOLEOFEGOK> iMMLPHDNMOL_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ADOLEOFEGOK>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ADOLEOFEGOK> IMMLPHDNMOL {
|
||||
get { return iMMLPHDNMOL_; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -147,10 +147,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if(!hNFOJBCJAMG_.Equals(other.hNFOJBCJAMG_)) return false;
|
||||
if(!oMNGCIJALFM_.Equals(other.oMNGCIJALFM_)) return false;
|
||||
if(!iMMLPHDNMOL_.Equals(other.iMMLPHDNMOL_)) return false;
|
||||
if(!fMJPLHOHBAB_.Equals(other.fMJPLHOHBAB_)) return false;
|
||||
if(!hNFOJBCJAMG_.Equals(other.hNFOJBCJAMG_)) return false;
|
||||
if(!iMMLPHDNMOL_.Equals(other.iMMLPHDNMOL_)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -158,10 +158,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
hash ^= hNFOJBCJAMG_.GetHashCode();
|
||||
hash ^= oMNGCIJALFM_.GetHashCode();
|
||||
hash ^= iMMLPHDNMOL_.GetHashCode();
|
||||
hash ^= fMJPLHOHBAB_.GetHashCode();
|
||||
hash ^= hNFOJBCJAMG_.GetHashCode();
|
||||
hash ^= iMMLPHDNMOL_.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -181,9 +181,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
oMNGCIJALFM_.WriteTo(output, _repeated_oMNGCIJALFM_codec);
|
||||
iMMLPHDNMOL_.WriteTo(output, _repeated_iMMLPHDNMOL_codec);
|
||||
hNFOJBCJAMG_.WriteTo(output, _repeated_hNFOJBCJAMG_codec);
|
||||
fMJPLHOHBAB_.WriteTo(output, _repeated_fMJPLHOHBAB_codec);
|
||||
iMMLPHDNMOL_.WriteTo(output, _repeated_iMMLPHDNMOL_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -195,9 +195,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
oMNGCIJALFM_.WriteTo(ref output, _repeated_oMNGCIJALFM_codec);
|
||||
iMMLPHDNMOL_.WriteTo(ref output, _repeated_iMMLPHDNMOL_codec);
|
||||
hNFOJBCJAMG_.WriteTo(ref output, _repeated_hNFOJBCJAMG_codec);
|
||||
fMJPLHOHBAB_.WriteTo(ref output, _repeated_fMJPLHOHBAB_codec);
|
||||
iMMLPHDNMOL_.WriteTo(ref output, _repeated_iMMLPHDNMOL_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -208,10 +208,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
size += hNFOJBCJAMG_.CalculateSize(_repeated_hNFOJBCJAMG_codec);
|
||||
size += oMNGCIJALFM_.CalculateSize(_repeated_oMNGCIJALFM_codec);
|
||||
size += iMMLPHDNMOL_.CalculateSize(_repeated_iMMLPHDNMOL_codec);
|
||||
size += fMJPLHOHBAB_.CalculateSize(_repeated_fMJPLHOHBAB_codec);
|
||||
size += hNFOJBCJAMG_.CalculateSize(_repeated_hNFOJBCJAMG_codec);
|
||||
size += iMMLPHDNMOL_.CalculateSize(_repeated_iMMLPHDNMOL_codec);
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -224,10 +224,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
hNFOJBCJAMG_.Add(other.hNFOJBCJAMG_);
|
||||
oMNGCIJALFM_.Add(other.oMNGCIJALFM_);
|
||||
iMMLPHDNMOL_.Add(other.iMMLPHDNMOL_);
|
||||
fMJPLHOHBAB_.Add(other.fMJPLHOHBAB_);
|
||||
hNFOJBCJAMG_.Add(other.hNFOJBCJAMG_);
|
||||
iMMLPHDNMOL_.Add(other.iMMLPHDNMOL_);
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -243,23 +243,23 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 26:
|
||||
case 24: {
|
||||
case 34:
|
||||
case 32: {
|
||||
oMNGCIJALFM_.AddEntriesFrom(input, _repeated_oMNGCIJALFM_codec);
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
iMMLPHDNMOL_.AddEntriesFrom(input, _repeated_iMMLPHDNMOL_codec);
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
hNFOJBCJAMG_.AddEntriesFrom(input, _repeated_hNFOJBCJAMG_codec);
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
case 98: {
|
||||
fMJPLHOHBAB_.AddEntriesFrom(input, _repeated_fMJPLHOHBAB_codec);
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
iMMLPHDNMOL_.AddEntriesFrom(input, _repeated_iMMLPHDNMOL_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -275,23 +275,23 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 26:
|
||||
case 24: {
|
||||
case 34:
|
||||
case 32: {
|
||||
oMNGCIJALFM_.AddEntriesFrom(ref input, _repeated_oMNGCIJALFM_codec);
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
iMMLPHDNMOL_.AddEntriesFrom(ref input, _repeated_iMMLPHDNMOL_codec);
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
hNFOJBCJAMG_.AddEntriesFrom(ref input, _repeated_hNFOJBCJAMG_codec);
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
case 98: {
|
||||
fMJPLHOHBAB_.AddEntriesFrom(ref input, _repeated_fMJPLHOHBAB_codec);
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
iMMLPHDNMOL_.AddEntriesFrom(ref input, _repeated_iMMLPHDNMOL_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBSENMTk1KUE1JSi5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIpEBCgtB",
|
||||
"SENMTk1KUE1JShIiCgtOQkxGRkRJUEJISRgGIAEoCzINLkl0ZW1Db3N0RGF0",
|
||||
"YRIgCgljb3N0X2RhdGEYASABKAsyDS5JdGVtQ29zdERhdGESEwoLQlBIQ0JP",
|
||||
"SEtITUQYDCABKAgSEwoLUE9BUEVHS1BGT0IYCSABKAgSEgoKbWlyYWNsZV9p",
|
||||
"ZBgLIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
||||
"SENMTk1KUE1JShITCgtCUEhDQk9IS0hNRBgKIAEoCBIiCgtOQkxGRkRJUEJI",
|
||||
"SRgHIAEoCzINLkl0ZW1Db3N0RGF0YRITCgtQT0FQRUdLUEZPQhgJIAEoCBIg",
|
||||
"Cgljb3N0X2RhdGEYAiABKAsyDS5JdGVtQ29zdERhdGESEgoKbWlyYWNsZV9p",
|
||||
"ZBgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
||||
"bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AHCLNMJPMIJ), global::EggLink.DanhengServer.Proto.AHCLNMJPMIJ.Parser, new[]{ "NBLFFDIPBHI", "CostData", "BPHCBOHKHMD", "POAPEGKPFOB", "MiracleId" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AHCLNMJPMIJ), global::EggLink.DanhengServer.Proto.AHCLNMJPMIJ.Parser, new[]{ "BPHCBOHKHMD", "NBLFFDIPBHI", "POAPEGKPFOB", "CostData", "MiracleId" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -75,10 +75,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AHCLNMJPMIJ(AHCLNMJPMIJ other) : this() {
|
||||
nBLFFDIPBHI_ = other.nBLFFDIPBHI_ != null ? other.nBLFFDIPBHI_.Clone() : null;
|
||||
costData_ = other.costData_ != null ? other.costData_.Clone() : null;
|
||||
bPHCBOHKHMD_ = other.bPHCBOHKHMD_;
|
||||
nBLFFDIPBHI_ = other.nBLFFDIPBHI_ != null ? other.nBLFFDIPBHI_.Clone() : null;
|
||||
pOAPEGKPFOB_ = other.pOAPEGKPFOB_;
|
||||
costData_ = other.costData_ != null ? other.costData_.Clone() : null;
|
||||
miracleId_ = other.miracleId_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
@@ -89,32 +89,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AHCLNMJPMIJ(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NBLFFDIPBHI" field.</summary>
|
||||
public const int NBLFFDIPBHIFieldNumber = 6;
|
||||
private global::EggLink.DanhengServer.Proto.ItemCostData nBLFFDIPBHI_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.ItemCostData NBLFFDIPBHI {
|
||||
get { return nBLFFDIPBHI_; }
|
||||
set {
|
||||
nBLFFDIPBHI_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "cost_data" field.</summary>
|
||||
public const int CostDataFieldNumber = 1;
|
||||
private global::EggLink.DanhengServer.Proto.ItemCostData costData_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.ItemCostData CostData {
|
||||
get { return costData_; }
|
||||
set {
|
||||
costData_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BPHCBOHKHMD" field.</summary>
|
||||
public const int BPHCBOHKHMDFieldNumber = 12;
|
||||
public const int BPHCBOHKHMDFieldNumber = 10;
|
||||
private bool bPHCBOHKHMD_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -125,6 +101,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NBLFFDIPBHI" field.</summary>
|
||||
public const int NBLFFDIPBHIFieldNumber = 7;
|
||||
private global::EggLink.DanhengServer.Proto.ItemCostData nBLFFDIPBHI_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.ItemCostData NBLFFDIPBHI {
|
||||
get { return nBLFFDIPBHI_; }
|
||||
set {
|
||||
nBLFFDIPBHI_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "POAPEGKPFOB" field.</summary>
|
||||
public const int POAPEGKPFOBFieldNumber = 9;
|
||||
private bool pOAPEGKPFOB_;
|
||||
@@ -137,8 +125,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "cost_data" field.</summary>
|
||||
public const int CostDataFieldNumber = 2;
|
||||
private global::EggLink.DanhengServer.Proto.ItemCostData costData_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.ItemCostData CostData {
|
||||
get { return costData_; }
|
||||
set {
|
||||
costData_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "miracle_id" field.</summary>
|
||||
public const int MiracleIdFieldNumber = 11;
|
||||
public const int MiracleIdFieldNumber = 4;
|
||||
private uint miracleId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -164,10 +164,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (!object.Equals(NBLFFDIPBHI, other.NBLFFDIPBHI)) return false;
|
||||
if (!object.Equals(CostData, other.CostData)) return false;
|
||||
if (BPHCBOHKHMD != other.BPHCBOHKHMD) return false;
|
||||
if (!object.Equals(NBLFFDIPBHI, other.NBLFFDIPBHI)) return false;
|
||||
if (POAPEGKPFOB != other.POAPEGKPFOB) return false;
|
||||
if (!object.Equals(CostData, other.CostData)) return false;
|
||||
if (MiracleId != other.MiracleId) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -176,10 +176,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (nBLFFDIPBHI_ != null) hash ^= NBLFFDIPBHI.GetHashCode();
|
||||
if (costData_ != null) hash ^= CostData.GetHashCode();
|
||||
if (BPHCBOHKHMD != false) hash ^= BPHCBOHKHMD.GetHashCode();
|
||||
if (nBLFFDIPBHI_ != null) hash ^= NBLFFDIPBHI.GetHashCode();
|
||||
if (POAPEGKPFOB != false) hash ^= POAPEGKPFOB.GetHashCode();
|
||||
if (costData_ != null) hash ^= CostData.GetHashCode();
|
||||
if (MiracleId != 0) hash ^= MiracleId.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
@@ -200,23 +200,23 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (costData_ != null) {
|
||||
output.WriteRawTag(10);
|
||||
output.WriteRawTag(18);
|
||||
output.WriteMessage(CostData);
|
||||
}
|
||||
if (MiracleId != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(MiracleId);
|
||||
}
|
||||
if (nBLFFDIPBHI_ != null) {
|
||||
output.WriteRawTag(50);
|
||||
output.WriteRawTag(58);
|
||||
output.WriteMessage(NBLFFDIPBHI);
|
||||
}
|
||||
if (POAPEGKPFOB != false) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteBool(POAPEGKPFOB);
|
||||
}
|
||||
if (MiracleId != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(MiracleId);
|
||||
}
|
||||
if (BPHCBOHKHMD != false) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteBool(BPHCBOHKHMD);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -230,23 +230,23 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (costData_ != null) {
|
||||
output.WriteRawTag(10);
|
||||
output.WriteRawTag(18);
|
||||
output.WriteMessage(CostData);
|
||||
}
|
||||
if (MiracleId != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(MiracleId);
|
||||
}
|
||||
if (nBLFFDIPBHI_ != null) {
|
||||
output.WriteRawTag(50);
|
||||
output.WriteRawTag(58);
|
||||
output.WriteMessage(NBLFFDIPBHI);
|
||||
}
|
||||
if (POAPEGKPFOB != false) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteBool(POAPEGKPFOB);
|
||||
}
|
||||
if (MiracleId != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(MiracleId);
|
||||
}
|
||||
if (BPHCBOHKHMD != false) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteBool(BPHCBOHKHMD);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -259,18 +259,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (nBLFFDIPBHI_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NBLFFDIPBHI);
|
||||
}
|
||||
if (costData_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CostData);
|
||||
}
|
||||
if (BPHCBOHKHMD != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (nBLFFDIPBHI_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NBLFFDIPBHI);
|
||||
}
|
||||
if (POAPEGKPFOB != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (costData_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CostData);
|
||||
}
|
||||
if (MiracleId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MiracleId);
|
||||
}
|
||||
@@ -286,24 +286,24 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.BPHCBOHKHMD != false) {
|
||||
BPHCBOHKHMD = other.BPHCBOHKHMD;
|
||||
}
|
||||
if (other.nBLFFDIPBHI_ != null) {
|
||||
if (nBLFFDIPBHI_ == null) {
|
||||
NBLFFDIPBHI = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
NBLFFDIPBHI.MergeFrom(other.NBLFFDIPBHI);
|
||||
}
|
||||
if (other.POAPEGKPFOB != false) {
|
||||
POAPEGKPFOB = other.POAPEGKPFOB;
|
||||
}
|
||||
if (other.costData_ != null) {
|
||||
if (costData_ == null) {
|
||||
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
CostData.MergeFrom(other.CostData);
|
||||
}
|
||||
if (other.BPHCBOHKHMD != false) {
|
||||
BPHCBOHKHMD = other.BPHCBOHKHMD;
|
||||
}
|
||||
if (other.POAPEGKPFOB != false) {
|
||||
POAPEGKPFOB = other.POAPEGKPFOB;
|
||||
}
|
||||
if (other.MiracleId != 0) {
|
||||
MiracleId = other.MiracleId;
|
||||
}
|
||||
@@ -322,14 +322,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 10: {
|
||||
case 18: {
|
||||
if (costData_ == null) {
|
||||
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
input.ReadMessage(CostData);
|
||||
break;
|
||||
}
|
||||
case 50: {
|
||||
case 32: {
|
||||
MiracleId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
if (nBLFFDIPBHI_ == null) {
|
||||
NBLFFDIPBHI = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
@@ -340,11 +344,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
POAPEGKPFOB = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
MiracleId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 80: {
|
||||
BPHCBOHKHMD = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
@@ -363,14 +363,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 10: {
|
||||
case 18: {
|
||||
if (costData_ == null) {
|
||||
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
input.ReadMessage(CostData);
|
||||
break;
|
||||
}
|
||||
case 50: {
|
||||
case 32: {
|
||||
MiracleId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
if (nBLFFDIPBHI_ == null) {
|
||||
NBLFFDIPBHI = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
@@ -381,11 +385,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
POAPEGKPFOB = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
MiracleId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 80: {
|
||||
BPHCBOHKHMD = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
|
||||
271
Proto/AHPNAPGPJEG.cs
Normal file
271
Proto/AHPNAPGPJEG.cs
Normal file
@@ -0,0 +1,271 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AHPNAPGPJEG.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
|
||||
using pb = global::Google.Protobuf;
|
||||
using pbc = global::Google.Protobuf.Collections;
|
||||
using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from AHPNAPGPJEG.proto</summary>
|
||||
public static partial class AHPNAPGPJEGReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for AHPNAPGPJEG.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static AHPNAPGPJEGReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBSFBOQVBHUEpFRy5wcm90byI4CgtBSFBOQVBHUEpFRxITCgtBTU9KRk1G",
|
||||
"RU9HRRgNIAEoDRIUCgxtYXplX2J1ZmZfaWQYDyABKA1CHqoCG0VnZ0xpbmsu",
|
||||
"RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AHPNAPGPJEG), global::EggLink.DanhengServer.Proto.AHPNAPGPJEG.Parser, new[]{ "AMOJFMFEOGE", "MazeBuffId" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class AHPNAPGPJEG : pb::IMessage<AHPNAPGPJEG>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<AHPNAPGPJEG> _parser = new pb::MessageParser<AHPNAPGPJEG>(() => new AHPNAPGPJEG());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<AHPNAPGPJEG> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.AHPNAPGPJEGReflection.Descriptor.MessageTypes[0]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
||||
get { return Descriptor; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AHPNAPGPJEG() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AHPNAPGPJEG(AHPNAPGPJEG other) : this() {
|
||||
aMOJFMFEOGE_ = other.aMOJFMFEOGE_;
|
||||
mazeBuffId_ = other.mazeBuffId_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AHPNAPGPJEG Clone() {
|
||||
return new AHPNAPGPJEG(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "AMOJFMFEOGE" field.</summary>
|
||||
public const int AMOJFMFEOGEFieldNumber = 13;
|
||||
private uint aMOJFMFEOGE_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint AMOJFMFEOGE {
|
||||
get { return aMOJFMFEOGE_; }
|
||||
set {
|
||||
aMOJFMFEOGE_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "maze_buff_id" field.</summary>
|
||||
public const int MazeBuffIdFieldNumber = 15;
|
||||
private uint mazeBuffId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint MazeBuffId {
|
||||
get { return mazeBuffId_; }
|
||||
set {
|
||||
mazeBuffId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as AHPNAPGPJEG);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(AHPNAPGPJEG other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (AMOJFMFEOGE != other.AMOJFMFEOGE) return false;
|
||||
if (MazeBuffId != other.MazeBuffId) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (AMOJFMFEOGE != 0) hash ^= AMOJFMFEOGE.GetHashCode();
|
||||
if (MazeBuffId != 0) hash ^= MazeBuffId.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
return hash;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override string ToString() {
|
||||
return pb::JsonFormatter.ToDiagnosticString(this);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void WriteTo(pb::CodedOutputStream output) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (AMOJFMFEOGE != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(AMOJFMFEOGE);
|
||||
}
|
||||
if (MazeBuffId != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(MazeBuffId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (AMOJFMFEOGE != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(AMOJFMFEOGE);
|
||||
}
|
||||
if (MazeBuffId != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(MazeBuffId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (AMOJFMFEOGE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AMOJFMFEOGE);
|
||||
}
|
||||
if (MazeBuffId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MazeBuffId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(AHPNAPGPJEG other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.AMOJFMFEOGE != 0) {
|
||||
AMOJFMFEOGE = other.AMOJFMFEOGE;
|
||||
}
|
||||
if (other.MazeBuffId != 0) {
|
||||
MazeBuffId = other.MazeBuffId;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(pb::CodedInputStream input) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
input.ReadRawMessage(this);
|
||||
#else
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 104: {
|
||||
AMOJFMFEOGE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
MazeBuffId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 104: {
|
||||
AMOJFMFEOGE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
MazeBuffId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static AIDFBBIAPEPReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBSURGQkJJQVBFUC5wcm90byJGCgtBSURGQkJJQVBFUBITCgtQQUdDQU1B",
|
||||
"R0ZMQhgCIAEoDRITCgtNSUxLRUFDRkxQTxgIIAEoDRINCgVsZXZlbBgMIAEo",
|
||||
"ChFBSURGQkJJQVBFUC5wcm90byJGCgtBSURGQkJJQVBFUBITCgtNSUxLRUFD",
|
||||
"RkxQTxgBIAEoDRINCgVsZXZlbBgDIAEoDRITCgtQQUdDQU1BR0ZMQhgMIAEo",
|
||||
"DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AIDFBBIAPEP), global::EggLink.DanhengServer.Proto.AIDFBBIAPEP.Parser, new[]{ "PAGCAMAGFLB", "MILKEACFLPO", "Level" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AIDFBBIAPEP), global::EggLink.DanhengServer.Proto.AIDFBBIAPEP.Parser, new[]{ "MILKEACFLPO", "Level", "PAGCAMAGFLB" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -72,9 +72,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AIDFBBIAPEP(AIDFBBIAPEP other) : this() {
|
||||
pAGCAMAGFLB_ = other.pAGCAMAGFLB_;
|
||||
mILKEACFLPO_ = other.mILKEACFLPO_;
|
||||
level_ = other.level_;
|
||||
pAGCAMAGFLB_ = other.pAGCAMAGFLB_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -84,20 +84,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AIDFBBIAPEP(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PAGCAMAGFLB" field.</summary>
|
||||
public const int PAGCAMAGFLBFieldNumber = 2;
|
||||
private uint pAGCAMAGFLB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint PAGCAMAGFLB {
|
||||
get { return pAGCAMAGFLB_; }
|
||||
set {
|
||||
pAGCAMAGFLB_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "MILKEACFLPO" field.</summary>
|
||||
public const int MILKEACFLPOFieldNumber = 8;
|
||||
public const int MILKEACFLPOFieldNumber = 1;
|
||||
private uint mILKEACFLPO_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -109,7 +97,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "level" field.</summary>
|
||||
public const int LevelFieldNumber = 12;
|
||||
public const int LevelFieldNumber = 3;
|
||||
private uint level_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -120,6 +108,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PAGCAMAGFLB" field.</summary>
|
||||
public const int PAGCAMAGFLBFieldNumber = 12;
|
||||
private uint pAGCAMAGFLB_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint PAGCAMAGFLB {
|
||||
get { return pAGCAMAGFLB_; }
|
||||
set {
|
||||
pAGCAMAGFLB_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -135,9 +135,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (PAGCAMAGFLB != other.PAGCAMAGFLB) return false;
|
||||
if (MILKEACFLPO != other.MILKEACFLPO) return false;
|
||||
if (Level != other.Level) return false;
|
||||
if (PAGCAMAGFLB != other.PAGCAMAGFLB) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -145,9 +145,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (PAGCAMAGFLB != 0) hash ^= PAGCAMAGFLB.GetHashCode();
|
||||
if (MILKEACFLPO != 0) hash ^= MILKEACFLPO.GetHashCode();
|
||||
if (Level != 0) hash ^= Level.GetHashCode();
|
||||
if (PAGCAMAGFLB != 0) hash ^= PAGCAMAGFLB.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -166,18 +166,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (PAGCAMAGFLB != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(PAGCAMAGFLB);
|
||||
}
|
||||
if (MILKEACFLPO != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(MILKEACFLPO);
|
||||
}
|
||||
if (Level != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(Level);
|
||||
}
|
||||
if (PAGCAMAGFLB != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(PAGCAMAGFLB);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -188,18 +188,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (PAGCAMAGFLB != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(PAGCAMAGFLB);
|
||||
}
|
||||
if (MILKEACFLPO != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(MILKEACFLPO);
|
||||
}
|
||||
if (Level != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(Level);
|
||||
}
|
||||
if (PAGCAMAGFLB != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(PAGCAMAGFLB);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -210,15 +210,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (PAGCAMAGFLB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PAGCAMAGFLB);
|
||||
}
|
||||
if (MILKEACFLPO != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MILKEACFLPO);
|
||||
}
|
||||
if (Level != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
|
||||
}
|
||||
if (PAGCAMAGFLB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PAGCAMAGFLB);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -231,15 +231,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.PAGCAMAGFLB != 0) {
|
||||
PAGCAMAGFLB = other.PAGCAMAGFLB;
|
||||
}
|
||||
if (other.MILKEACFLPO != 0) {
|
||||
MILKEACFLPO = other.MILKEACFLPO;
|
||||
}
|
||||
if (other.Level != 0) {
|
||||
Level = other.Level;
|
||||
}
|
||||
if (other.PAGCAMAGFLB != 0) {
|
||||
PAGCAMAGFLB = other.PAGCAMAGFLB;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -255,18 +255,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 16: {
|
||||
PAGCAMAGFLB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
case 8: {
|
||||
MILKEACFLPO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 24: {
|
||||
Level = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
PAGCAMAGFLB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -282,18 +282,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 16: {
|
||||
PAGCAMAGFLB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
case 8: {
|
||||
MILKEACFLPO = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 24: {
|
||||
Level = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
PAGCAMAGFLB = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: LobbyBeginScRsp.proto
|
||||
// source: AIDOADPOOFG.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
@@ -11,27 +11,26 @@ using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from LobbyBeginScRsp.proto</summary>
|
||||
public static partial class LobbyBeginScRspReflection {
|
||||
/// <summary>Holder for reflection information generated from AIDOADPOOFG.proto</summary>
|
||||
public static partial class AIDOADPOOFGReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for LobbyBeginScRsp.proto</summary>
|
||||
/// <summary>File descriptor for AIDOADPOOFG.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static LobbyBeginScRspReflection() {
|
||||
static AIDOADPOOFGReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChVMb2JieUJlZ2luU2NSc3AucHJvdG8aEUNCQkRJT01JRkhELnByb3RvIkUK",
|
||||
"D0xvYmJ5QmVnaW5TY1JzcBIPCgdyZXRjb2RlGAUgASgNEiEKC0xJUEpESlBN",
|
||||
"T0tCGAcgAygLMgwuQ0JCRElPTUlGSERCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
|
||||
"cnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
"ChFBSURPQURQT09GRy5wcm90bxoRQ0JCRElPTUlGSEQucHJvdG8iMAoLQUlE",
|
||||
"T0FEUE9PRkcSIQoLTElQSkRKUE1PS0IYCyADKAsyDC5DQkJESU9NSUZIREIe",
|
||||
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LobbyBeginScRsp), global::EggLink.DanhengServer.Proto.LobbyBeginScRsp.Parser, new[]{ "Retcode", "LIPJDJPMOKB" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AIDOADPOOFG), global::EggLink.DanhengServer.Proto.AIDOADPOOFG.Parser, new[]{ "LIPJDJPMOKB" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -39,21 +38,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class LobbyBeginScRsp : pb::IMessage<LobbyBeginScRsp>
|
||||
public sealed partial class AIDOADPOOFG : pb::IMessage<AIDOADPOOFG>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<LobbyBeginScRsp> _parser = new pb::MessageParser<LobbyBeginScRsp>(() => new LobbyBeginScRsp());
|
||||
private static readonly pb::MessageParser<AIDOADPOOFG> _parser = new pb::MessageParser<AIDOADPOOFG>(() => new AIDOADPOOFG());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<LobbyBeginScRsp> Parser { get { return _parser; } }
|
||||
public static pb::MessageParser<AIDOADPOOFG> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.LobbyBeginScRspReflection.Descriptor.MessageTypes[0]; }
|
||||
get { return global::EggLink.DanhengServer.Proto.AIDOADPOOFGReflection.Descriptor.MessageTypes[0]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -64,7 +63,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public LobbyBeginScRsp() {
|
||||
public AIDOADPOOFG() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
@@ -72,34 +71,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public LobbyBeginScRsp(LobbyBeginScRsp other) : this() {
|
||||
retcode_ = other.retcode_;
|
||||
public AIDOADPOOFG(AIDOADPOOFG other) : this() {
|
||||
lIPJDJPMOKB_ = other.lIPJDJPMOKB_.Clone();
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public LobbyBeginScRsp Clone() {
|
||||
return new LobbyBeginScRsp(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 5;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Retcode {
|
||||
get { return retcode_; }
|
||||
set {
|
||||
retcode_ = value;
|
||||
}
|
||||
public AIDOADPOOFG Clone() {
|
||||
return new AIDOADPOOFG(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "LIPJDJPMOKB" field.</summary>
|
||||
public const int LIPJDJPMOKBFieldNumber = 7;
|
||||
public const int LIPJDJPMOKBFieldNumber = 11;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.CBBDIOMIFHD> _repeated_lIPJDJPMOKB_codec
|
||||
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.CBBDIOMIFHD.Parser);
|
||||
= pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.CBBDIOMIFHD.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CBBDIOMIFHD> lIPJDJPMOKB_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CBBDIOMIFHD>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -110,19 +96,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as LobbyBeginScRsp);
|
||||
return Equals(other as AIDOADPOOFG);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(LobbyBeginScRsp other) {
|
||||
public bool Equals(AIDOADPOOFG other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (Retcode != other.Retcode) return false;
|
||||
if(!lIPJDJPMOKB_.Equals(other.lIPJDJPMOKB_)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -131,7 +116,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
hash ^= lIPJDJPMOKB_.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
@@ -151,10 +135,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
lIPJDJPMOKB_.WriteTo(output, _repeated_lIPJDJPMOKB_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -166,10 +146,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
lIPJDJPMOKB_.WriteTo(ref output, _repeated_lIPJDJPMOKB_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -181,9 +157,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
size += lIPJDJPMOKB_.CalculateSize(_repeated_lIPJDJPMOKB_codec);
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -193,13 +166,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(LobbyBeginScRsp other) {
|
||||
public void MergeFrom(AIDOADPOOFG other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
lIPJDJPMOKB_.Add(other.lIPJDJPMOKB_);
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -216,11 +186,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 40: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
case 90: {
|
||||
lIPJDJPMOKB_.AddEntriesFrom(input, _repeated_lIPJDJPMOKB_codec);
|
||||
break;
|
||||
}
|
||||
@@ -239,11 +205,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 40: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
case 90: {
|
||||
lIPJDJPMOKB_.AddEntriesFrom(ref input, _repeated_lIPJDJPMOKB_codec);
|
||||
break;
|
||||
}
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static AIGKNHFANGAReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBSUdLTkhGQU5HQS5wcm90bxoRQUVOUElKQ0RCTUgucHJvdG8aEU1CSkhG",
|
||||
"UENKQUxOLnByb3RvIlMKC0FJR0tOSEZBTkdBEiEKC0VJTEFBQkxEUEhNGAEg",
|
||||
"ChFBSUdLTkhGQU5HQS5wcm90bxoRTUJKSEZQQ0pBTE4ucHJvdG8aEUFFTlBJ",
|
||||
"SkNEQk1ILnByb3RvIlMKC0FJR0tOSEZBTkdBEiEKC0VJTEFBQkxEUEhNGAEg",
|
||||
"ASgLMgwuQUVOUElKQ0RCTUgSIQoLSU5QS0dERk1QRUEYAiABKAsyDC5NQkpI",
|
||||
"RlBDSkFMTkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
||||
"bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AENPIJCDBMHReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBJHFPCJALNReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MBJHFPCJALNReflection.Descriptor, global::EggLink.DanhengServer.Proto.AENPIJCDBMHReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AIGKNHFANGA), global::EggLink.DanhengServer.Proto.AIGKNHFANGA.Parser, new[]{ "EILAABLDPHM", "INPKGDFMPEA" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
337
Proto/AINBLBBFDBJ.cs
Normal file
337
Proto/AINBLBBFDBJ.cs
Normal file
@@ -0,0 +1,337 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AINBLBBFDBJ.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
|
||||
using pb = global::Google.Protobuf;
|
||||
using pbc = global::Google.Protobuf.Collections;
|
||||
using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from AINBLBBFDBJ.proto</summary>
|
||||
public static partial class AINBLBBFDBJReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for AINBLBBFDBJ.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static AINBLBBFDBJReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBSU5CTEJCRkRCSi5wcm90byJgCgtBSU5CTEJCRkRCShITCgtOSUpBR09B",
|
||||
"SlBFTRgIIAEoDRIWCg5zZWxlY3RfY2VsbF9pZBgHIAEoDRIPCgdjb25maXJt",
|
||||
"GAMgASgIEhMKC05IR09KRE9ER01BGA0gAygNQh6qAhtFZ2dMaW5rLkRhbmhl",
|
||||
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AINBLBBFDBJ), global::EggLink.DanhengServer.Proto.AINBLBBFDBJ.Parser, new[]{ "NIJAGOAJPEM", "SelectCellId", "Confirm", "NHGOJDODGMA" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class AINBLBBFDBJ : pb::IMessage<AINBLBBFDBJ>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<AINBLBBFDBJ> _parser = new pb::MessageParser<AINBLBBFDBJ>(() => new AINBLBBFDBJ());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<AINBLBBFDBJ> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.AINBLBBFDBJReflection.Descriptor.MessageTypes[0]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
||||
get { return Descriptor; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AINBLBBFDBJ() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AINBLBBFDBJ(AINBLBBFDBJ other) : this() {
|
||||
nIJAGOAJPEM_ = other.nIJAGOAJPEM_;
|
||||
selectCellId_ = other.selectCellId_;
|
||||
confirm_ = other.confirm_;
|
||||
nHGOJDODGMA_ = other.nHGOJDODGMA_.Clone();
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AINBLBBFDBJ Clone() {
|
||||
return new AINBLBBFDBJ(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NIJAGOAJPEM" field.</summary>
|
||||
public const int NIJAGOAJPEMFieldNumber = 8;
|
||||
private uint nIJAGOAJPEM_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint NIJAGOAJPEM {
|
||||
get { return nIJAGOAJPEM_; }
|
||||
set {
|
||||
nIJAGOAJPEM_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "select_cell_id" field.</summary>
|
||||
public const int SelectCellIdFieldNumber = 7;
|
||||
private uint selectCellId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint SelectCellId {
|
||||
get { return selectCellId_; }
|
||||
set {
|
||||
selectCellId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "confirm" field.</summary>
|
||||
public const int ConfirmFieldNumber = 3;
|
||||
private bool confirm_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Confirm {
|
||||
get { return confirm_; }
|
||||
set {
|
||||
confirm_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NHGOJDODGMA" field.</summary>
|
||||
public const int NHGOJDODGMAFieldNumber = 13;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_nHGOJDODGMA_codec
|
||||
= pb::FieldCodec.ForUInt32(106);
|
||||
private readonly pbc::RepeatedField<uint> nHGOJDODGMA_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<uint> NHGOJDODGMA {
|
||||
get { return nHGOJDODGMA_; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as AINBLBBFDBJ);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(AINBLBBFDBJ other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (NIJAGOAJPEM != other.NIJAGOAJPEM) return false;
|
||||
if (SelectCellId != other.SelectCellId) return false;
|
||||
if (Confirm != other.Confirm) return false;
|
||||
if(!nHGOJDODGMA_.Equals(other.nHGOJDODGMA_)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (NIJAGOAJPEM != 0) hash ^= NIJAGOAJPEM.GetHashCode();
|
||||
if (SelectCellId != 0) hash ^= SelectCellId.GetHashCode();
|
||||
if (Confirm != false) hash ^= Confirm.GetHashCode();
|
||||
hash ^= nHGOJDODGMA_.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
return hash;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override string ToString() {
|
||||
return pb::JsonFormatter.ToDiagnosticString(this);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void WriteTo(pb::CodedOutputStream output) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Confirm != false) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteBool(Confirm);
|
||||
}
|
||||
if (SelectCellId != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(SelectCellId);
|
||||
}
|
||||
if (NIJAGOAJPEM != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(NIJAGOAJPEM);
|
||||
}
|
||||
nHGOJDODGMA_.WriteTo(output, _repeated_nHGOJDODGMA_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Confirm != false) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteBool(Confirm);
|
||||
}
|
||||
if (SelectCellId != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(SelectCellId);
|
||||
}
|
||||
if (NIJAGOAJPEM != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(NIJAGOAJPEM);
|
||||
}
|
||||
nHGOJDODGMA_.WriteTo(ref output, _repeated_nHGOJDODGMA_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (NIJAGOAJPEM != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NIJAGOAJPEM);
|
||||
}
|
||||
if (SelectCellId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectCellId);
|
||||
}
|
||||
if (Confirm != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
size += nHGOJDODGMA_.CalculateSize(_repeated_nHGOJDODGMA_codec);
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(AINBLBBFDBJ other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.NIJAGOAJPEM != 0) {
|
||||
NIJAGOAJPEM = other.NIJAGOAJPEM;
|
||||
}
|
||||
if (other.SelectCellId != 0) {
|
||||
SelectCellId = other.SelectCellId;
|
||||
}
|
||||
if (other.Confirm != false) {
|
||||
Confirm = other.Confirm;
|
||||
}
|
||||
nHGOJDODGMA_.Add(other.nHGOJDODGMA_);
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(pb::CodedInputStream input) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
input.ReadRawMessage(this);
|
||||
#else
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 24: {
|
||||
Confirm = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
SelectCellId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
NIJAGOAJPEM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 106:
|
||||
case 104: {
|
||||
nHGOJDODGMA_.AddEntriesFrom(input, _repeated_nHGOJDODGMA_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 24: {
|
||||
Confirm = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
SelectCellId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
NIJAGOAJPEM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 106:
|
||||
case 104: {
|
||||
nHGOJDODGMA_.AddEntriesFrom(ref input, _repeated_nHGOJDODGMA_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
@@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBSkFLRENEREFNTy5wcm90bxoWUm9ndWVCb290aFN0YXR1cy5wcm90byJa",
|
||||
"CgtBSkFLRENEREFNTxITCgtJTkZCSFBHRExORBgMIAEoDRITCgtFT05MTURD",
|
||||
"Qk5NRRgIIAEoDRIhCgZzdGF0dXMYCiABKA4yES5Sb2d1ZUJvb3RoU3RhdHVz",
|
||||
"CgtBSkFLRENEREFNTxITCgtJTkZCSFBHRExORBgPIAEoDRIhCgZzdGF0dXMY",
|
||||
"CyABKA4yES5Sb2d1ZUJvb3RoU3RhdHVzEhMKC0VPTkxNRENCTk1FGA4gASgN",
|
||||
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueBoothStatusReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AJAKDCDDAMO), global::EggLink.DanhengServer.Proto.AJAKDCDDAMO.Parser, new[]{ "INFBHPGDLND", "EONLMDCBNME", "Status" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AJAKDCDDAMO), global::EggLink.DanhengServer.Proto.AJAKDCDDAMO.Parser, new[]{ "INFBHPGDLND", "Status", "EONLMDCBNME" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -74,8 +74,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AJAKDCDDAMO(AJAKDCDDAMO other) : this() {
|
||||
iNFBHPGDLND_ = other.iNFBHPGDLND_;
|
||||
eONLMDCBNME_ = other.eONLMDCBNME_;
|
||||
status_ = other.status_;
|
||||
eONLMDCBNME_ = other.eONLMDCBNME_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "INFBHPGDLND" field.</summary>
|
||||
public const int INFBHPGDLNDFieldNumber = 12;
|
||||
public const int INFBHPGDLNDFieldNumber = 15;
|
||||
private uint iNFBHPGDLND_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -97,20 +97,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "EONLMDCBNME" field.</summary>
|
||||
public const int EONLMDCBNMEFieldNumber = 8;
|
||||
private uint eONLMDCBNME_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint EONLMDCBNME {
|
||||
get { return eONLMDCBNME_; }
|
||||
set {
|
||||
eONLMDCBNME_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "status" field.</summary>
|
||||
public const int StatusFieldNumber = 10;
|
||||
public const int StatusFieldNumber = 11;
|
||||
private global::EggLink.DanhengServer.Proto.RogueBoothStatus status_ = global::EggLink.DanhengServer.Proto.RogueBoothStatus.RogueBoothNone;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -121,6 +109,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "EONLMDCBNME" field.</summary>
|
||||
public const int EONLMDCBNMEFieldNumber = 14;
|
||||
private uint eONLMDCBNME_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint EONLMDCBNME {
|
||||
get { return eONLMDCBNME_; }
|
||||
set {
|
||||
eONLMDCBNME_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -137,8 +137,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if (INFBHPGDLND != other.INFBHPGDLND) return false;
|
||||
if (EONLMDCBNME != other.EONLMDCBNME) return false;
|
||||
if (Status != other.Status) return false;
|
||||
if (EONLMDCBNME != other.EONLMDCBNME) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -147,8 +147,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (INFBHPGDLND != 0) hash ^= INFBHPGDLND.GetHashCode();
|
||||
if (EONLMDCBNME != 0) hash ^= EONLMDCBNME.GetHashCode();
|
||||
if (Status != global::EggLink.DanhengServer.Proto.RogueBoothStatus.RogueBoothNone) hash ^= Status.GetHashCode();
|
||||
if (EONLMDCBNME != 0) hash ^= EONLMDCBNME.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -167,16 +167,16 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (EONLMDCBNME != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(EONLMDCBNME);
|
||||
}
|
||||
if (Status != global::EggLink.DanhengServer.Proto.RogueBoothStatus.RogueBoothNone) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteRawTag(88);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (EONLMDCBNME != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(EONLMDCBNME);
|
||||
}
|
||||
if (INFBHPGDLND != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(INFBHPGDLND);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -189,16 +189,16 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (EONLMDCBNME != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(EONLMDCBNME);
|
||||
}
|
||||
if (Status != global::EggLink.DanhengServer.Proto.RogueBoothStatus.RogueBoothNone) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteRawTag(88);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (EONLMDCBNME != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(EONLMDCBNME);
|
||||
}
|
||||
if (INFBHPGDLND != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(INFBHPGDLND);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -214,12 +214,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (INFBHPGDLND != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(INFBHPGDLND);
|
||||
}
|
||||
if (EONLMDCBNME != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EONLMDCBNME);
|
||||
}
|
||||
if (Status != global::EggLink.DanhengServer.Proto.RogueBoothStatus.RogueBoothNone) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status);
|
||||
}
|
||||
if (EONLMDCBNME != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EONLMDCBNME);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -235,12 +235,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.INFBHPGDLND != 0) {
|
||||
INFBHPGDLND = other.INFBHPGDLND;
|
||||
}
|
||||
if (other.EONLMDCBNME != 0) {
|
||||
EONLMDCBNME = other.EONLMDCBNME;
|
||||
}
|
||||
if (other.Status != global::EggLink.DanhengServer.Proto.RogueBoothStatus.RogueBoothNone) {
|
||||
Status = other.Status;
|
||||
}
|
||||
if (other.EONLMDCBNME != 0) {
|
||||
EONLMDCBNME = other.EONLMDCBNME;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -256,15 +256,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 64: {
|
||||
EONLMDCBNME = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 88: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.RogueBoothStatus) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 112: {
|
||||
EONLMDCBNME = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
INFBHPGDLND = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -283,15 +283,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 64: {
|
||||
EONLMDCBNME = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 88: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.RogueBoothStatus) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 112: {
|
||||
EONLMDCBNME = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
INFBHPGDLND = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBSkNOREJITkxGTC5wcm90byIiCgtBSkNOREJITkxGTBITCgtQT0ZNSkJM",
|
||||
"TUJKSRgLIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"TUJKSRgNIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"cm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "POFMJBLMBJI" field.</summary>
|
||||
public const int POFMJBLMBJIFieldNumber = 11;
|
||||
public const int POFMJBLMBJIFieldNumber = 13;
|
||||
private uint pOFMJBLMBJI_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (POFMJBLMBJI != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(POFMJBLMBJI);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (POFMJBLMBJI != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(POFMJBLMBJI);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -197,7 +197,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 88: {
|
||||
case 104: {
|
||||
POFMJBLMBJI = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -216,7 +216,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 88: {
|
||||
case 104: {
|
||||
POFMJBLMBJI = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
234
Proto/AJEEIAKEMIP.cs
Normal file
234
Proto/AJEEIAKEMIP.cs
Normal file
@@ -0,0 +1,234 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AJEEIAKEMIP.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
|
||||
using pb = global::Google.Protobuf;
|
||||
using pbc = global::Google.Protobuf.Collections;
|
||||
using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from AJEEIAKEMIP.proto</summary>
|
||||
public static partial class AJEEIAKEMIPReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for AJEEIAKEMIP.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static AJEEIAKEMIPReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBSkVFSUFLRU1JUC5wcm90byIiCgtBSkVFSUFLRU1JUBITCgtDRUhGSUlM",
|
||||
"TUpLTRgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"cm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AJEEIAKEMIP), global::EggLink.DanhengServer.Proto.AJEEIAKEMIP.Parser, new[]{ "CEHFIILMJKM" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class AJEEIAKEMIP : pb::IMessage<AJEEIAKEMIP>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<AJEEIAKEMIP> _parser = new pb::MessageParser<AJEEIAKEMIP>(() => new AJEEIAKEMIP());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<AJEEIAKEMIP> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.AJEEIAKEMIPReflection.Descriptor.MessageTypes[0]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
||||
get { return Descriptor; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AJEEIAKEMIP() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AJEEIAKEMIP(AJEEIAKEMIP other) : this() {
|
||||
cEHFIILMJKM_ = other.cEHFIILMJKM_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AJEEIAKEMIP Clone() {
|
||||
return new AJEEIAKEMIP(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "CEHFIILMJKM" field.</summary>
|
||||
public const int CEHFIILMJKMFieldNumber = 4;
|
||||
private uint cEHFIILMJKM_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint CEHFIILMJKM {
|
||||
get { return cEHFIILMJKM_; }
|
||||
set {
|
||||
cEHFIILMJKM_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as AJEEIAKEMIP);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(AJEEIAKEMIP other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (CEHFIILMJKM != other.CEHFIILMJKM) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (CEHFIILMJKM != 0) hash ^= CEHFIILMJKM.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
return hash;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override string ToString() {
|
||||
return pb::JsonFormatter.ToDiagnosticString(this);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void WriteTo(pb::CodedOutputStream output) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (CEHFIILMJKM != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(CEHFIILMJKM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (CEHFIILMJKM != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(CEHFIILMJKM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (CEHFIILMJKM != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CEHFIILMJKM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(AJEEIAKEMIP other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.CEHFIILMJKM != 0) {
|
||||
CEHFIILMJKM = other.CEHFIILMJKM;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(pb::CodedInputStream input) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
input.ReadRawMessage(this);
|
||||
#else
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 32: {
|
||||
CEHFIILMJKM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 32: {
|
||||
CEHFIILMJKM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static AJEHAMDABNAReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBSkVIQU1EQUJOQS5wcm90byIyCgtBSkVIQU1EQUJOQRIOCgZpc193aW4Y",
|
||||
"CSABKAgSEwoLT01EREZLTUFBUEUYByABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu",
|
||||
"ChFBSkVIQU1EQUJOQS5wcm90byIyCgtBSkVIQU1EQUJOQRITCgtPTURERktN",
|
||||
"QUFQRRgHIAEoDRIOCgZpc193aW4YBiABKAhCHqoCG0VnZ0xpbmsuRGFuaGVu",
|
||||
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AJEHAMDABNA), global::EggLink.DanhengServer.Proto.AJEHAMDABNA.Parser, new[]{ "IsWin", "OMDDFKMAAPE" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AJEHAMDABNA), global::EggLink.DanhengServer.Proto.AJEHAMDABNA.Parser, new[]{ "OMDDFKMAAPE", "IsWin" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -72,8 +72,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AJEHAMDABNA(AJEHAMDABNA other) : this() {
|
||||
isWin_ = other.isWin_;
|
||||
oMDDFKMAAPE_ = other.oMDDFKMAAPE_;
|
||||
isWin_ = other.isWin_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -83,18 +83,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AJEHAMDABNA(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "is_win" field.</summary>
|
||||
public const int IsWinFieldNumber = 9;
|
||||
private bool isWin_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool IsWin {
|
||||
get { return isWin_; }
|
||||
set {
|
||||
isWin_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "OMDDFKMAAPE" field.</summary>
|
||||
public const int OMDDFKMAAPEFieldNumber = 7;
|
||||
private uint oMDDFKMAAPE_;
|
||||
@@ -107,6 +95,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "is_win" field.</summary>
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -122,8 +122,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (IsWin != other.IsWin) return false;
|
||||
if (OMDDFKMAAPE != other.OMDDFKMAAPE) return false;
|
||||
if (IsWin != other.IsWin) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -131,8 +131,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (IsWin != false) hash ^= IsWin.GetHashCode();
|
||||
if (OMDDFKMAAPE != 0) hash ^= OMDDFKMAAPE.GetHashCode();
|
||||
if (IsWin != false) hash ^= IsWin.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -151,14 +151,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (IsWin != false) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteBool(IsWin);
|
||||
}
|
||||
if (OMDDFKMAAPE != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(OMDDFKMAAPE);
|
||||
}
|
||||
if (IsWin != false) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteBool(IsWin);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -169,14 +169,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (IsWin != false) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteBool(IsWin);
|
||||
}
|
||||
if (OMDDFKMAAPE != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(OMDDFKMAAPE);
|
||||
}
|
||||
if (IsWin != false) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteBool(IsWin);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -187,12 +187,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (IsWin != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (OMDDFKMAAPE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OMDDFKMAAPE);
|
||||
}
|
||||
if (IsWin != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -205,12 +205,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.IsWin != false) {
|
||||
IsWin = other.IsWin;
|
||||
}
|
||||
if (other.OMDDFKMAAPE != 0) {
|
||||
OMDDFKMAAPE = other.OMDDFKMAAPE;
|
||||
}
|
||||
if (other.IsWin != false) {
|
||||
IsWin = other.IsWin;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -226,12 +226,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 56: {
|
||||
OMDDFKMAAPE = input.ReadUInt32();
|
||||
case 48: {
|
||||
IsWin = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
IsWin = input.ReadBool();
|
||||
case 56: {
|
||||
OMDDFKMAAPE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -249,12 +249,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 56: {
|
||||
OMDDFKMAAPE = input.ReadUInt32();
|
||||
case 48: {
|
||||
IsWin = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
IsWin = input.ReadBool();
|
||||
case 56: {
|
||||
OMDDFKMAAPE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static AJNAJINFJICReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBSk5BSklORkpJQy5wcm90byI2CgtBSk5BSklORkpJQxIXCg9iYXR0bGVf",
|
||||
"ZXZlbnRfaWQYDyABKA0SDgoGaXNfd2luGAUgASgIQh6qAhtFZ2dMaW5rLkRh",
|
||||
"ChFBSk5BSklORkpJQy5wcm90byI2CgtBSk5BSklORkpJQxIOCgZpc193aW4Y",
|
||||
"BSABKAgSFwoPYmF0dGxlX2V2ZW50X2lkGAwgASgNQh6qAhtFZ2dMaW5rLkRh",
|
||||
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AJNAJINFJIC), global::EggLink.DanhengServer.Proto.AJNAJINFJIC.Parser, new[]{ "BattleEventId", "IsWin" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AJNAJINFJIC), global::EggLink.DanhengServer.Proto.AJNAJINFJIC.Parser, new[]{ "IsWin", "BattleEventId" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -72,8 +72,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AJNAJINFJIC(AJNAJINFJIC other) : this() {
|
||||
battleEventId_ = other.battleEventId_;
|
||||
isWin_ = other.isWin_;
|
||||
battleEventId_ = other.battleEventId_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -83,18 +83,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AJNAJINFJIC(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "battle_event_id" field.</summary>
|
||||
public const int BattleEventIdFieldNumber = 15;
|
||||
private uint battleEventId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint BattleEventId {
|
||||
get { return battleEventId_; }
|
||||
set {
|
||||
battleEventId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "is_win" field.</summary>
|
||||
public const int IsWinFieldNumber = 5;
|
||||
private bool isWin_;
|
||||
@@ -107,6 +95,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "battle_event_id" field.</summary>
|
||||
public const int BattleEventIdFieldNumber = 12;
|
||||
private uint battleEventId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint BattleEventId {
|
||||
get { return battleEventId_; }
|
||||
set {
|
||||
battleEventId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -122,8 +122,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (BattleEventId != other.BattleEventId) return false;
|
||||
if (IsWin != other.IsWin) return false;
|
||||
if (BattleEventId != other.BattleEventId) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -131,8 +131,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (BattleEventId != 0) hash ^= BattleEventId.GetHashCode();
|
||||
if (IsWin != false) hash ^= IsWin.GetHashCode();
|
||||
if (BattleEventId != 0) hash ^= BattleEventId.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -156,7 +156,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteBool(IsWin);
|
||||
}
|
||||
if (BattleEventId != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(BattleEventId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -174,7 +174,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteBool(IsWin);
|
||||
}
|
||||
if (BattleEventId != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(BattleEventId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -187,12 +187,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (BattleEventId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BattleEventId);
|
||||
}
|
||||
if (IsWin != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (BattleEventId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BattleEventId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -205,12 +205,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.BattleEventId != 0) {
|
||||
BattleEventId = other.BattleEventId;
|
||||
}
|
||||
if (other.IsWin != false) {
|
||||
IsWin = other.IsWin;
|
||||
}
|
||||
if (other.BattleEventId != 0) {
|
||||
BattleEventId = other.BattleEventId;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -230,7 +230,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
IsWin = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
case 96: {
|
||||
BattleEventId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -253,7 +253,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
IsWin = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
case 96: {
|
||||
BattleEventId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static AKCPALGEMOLReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBS0NQQUxHRU1PTC5wcm90byJXCgtBS0NQQUxHRU1PTBIRCglwcm9tb3Rp",
|
||||
"b24YAyABKA0SCwoDdGlkGAwgASgNEgsKA2V4cBgCIAEoDRINCgVsZXZlbBgN",
|
||||
"IAEoDRIMCgRyYW5rGA4gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
|
||||
"ChFBS0NQQUxHRU1PTC5wcm90byJXCgtBS0NQQUxHRU1PTBILCgNleHAYAiAB",
|
||||
"KA0SCwoDdGlkGAggASgNEhEKCXByb21vdGlvbhgOIAEoDRIMCgRyYW5rGAog",
|
||||
"ASgNEg0KBWxldmVsGA8gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
|
||||
"UHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AKCPALGEMOL), global::EggLink.DanhengServer.Proto.AKCPALGEMOL.Parser, new[]{ "Promotion", "Tid", "Exp", "Level", "Rank" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AKCPALGEMOL), global::EggLink.DanhengServer.Proto.AKCPALGEMOL.Parser, new[]{ "Exp", "Tid", "Promotion", "Rank", "Level" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -73,11 +73,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AKCPALGEMOL(AKCPALGEMOL other) : this() {
|
||||
promotion_ = other.promotion_;
|
||||
tid_ = other.tid_;
|
||||
exp_ = other.exp_;
|
||||
level_ = other.level_;
|
||||
tid_ = other.tid_;
|
||||
promotion_ = other.promotion_;
|
||||
rank_ = other.rank_;
|
||||
level_ = other.level_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -87,30 +87,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AKCPALGEMOL(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "promotion" field.</summary>
|
||||
public const int PromotionFieldNumber = 3;
|
||||
private uint promotion_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Promotion {
|
||||
get { return promotion_; }
|
||||
set {
|
||||
promotion_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "tid" field.</summary>
|
||||
public const int TidFieldNumber = 12;
|
||||
private uint tid_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Tid {
|
||||
get { return tid_; }
|
||||
set {
|
||||
tid_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "exp" field.</summary>
|
||||
public const int ExpFieldNumber = 2;
|
||||
private uint exp_;
|
||||
@@ -123,20 +99,32 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "level" field.</summary>
|
||||
public const int LevelFieldNumber = 13;
|
||||
private uint level_;
|
||||
/// <summary>Field number for the "tid" field.</summary>
|
||||
public const int TidFieldNumber = 8;
|
||||
private uint tid_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Level {
|
||||
get { return level_; }
|
||||
public uint Tid {
|
||||
get { return tid_; }
|
||||
set {
|
||||
level_ = value;
|
||||
tid_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "promotion" field.</summary>
|
||||
public const int PromotionFieldNumber = 14;
|
||||
private uint promotion_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Promotion {
|
||||
get { return promotion_; }
|
||||
set {
|
||||
promotion_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "rank" field.</summary>
|
||||
public const int RankFieldNumber = 14;
|
||||
public const int RankFieldNumber = 10;
|
||||
private uint rank_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -147,6 +135,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "level" field.</summary>
|
||||
public const int LevelFieldNumber = 15;
|
||||
private uint level_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Level {
|
||||
get { return level_; }
|
||||
set {
|
||||
level_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -162,11 +162,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (Promotion != other.Promotion) return false;
|
||||
if (Tid != other.Tid) return false;
|
||||
if (Exp != other.Exp) return false;
|
||||
if (Level != other.Level) return false;
|
||||
if (Tid != other.Tid) return false;
|
||||
if (Promotion != other.Promotion) return false;
|
||||
if (Rank != other.Rank) return false;
|
||||
if (Level != other.Level) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -174,11 +174,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (Promotion != 0) hash ^= Promotion.GetHashCode();
|
||||
if (Tid != 0) hash ^= Tid.GetHashCode();
|
||||
if (Exp != 0) hash ^= Exp.GetHashCode();
|
||||
if (Level != 0) hash ^= Level.GetHashCode();
|
||||
if (Tid != 0) hash ^= Tid.GetHashCode();
|
||||
if (Promotion != 0) hash ^= Promotion.GetHashCode();
|
||||
if (Rank != 0) hash ^= Rank.GetHashCode();
|
||||
if (Level != 0) hash ^= Level.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -201,22 +201,22 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(Exp);
|
||||
}
|
||||
if (Promotion != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(Promotion);
|
||||
}
|
||||
if (Tid != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(Tid);
|
||||
}
|
||||
if (Level != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(Level);
|
||||
}
|
||||
if (Rank != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(Rank);
|
||||
}
|
||||
if (Promotion != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(Promotion);
|
||||
}
|
||||
if (Level != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(Level);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -231,22 +231,22 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(Exp);
|
||||
}
|
||||
if (Promotion != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(Promotion);
|
||||
}
|
||||
if (Tid != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(Tid);
|
||||
}
|
||||
if (Level != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(Level);
|
||||
}
|
||||
if (Rank != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(Rank);
|
||||
}
|
||||
if (Promotion != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(Promotion);
|
||||
}
|
||||
if (Level != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(Level);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -257,21 +257,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (Promotion != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Promotion);
|
||||
if (Exp != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp);
|
||||
}
|
||||
if (Tid != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Tid);
|
||||
}
|
||||
if (Exp != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp);
|
||||
}
|
||||
if (Level != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
|
||||
if (Promotion != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Promotion);
|
||||
}
|
||||
if (Rank != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Rank);
|
||||
}
|
||||
if (Level != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -284,21 +284,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Promotion != 0) {
|
||||
Promotion = other.Promotion;
|
||||
if (other.Exp != 0) {
|
||||
Exp = other.Exp;
|
||||
}
|
||||
if (other.Tid != 0) {
|
||||
Tid = other.Tid;
|
||||
}
|
||||
if (other.Exp != 0) {
|
||||
Exp = other.Exp;
|
||||
}
|
||||
if (other.Level != 0) {
|
||||
Level = other.Level;
|
||||
if (other.Promotion != 0) {
|
||||
Promotion = other.Promotion;
|
||||
}
|
||||
if (other.Rank != 0) {
|
||||
Rank = other.Rank;
|
||||
}
|
||||
if (other.Level != 0) {
|
||||
Level = other.Level;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -318,20 +318,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
Exp = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
Promotion = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 64: {
|
||||
Tid = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
Level = input.ReadUInt32();
|
||||
case 80: {
|
||||
Rank = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
Rank = input.ReadUInt32();
|
||||
Promotion = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
Level = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -353,20 +353,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
Exp = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
Promotion = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 64: {
|
||||
Tid = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
Level = input.ReadUInt32();
|
||||
case 80: {
|
||||
Rank = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
Rank = input.ReadUInt32();
|
||||
Promotion = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
Level = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
532
Proto/AKOKICDPFMP.cs
Normal file
532
Proto/AKOKICDPFMP.cs
Normal file
@@ -0,0 +1,532 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: AKOKICDPFMP.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
|
||||
using pb = global::Google.Protobuf;
|
||||
using pbc = global::Google.Protobuf.Collections;
|
||||
using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from AKOKICDPFMP.proto</summary>
|
||||
public static partial class AKOKICDPFMPReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for AKOKICDPFMP.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static AKOKICDPFMPReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBS09LSUNEUEZNUC5wcm90bxoRR09DS0dJR0JEQ0cucHJvdG8aEU1BT0dG",
|
||||
"REtEQ0tNLnByb3RvGhFMQkFPR0lCUEpPUC5wcm90bxoRR0xETkJQRkNOSEQu",
|
||||
"cHJvdG8aEUlDQU9PUFBNSkRKLnByb3RvIvUBCgtBS09LSUNEUEZNUBIkCgtM",
|
||||
"R1BJRU1ETEhKTRjeDSABKAsyDC5MQkFPR0lCUEpPUEgAEiQKC1BITUNKRUpJ",
|
||||
"REpBGKAMIAEoCzIMLkdMRE5CUEZDTkhESAASKgoRcm9ndWVfZmluaXNoX2lu",
|
||||
"Zm8YrQEgASgLMgwuSUNBT09QUE1KREpIABIkCgtNRUpETUpJS0lNTxjmBiAB",
|
||||
"KAsyDC5NQU9HRkRLRENLTUgAEiQKC0pIRkdESUpQRkNHGOIIIAEoCzIMLkdP",
|
||||
"Q0tHSUdCRENHSAASEwoLQUhFSEtDSUxERkEYCiABKA1CDQoLUEVGR0JISkFC",
|
||||
"TEtCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GOCKGIGBDCGReflection.Descriptor, global::EggLink.DanhengServer.Proto.MAOGFDKDCKMReflection.Descriptor, global::EggLink.DanhengServer.Proto.LBAOGIBPJOPReflection.Descriptor, global::EggLink.DanhengServer.Proto.GLDNBPFCNHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.ICAOOPPMJDJReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AKOKICDPFMP), global::EggLink.DanhengServer.Proto.AKOKICDPFMP.Parser, new[]{ "LGPIEMDLHJM", "PHMCJEJIDJA", "RogueFinishInfo", "MEJDMJIKIMO", "JHFGDIJPFCG", "AHEHKCILDFA" }, new[]{ "PEFGBHJABLK" }, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class AKOKICDPFMP : pb::IMessage<AKOKICDPFMP>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<AKOKICDPFMP> _parser = new pb::MessageParser<AKOKICDPFMP>(() => new AKOKICDPFMP());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<AKOKICDPFMP> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.AKOKICDPFMPReflection.Descriptor.MessageTypes[0]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
||||
get { return Descriptor; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AKOKICDPFMP() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AKOKICDPFMP(AKOKICDPFMP other) : this() {
|
||||
aHEHKCILDFA_ = other.aHEHKCILDFA_;
|
||||
switch (other.PEFGBHJABLKCase) {
|
||||
case PEFGBHJABLKOneofCase.LGPIEMDLHJM:
|
||||
LGPIEMDLHJM = other.LGPIEMDLHJM.Clone();
|
||||
break;
|
||||
case PEFGBHJABLKOneofCase.PHMCJEJIDJA:
|
||||
PHMCJEJIDJA = other.PHMCJEJIDJA.Clone();
|
||||
break;
|
||||
case PEFGBHJABLKOneofCase.RogueFinishInfo:
|
||||
RogueFinishInfo = other.RogueFinishInfo.Clone();
|
||||
break;
|
||||
case PEFGBHJABLKOneofCase.MEJDMJIKIMO:
|
||||
MEJDMJIKIMO = other.MEJDMJIKIMO.Clone();
|
||||
break;
|
||||
case PEFGBHJABLKOneofCase.JHFGDIJPFCG:
|
||||
JHFGDIJPFCG = other.JHFGDIJPFCG.Clone();
|
||||
break;
|
||||
}
|
||||
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AKOKICDPFMP Clone() {
|
||||
return new AKOKICDPFMP(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "LGPIEMDLHJM" field.</summary>
|
||||
public const int LGPIEMDLHJMFieldNumber = 1758;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.LBAOGIBPJOP LGPIEMDLHJM {
|
||||
get { return pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM ? (global::EggLink.DanhengServer.Proto.LBAOGIBPJOP) pEFGBHJABLK_ : null; }
|
||||
set {
|
||||
pEFGBHJABLK_ = value;
|
||||
pEFGBHJABLKCase_ = value == null ? PEFGBHJABLKOneofCase.None : PEFGBHJABLKOneofCase.LGPIEMDLHJM;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PHMCJEJIDJA" field.</summary>
|
||||
public const int PHMCJEJIDJAFieldNumber = 1568;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.GLDNBPFCNHD PHMCJEJIDJA {
|
||||
get { return pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA ? (global::EggLink.DanhengServer.Proto.GLDNBPFCNHD) pEFGBHJABLK_ : null; }
|
||||
set {
|
||||
pEFGBHJABLK_ = value;
|
||||
pEFGBHJABLKCase_ = value == null ? PEFGBHJABLKOneofCase.None : PEFGBHJABLKOneofCase.PHMCJEJIDJA;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "rogue_finish_info" field.</summary>
|
||||
public const int RogueFinishInfoFieldNumber = 173;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ RogueFinishInfo {
|
||||
get { return pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo ? (global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ) pEFGBHJABLK_ : null; }
|
||||
set {
|
||||
pEFGBHJABLK_ = value;
|
||||
pEFGBHJABLKCase_ = value == null ? PEFGBHJABLKOneofCase.None : PEFGBHJABLKOneofCase.RogueFinishInfo;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "MEJDMJIKIMO" field.</summary>
|
||||
public const int MEJDMJIKIMOFieldNumber = 870;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.MAOGFDKDCKM MEJDMJIKIMO {
|
||||
get { return pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO ? (global::EggLink.DanhengServer.Proto.MAOGFDKDCKM) pEFGBHJABLK_ : null; }
|
||||
set {
|
||||
pEFGBHJABLK_ = value;
|
||||
pEFGBHJABLKCase_ = value == null ? PEFGBHJABLKOneofCase.None : PEFGBHJABLKOneofCase.MEJDMJIKIMO;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JHFGDIJPFCG" field.</summary>
|
||||
public const int JHFGDIJPFCGFieldNumber = 1122;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.GOCKGIGBDCG JHFGDIJPFCG {
|
||||
get { return pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG ? (global::EggLink.DanhengServer.Proto.GOCKGIGBDCG) pEFGBHJABLK_ : null; }
|
||||
set {
|
||||
pEFGBHJABLK_ = value;
|
||||
pEFGBHJABLKCase_ = value == null ? PEFGBHJABLKOneofCase.None : PEFGBHJABLKOneofCase.JHFGDIJPFCG;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "AHEHKCILDFA" field.</summary>
|
||||
public const int AHEHKCILDFAFieldNumber = 10;
|
||||
private uint aHEHKCILDFA_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint AHEHKCILDFA {
|
||||
get { return aHEHKCILDFA_; }
|
||||
set {
|
||||
aHEHKCILDFA_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
private object pEFGBHJABLK_;
|
||||
/// <summary>Enum of possible cases for the "PEFGBHJABLK" oneof.</summary>
|
||||
public enum PEFGBHJABLKOneofCase {
|
||||
None = 0,
|
||||
LGPIEMDLHJM = 1758,
|
||||
PHMCJEJIDJA = 1568,
|
||||
RogueFinishInfo = 173,
|
||||
MEJDMJIKIMO = 870,
|
||||
JHFGDIJPFCG = 1122,
|
||||
}
|
||||
private PEFGBHJABLKOneofCase pEFGBHJABLKCase_ = PEFGBHJABLKOneofCase.None;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public PEFGBHJABLKOneofCase PEFGBHJABLKCase {
|
||||
get { return pEFGBHJABLKCase_; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void ClearPEFGBHJABLK() {
|
||||
pEFGBHJABLKCase_ = PEFGBHJABLKOneofCase.None;
|
||||
pEFGBHJABLK_ = null;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as AKOKICDPFMP);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(AKOKICDPFMP other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (!object.Equals(LGPIEMDLHJM, other.LGPIEMDLHJM)) return false;
|
||||
if (!object.Equals(PHMCJEJIDJA, other.PHMCJEJIDJA)) return false;
|
||||
if (!object.Equals(RogueFinishInfo, other.RogueFinishInfo)) return false;
|
||||
if (!object.Equals(MEJDMJIKIMO, other.MEJDMJIKIMO)) return false;
|
||||
if (!object.Equals(JHFGDIJPFCG, other.JHFGDIJPFCG)) return false;
|
||||
if (AHEHKCILDFA != other.AHEHKCILDFA) return false;
|
||||
if (PEFGBHJABLKCase != other.PEFGBHJABLKCase) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) hash ^= LGPIEMDLHJM.GetHashCode();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) hash ^= PHMCJEJIDJA.GetHashCode();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) hash ^= RogueFinishInfo.GetHashCode();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) hash ^= MEJDMJIKIMO.GetHashCode();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) hash ^= JHFGDIJPFCG.GetHashCode();
|
||||
if (AHEHKCILDFA != 0) hash ^= AHEHKCILDFA.GetHashCode();
|
||||
hash ^= (int) pEFGBHJABLKCase_;
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
return hash;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override string ToString() {
|
||||
return pb::JsonFormatter.ToDiagnosticString(this);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void WriteTo(pb::CodedOutputStream output) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (AHEHKCILDFA != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(AHEHKCILDFA);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) {
|
||||
output.WriteRawTag(234, 10);
|
||||
output.WriteMessage(RogueFinishInfo);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) {
|
||||
output.WriteRawTag(178, 54);
|
||||
output.WriteMessage(MEJDMJIKIMO);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) {
|
||||
output.WriteRawTag(146, 70);
|
||||
output.WriteMessage(JHFGDIJPFCG);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) {
|
||||
output.WriteRawTag(130, 98);
|
||||
output.WriteMessage(PHMCJEJIDJA);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) {
|
||||
output.WriteRawTag(242, 109);
|
||||
output.WriteMessage(LGPIEMDLHJM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (AHEHKCILDFA != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(AHEHKCILDFA);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) {
|
||||
output.WriteRawTag(234, 10);
|
||||
output.WriteMessage(RogueFinishInfo);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) {
|
||||
output.WriteRawTag(178, 54);
|
||||
output.WriteMessage(MEJDMJIKIMO);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) {
|
||||
output.WriteRawTag(146, 70);
|
||||
output.WriteMessage(JHFGDIJPFCG);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) {
|
||||
output.WriteRawTag(130, 98);
|
||||
output.WriteMessage(PHMCJEJIDJA);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) {
|
||||
output.WriteRawTag(242, 109);
|
||||
output.WriteMessage(LGPIEMDLHJM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) {
|
||||
size += 2 + pb::CodedOutputStream.ComputeMessageSize(LGPIEMDLHJM);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) {
|
||||
size += 2 + pb::CodedOutputStream.ComputeMessageSize(PHMCJEJIDJA);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) {
|
||||
size += 2 + pb::CodedOutputStream.ComputeMessageSize(RogueFinishInfo);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) {
|
||||
size += 2 + pb::CodedOutputStream.ComputeMessageSize(MEJDMJIKIMO);
|
||||
}
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) {
|
||||
size += 2 + pb::CodedOutputStream.ComputeMessageSize(JHFGDIJPFCG);
|
||||
}
|
||||
if (AHEHKCILDFA != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHEHKCILDFA);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(AKOKICDPFMP other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.AHEHKCILDFA != 0) {
|
||||
AHEHKCILDFA = other.AHEHKCILDFA;
|
||||
}
|
||||
switch (other.PEFGBHJABLKCase) {
|
||||
case PEFGBHJABLKOneofCase.LGPIEMDLHJM:
|
||||
if (LGPIEMDLHJM == null) {
|
||||
LGPIEMDLHJM = new global::EggLink.DanhengServer.Proto.LBAOGIBPJOP();
|
||||
}
|
||||
LGPIEMDLHJM.MergeFrom(other.LGPIEMDLHJM);
|
||||
break;
|
||||
case PEFGBHJABLKOneofCase.PHMCJEJIDJA:
|
||||
if (PHMCJEJIDJA == null) {
|
||||
PHMCJEJIDJA = new global::EggLink.DanhengServer.Proto.GLDNBPFCNHD();
|
||||
}
|
||||
PHMCJEJIDJA.MergeFrom(other.PHMCJEJIDJA);
|
||||
break;
|
||||
case PEFGBHJABLKOneofCase.RogueFinishInfo:
|
||||
if (RogueFinishInfo == null) {
|
||||
RogueFinishInfo = new global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ();
|
||||
}
|
||||
RogueFinishInfo.MergeFrom(other.RogueFinishInfo);
|
||||
break;
|
||||
case PEFGBHJABLKOneofCase.MEJDMJIKIMO:
|
||||
if (MEJDMJIKIMO == null) {
|
||||
MEJDMJIKIMO = new global::EggLink.DanhengServer.Proto.MAOGFDKDCKM();
|
||||
}
|
||||
MEJDMJIKIMO.MergeFrom(other.MEJDMJIKIMO);
|
||||
break;
|
||||
case PEFGBHJABLKOneofCase.JHFGDIJPFCG:
|
||||
if (JHFGDIJPFCG == null) {
|
||||
JHFGDIJPFCG = new global::EggLink.DanhengServer.Proto.GOCKGIGBDCG();
|
||||
}
|
||||
JHFGDIJPFCG.MergeFrom(other.JHFGDIJPFCG);
|
||||
break;
|
||||
}
|
||||
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(pb::CodedInputStream input) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
input.ReadRawMessage(this);
|
||||
#else
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 80: {
|
||||
AHEHKCILDFA = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 1386: {
|
||||
global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ subBuilder = new global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) {
|
||||
subBuilder.MergeFrom(RogueFinishInfo);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
RogueFinishInfo = subBuilder;
|
||||
break;
|
||||
}
|
||||
case 6962: {
|
||||
global::EggLink.DanhengServer.Proto.MAOGFDKDCKM subBuilder = new global::EggLink.DanhengServer.Proto.MAOGFDKDCKM();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) {
|
||||
subBuilder.MergeFrom(MEJDMJIKIMO);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
MEJDMJIKIMO = subBuilder;
|
||||
break;
|
||||
}
|
||||
case 8978: {
|
||||
global::EggLink.DanhengServer.Proto.GOCKGIGBDCG subBuilder = new global::EggLink.DanhengServer.Proto.GOCKGIGBDCG();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) {
|
||||
subBuilder.MergeFrom(JHFGDIJPFCG);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
JHFGDIJPFCG = subBuilder;
|
||||
break;
|
||||
}
|
||||
case 12546: {
|
||||
global::EggLink.DanhengServer.Proto.GLDNBPFCNHD subBuilder = new global::EggLink.DanhengServer.Proto.GLDNBPFCNHD();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) {
|
||||
subBuilder.MergeFrom(PHMCJEJIDJA);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
PHMCJEJIDJA = subBuilder;
|
||||
break;
|
||||
}
|
||||
case 14066: {
|
||||
global::EggLink.DanhengServer.Proto.LBAOGIBPJOP subBuilder = new global::EggLink.DanhengServer.Proto.LBAOGIBPJOP();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) {
|
||||
subBuilder.MergeFrom(LGPIEMDLHJM);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
LGPIEMDLHJM = subBuilder;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 80: {
|
||||
AHEHKCILDFA = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 1386: {
|
||||
global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ subBuilder = new global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) {
|
||||
subBuilder.MergeFrom(RogueFinishInfo);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
RogueFinishInfo = subBuilder;
|
||||
break;
|
||||
}
|
||||
case 6962: {
|
||||
global::EggLink.DanhengServer.Proto.MAOGFDKDCKM subBuilder = new global::EggLink.DanhengServer.Proto.MAOGFDKDCKM();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) {
|
||||
subBuilder.MergeFrom(MEJDMJIKIMO);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
MEJDMJIKIMO = subBuilder;
|
||||
break;
|
||||
}
|
||||
case 8978: {
|
||||
global::EggLink.DanhengServer.Proto.GOCKGIGBDCG subBuilder = new global::EggLink.DanhengServer.Proto.GOCKGIGBDCG();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) {
|
||||
subBuilder.MergeFrom(JHFGDIJPFCG);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
JHFGDIJPFCG = subBuilder;
|
||||
break;
|
||||
}
|
||||
case 12546: {
|
||||
global::EggLink.DanhengServer.Proto.GLDNBPFCNHD subBuilder = new global::EggLink.DanhengServer.Proto.GLDNBPFCNHD();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) {
|
||||
subBuilder.MergeFrom(PHMCJEJIDJA);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
PHMCJEJIDJA = subBuilder;
|
||||
break;
|
||||
}
|
||||
case 14066: {
|
||||
global::EggLink.DanhengServer.Proto.LBAOGIBPJOP subBuilder = new global::EggLink.DanhengServer.Proto.LBAOGIBPJOP();
|
||||
if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) {
|
||||
subBuilder.MergeFrom(LGPIEMDLHJM);
|
||||
}
|
||||
input.ReadMessage(subBuilder);
|
||||
LGPIEMDLHJM = subBuilder;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
@@ -24,20 +24,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ALEFDNLLKLBReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBTEVGRE5MTEtMQi5wcm90bxoRSktNRk1NUE1OQU0ucHJvdG8aEURNSkxL",
|
||||
"SUZFTU1OLnByb3RvGhFPQ0JPTEhGT0lHSS5wcm90bxoRQlBQTUVJR0FIR0ku",
|
||||
"cHJvdG8aEUdKQk5JSUlOS0ZCLnByb3RvGhFQR0dHQ0ZCS0RQSy5wcm90byKL",
|
||||
"AgoLQUxFRkROTExLTEISEwoLRkRFSUdFUENDQlAYByADKA0SIQoLTk5DSk9F",
|
||||
"Q0tDS0EYBCABKAsyDC5CUFBNRUlHQUhHSRIhCgtBRlBESkRLTkVOSRgKIAEo",
|
||||
"CzIMLk9DQk9MSEZPSUdJEiAKCnNraWxsX2luZm8YDiABKAsyDC5HSkJOSUlJ",
|
||||
"TktGQhIhCgtMSkdDUE5PR0lGTxgDIAEoCzIMLkRNSkxLSUZFTU1OEiEKC0dC",
|
||||
"RUFCSU1PQklDGAEgASgLMgwuUEdHR0NGQktEUEsSEwoLRUVOSkJQTU5ET0wY",
|
||||
"AiABKA0SJAoOcGVuZGluZ19hY3Rpb24YBSABKAsyDC5KS01GTU1QTU5BTUIe",
|
||||
"ChFBTEVGRE5MTEtMQi5wcm90bxoRUEdHR0NGQktEUEsucHJvdG8aEU9DQk9M",
|
||||
"SEZPSUdJLnByb3RvGhFETUpMS0lGRU1NTi5wcm90bxoRSktNRk1NUE1OQU0u",
|
||||
"cHJvdG8aEUdKQk5JSUlOS0ZCLnByb3RvGhFCUFBNRUlHQUhHSS5wcm90byKL",
|
||||
"AgoLQUxFRkROTExLTEISIQoLTEpHQ1BOT0dJRk8YAyABKAsyDC5ETUpMS0lG",
|
||||
"RU1NThITCgtFRU5KQlBNTkRPTBgMIAEoDRITCgtGREVJR0VQQ0NCUBgCIAMo",
|
||||
"DRIkCg5wZW5kaW5nX2FjdGlvbhgPIAEoCzIMLkpLTUZNTVBNTkFNEiAKCnNr",
|
||||
"aWxsX2luZm8YCCABKAsyDC5HSkJOSUlJTktGQhIhCgtBRlBESkRLTkVOSRgE",
|
||||
"IAEoCzIMLk9DQk9MSEZPSUdJEiEKC0dCRUFCSU1PQklDGA4gASgLMgwuUEdH",
|
||||
"R0NGQktEUEsSIQoLTk5DSk9FQ0tDS0EYBSABKAsyDC5CUFBNRUlHQUhHSUIe",
|
||||
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JKMFMMPMNAMReflection.Descriptor, global::EggLink.DanhengServer.Proto.DMJLKIFEMMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.OCBOLHFOIGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.BPPMEIGAHGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJBNIIINKFBReflection.Descriptor, global::EggLink.DanhengServer.Proto.PGGGCFBKDPKReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PGGGCFBKDPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.OCBOLHFOIGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.DMJLKIFEMMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.JKMFMMPMNAMReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJBNIIINKFBReflection.Descriptor, global::EggLink.DanhengServer.Proto.BPPMEIGAHGIReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ALEFDNLLKLB), global::EggLink.DanhengServer.Proto.ALEFDNLLKLB.Parser, new[]{ "FDEIGEPCCBP", "NNCJOECKCKA", "AFPDJDKNENI", "SkillInfo", "LJGCPNOGIFO", "GBEABIMOBIC", "EENJBPMNDOL", "PendingAction" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ALEFDNLLKLB), global::EggLink.DanhengServer.Proto.ALEFDNLLKLB.Parser, new[]{ "LJGCPNOGIFO", "EENJBPMNDOL", "FDEIGEPCCBP", "PendingAction", "SkillInfo", "AFPDJDKNENI", "GBEABIMOBIC", "NNCJOECKCKA" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -79,14 +79,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ALEFDNLLKLB(ALEFDNLLKLB other) : this() {
|
||||
fDEIGEPCCBP_ = other.fDEIGEPCCBP_.Clone();
|
||||
nNCJOECKCKA_ = other.nNCJOECKCKA_ != null ? other.nNCJOECKCKA_.Clone() : null;
|
||||
aFPDJDKNENI_ = other.aFPDJDKNENI_ != null ? other.aFPDJDKNENI_.Clone() : null;
|
||||
skillInfo_ = other.skillInfo_ != null ? other.skillInfo_.Clone() : null;
|
||||
lJGCPNOGIFO_ = other.lJGCPNOGIFO_ != null ? other.lJGCPNOGIFO_.Clone() : null;
|
||||
gBEABIMOBIC_ = other.gBEABIMOBIC_ != null ? other.gBEABIMOBIC_.Clone() : null;
|
||||
eENJBPMNDOL_ = other.eENJBPMNDOL_;
|
||||
fDEIGEPCCBP_ = other.fDEIGEPCCBP_.Clone();
|
||||
pendingAction_ = other.pendingAction_ != null ? other.pendingAction_.Clone() : null;
|
||||
skillInfo_ = other.skillInfo_ != null ? other.skillInfo_.Clone() : null;
|
||||
aFPDJDKNENI_ = other.aFPDJDKNENI_ != null ? other.aFPDJDKNENI_.Clone() : null;
|
||||
gBEABIMOBIC_ = other.gBEABIMOBIC_ != null ? other.gBEABIMOBIC_.Clone() : null;
|
||||
nNCJOECKCKA_ = other.nNCJOECKCKA_ != null ? other.nNCJOECKCKA_.Clone() : null;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -96,53 +96,6 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new ALEFDNLLKLB(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FDEIGEPCCBP" field.</summary>
|
||||
public const int FDEIGEPCCBPFieldNumber = 7;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_fDEIGEPCCBP_codec
|
||||
= pb::FieldCodec.ForUInt32(58);
|
||||
private readonly pbc::RepeatedField<uint> fDEIGEPCCBP_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<uint> FDEIGEPCCBP {
|
||||
get { return fDEIGEPCCBP_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NNCJOECKCKA" field.</summary>
|
||||
public const int NNCJOECKCKAFieldNumber = 4;
|
||||
private global::EggLink.DanhengServer.Proto.BPPMEIGAHGI nNCJOECKCKA_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.BPPMEIGAHGI NNCJOECKCKA {
|
||||
get { return nNCJOECKCKA_; }
|
||||
set {
|
||||
nNCJOECKCKA_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "AFPDJDKNENI" field.</summary>
|
||||
public const int AFPDJDKNENIFieldNumber = 10;
|
||||
private global::EggLink.DanhengServer.Proto.OCBOLHFOIGI aFPDJDKNENI_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.OCBOLHFOIGI AFPDJDKNENI {
|
||||
get { return aFPDJDKNENI_; }
|
||||
set {
|
||||
aFPDJDKNENI_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "skill_info" field.</summary>
|
||||
public const int SkillInfoFieldNumber = 14;
|
||||
private global::EggLink.DanhengServer.Proto.GJBNIIINKFB skillInfo_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.GJBNIIINKFB SkillInfo {
|
||||
get { return skillInfo_; }
|
||||
set {
|
||||
skillInfo_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "LJGCPNOGIFO" field.</summary>
|
||||
public const int LJGCPNOGIFOFieldNumber = 3;
|
||||
private global::EggLink.DanhengServer.Proto.DMJLKIFEMMN lJGCPNOGIFO_;
|
||||
@@ -155,20 +108,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "GBEABIMOBIC" field.</summary>
|
||||
public const int GBEABIMOBICFieldNumber = 1;
|
||||
private global::EggLink.DanhengServer.Proto.PGGGCFBKDPK gBEABIMOBIC_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.PGGGCFBKDPK GBEABIMOBIC {
|
||||
get { return gBEABIMOBIC_; }
|
||||
set {
|
||||
gBEABIMOBIC_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "EENJBPMNDOL" field.</summary>
|
||||
public const int EENJBPMNDOLFieldNumber = 2;
|
||||
public const int EENJBPMNDOLFieldNumber = 12;
|
||||
private uint eENJBPMNDOL_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -179,8 +120,19 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FDEIGEPCCBP" field.</summary>
|
||||
public const int FDEIGEPCCBPFieldNumber = 2;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_fDEIGEPCCBP_codec
|
||||
= pb::FieldCodec.ForUInt32(18);
|
||||
private readonly pbc::RepeatedField<uint> fDEIGEPCCBP_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<uint> FDEIGEPCCBP {
|
||||
get { return fDEIGEPCCBP_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "pending_action" field.</summary>
|
||||
public const int PendingActionFieldNumber = 5;
|
||||
public const int PendingActionFieldNumber = 15;
|
||||
private global::EggLink.DanhengServer.Proto.JKMFMMPMNAM pendingAction_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -191,6 +143,54 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "skill_info" field.</summary>
|
||||
public const int SkillInfoFieldNumber = 8;
|
||||
private global::EggLink.DanhengServer.Proto.GJBNIIINKFB skillInfo_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.GJBNIIINKFB SkillInfo {
|
||||
get { return skillInfo_; }
|
||||
set {
|
||||
skillInfo_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "AFPDJDKNENI" field.</summary>
|
||||
public const int AFPDJDKNENIFieldNumber = 4;
|
||||
private global::EggLink.DanhengServer.Proto.OCBOLHFOIGI aFPDJDKNENI_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.OCBOLHFOIGI AFPDJDKNENI {
|
||||
get { return aFPDJDKNENI_; }
|
||||
set {
|
||||
aFPDJDKNENI_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "GBEABIMOBIC" field.</summary>
|
||||
public const int GBEABIMOBICFieldNumber = 14;
|
||||
private global::EggLink.DanhengServer.Proto.PGGGCFBKDPK gBEABIMOBIC_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.PGGGCFBKDPK GBEABIMOBIC {
|
||||
get { return gBEABIMOBIC_; }
|
||||
set {
|
||||
gBEABIMOBIC_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NNCJOECKCKA" field.</summary>
|
||||
public const int NNCJOECKCKAFieldNumber = 5;
|
||||
private global::EggLink.DanhengServer.Proto.BPPMEIGAHGI nNCJOECKCKA_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.BPPMEIGAHGI NNCJOECKCKA {
|
||||
get { return nNCJOECKCKA_; }
|
||||
set {
|
||||
nNCJOECKCKA_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -206,14 +206,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if(!fDEIGEPCCBP_.Equals(other.fDEIGEPCCBP_)) return false;
|
||||
if (!object.Equals(NNCJOECKCKA, other.NNCJOECKCKA)) return false;
|
||||
if (!object.Equals(AFPDJDKNENI, other.AFPDJDKNENI)) return false;
|
||||
if (!object.Equals(SkillInfo, other.SkillInfo)) return false;
|
||||
if (!object.Equals(LJGCPNOGIFO, other.LJGCPNOGIFO)) return false;
|
||||
if (!object.Equals(GBEABIMOBIC, other.GBEABIMOBIC)) return false;
|
||||
if (EENJBPMNDOL != other.EENJBPMNDOL) return false;
|
||||
if(!fDEIGEPCCBP_.Equals(other.fDEIGEPCCBP_)) return false;
|
||||
if (!object.Equals(PendingAction, other.PendingAction)) return false;
|
||||
if (!object.Equals(SkillInfo, other.SkillInfo)) return false;
|
||||
if (!object.Equals(AFPDJDKNENI, other.AFPDJDKNENI)) return false;
|
||||
if (!object.Equals(GBEABIMOBIC, other.GBEABIMOBIC)) return false;
|
||||
if (!object.Equals(NNCJOECKCKA, other.NNCJOECKCKA)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -221,14 +221,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
hash ^= fDEIGEPCCBP_.GetHashCode();
|
||||
if (nNCJOECKCKA_ != null) hash ^= NNCJOECKCKA.GetHashCode();
|
||||
if (aFPDJDKNENI_ != null) hash ^= AFPDJDKNENI.GetHashCode();
|
||||
if (skillInfo_ != null) hash ^= SkillInfo.GetHashCode();
|
||||
if (lJGCPNOGIFO_ != null) hash ^= LJGCPNOGIFO.GetHashCode();
|
||||
if (gBEABIMOBIC_ != null) hash ^= GBEABIMOBIC.GetHashCode();
|
||||
if (EENJBPMNDOL != 0) hash ^= EENJBPMNDOL.GetHashCode();
|
||||
hash ^= fDEIGEPCCBP_.GetHashCode();
|
||||
if (pendingAction_ != null) hash ^= PendingAction.GetHashCode();
|
||||
if (skillInfo_ != null) hash ^= SkillInfo.GetHashCode();
|
||||
if (aFPDJDKNENI_ != null) hash ^= AFPDJDKNENI.GetHashCode();
|
||||
if (gBEABIMOBIC_ != null) hash ^= GBEABIMOBIC.GetHashCode();
|
||||
if (nNCJOECKCKA_ != null) hash ^= NNCJOECKCKA.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -247,35 +247,35 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (gBEABIMOBIC_ != null) {
|
||||
output.WriteRawTag(10);
|
||||
output.WriteMessage(GBEABIMOBIC);
|
||||
}
|
||||
if (EENJBPMNDOL != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(EENJBPMNDOL);
|
||||
}
|
||||
fDEIGEPCCBP_.WriteTo(output, _repeated_fDEIGEPCCBP_codec);
|
||||
if (lJGCPNOGIFO_ != null) {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteMessage(LJGCPNOGIFO);
|
||||
}
|
||||
if (nNCJOECKCKA_ != null) {
|
||||
output.WriteRawTag(34);
|
||||
output.WriteMessage(NNCJOECKCKA);
|
||||
}
|
||||
if (pendingAction_ != null) {
|
||||
output.WriteRawTag(42);
|
||||
output.WriteMessage(PendingAction);
|
||||
}
|
||||
fDEIGEPCCBP_.WriteTo(output, _repeated_fDEIGEPCCBP_codec);
|
||||
if (aFPDJDKNENI_ != null) {
|
||||
output.WriteRawTag(82);
|
||||
output.WriteRawTag(34);
|
||||
output.WriteMessage(AFPDJDKNENI);
|
||||
}
|
||||
if (nNCJOECKCKA_ != null) {
|
||||
output.WriteRawTag(42);
|
||||
output.WriteMessage(NNCJOECKCKA);
|
||||
}
|
||||
if (skillInfo_ != null) {
|
||||
output.WriteRawTag(114);
|
||||
output.WriteRawTag(66);
|
||||
output.WriteMessage(SkillInfo);
|
||||
}
|
||||
if (EENJBPMNDOL != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(EENJBPMNDOL);
|
||||
}
|
||||
if (gBEABIMOBIC_ != null) {
|
||||
output.WriteRawTag(114);
|
||||
output.WriteMessage(GBEABIMOBIC);
|
||||
}
|
||||
if (pendingAction_ != null) {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteMessage(PendingAction);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -286,35 +286,35 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (gBEABIMOBIC_ != null) {
|
||||
output.WriteRawTag(10);
|
||||
output.WriteMessage(GBEABIMOBIC);
|
||||
}
|
||||
if (EENJBPMNDOL != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(EENJBPMNDOL);
|
||||
}
|
||||
fDEIGEPCCBP_.WriteTo(ref output, _repeated_fDEIGEPCCBP_codec);
|
||||
if (lJGCPNOGIFO_ != null) {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteMessage(LJGCPNOGIFO);
|
||||
}
|
||||
if (nNCJOECKCKA_ != null) {
|
||||
output.WriteRawTag(34);
|
||||
output.WriteMessage(NNCJOECKCKA);
|
||||
}
|
||||
if (pendingAction_ != null) {
|
||||
output.WriteRawTag(42);
|
||||
output.WriteMessage(PendingAction);
|
||||
}
|
||||
fDEIGEPCCBP_.WriteTo(ref output, _repeated_fDEIGEPCCBP_codec);
|
||||
if (aFPDJDKNENI_ != null) {
|
||||
output.WriteRawTag(82);
|
||||
output.WriteRawTag(34);
|
||||
output.WriteMessage(AFPDJDKNENI);
|
||||
}
|
||||
if (nNCJOECKCKA_ != null) {
|
||||
output.WriteRawTag(42);
|
||||
output.WriteMessage(NNCJOECKCKA);
|
||||
}
|
||||
if (skillInfo_ != null) {
|
||||
output.WriteRawTag(114);
|
||||
output.WriteRawTag(66);
|
||||
output.WriteMessage(SkillInfo);
|
||||
}
|
||||
if (EENJBPMNDOL != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(EENJBPMNDOL);
|
||||
}
|
||||
if (gBEABIMOBIC_ != null) {
|
||||
output.WriteRawTag(114);
|
||||
output.WriteMessage(GBEABIMOBIC);
|
||||
}
|
||||
if (pendingAction_ != null) {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteMessage(PendingAction);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -325,28 +325,28 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
size += fDEIGEPCCBP_.CalculateSize(_repeated_fDEIGEPCCBP_codec);
|
||||
if (nNCJOECKCKA_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NNCJOECKCKA);
|
||||
}
|
||||
if (aFPDJDKNENI_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(AFPDJDKNENI);
|
||||
}
|
||||
if (skillInfo_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(SkillInfo);
|
||||
}
|
||||
if (lJGCPNOGIFO_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LJGCPNOGIFO);
|
||||
}
|
||||
if (gBEABIMOBIC_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GBEABIMOBIC);
|
||||
}
|
||||
if (EENJBPMNDOL != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EENJBPMNDOL);
|
||||
}
|
||||
size += fDEIGEPCCBP_.CalculateSize(_repeated_fDEIGEPCCBP_codec);
|
||||
if (pendingAction_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PendingAction);
|
||||
}
|
||||
if (skillInfo_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(SkillInfo);
|
||||
}
|
||||
if (aFPDJDKNENI_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(AFPDJDKNENI);
|
||||
}
|
||||
if (gBEABIMOBIC_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GBEABIMOBIC);
|
||||
}
|
||||
if (nNCJOECKCKA_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NNCJOECKCKA);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -359,18 +359,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
fDEIGEPCCBP_.Add(other.fDEIGEPCCBP_);
|
||||
if (other.nNCJOECKCKA_ != null) {
|
||||
if (nNCJOECKCKA_ == null) {
|
||||
NNCJOECKCKA = new global::EggLink.DanhengServer.Proto.BPPMEIGAHGI();
|
||||
if (other.lJGCPNOGIFO_ != null) {
|
||||
if (lJGCPNOGIFO_ == null) {
|
||||
LJGCPNOGIFO = new global::EggLink.DanhengServer.Proto.DMJLKIFEMMN();
|
||||
}
|
||||
NNCJOECKCKA.MergeFrom(other.NNCJOECKCKA);
|
||||
LJGCPNOGIFO.MergeFrom(other.LJGCPNOGIFO);
|
||||
}
|
||||
if (other.aFPDJDKNENI_ != null) {
|
||||
if (aFPDJDKNENI_ == null) {
|
||||
AFPDJDKNENI = new global::EggLink.DanhengServer.Proto.OCBOLHFOIGI();
|
||||
if (other.EENJBPMNDOL != 0) {
|
||||
EENJBPMNDOL = other.EENJBPMNDOL;
|
||||
}
|
||||
fDEIGEPCCBP_.Add(other.fDEIGEPCCBP_);
|
||||
if (other.pendingAction_ != null) {
|
||||
if (pendingAction_ == null) {
|
||||
PendingAction = new global::EggLink.DanhengServer.Proto.JKMFMMPMNAM();
|
||||
}
|
||||
AFPDJDKNENI.MergeFrom(other.AFPDJDKNENI);
|
||||
PendingAction.MergeFrom(other.PendingAction);
|
||||
}
|
||||
if (other.skillInfo_ != null) {
|
||||
if (skillInfo_ == null) {
|
||||
@@ -378,11 +381,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
SkillInfo.MergeFrom(other.SkillInfo);
|
||||
}
|
||||
if (other.lJGCPNOGIFO_ != null) {
|
||||
if (lJGCPNOGIFO_ == null) {
|
||||
LJGCPNOGIFO = new global::EggLink.DanhengServer.Proto.DMJLKIFEMMN();
|
||||
if (other.aFPDJDKNENI_ != null) {
|
||||
if (aFPDJDKNENI_ == null) {
|
||||
AFPDJDKNENI = new global::EggLink.DanhengServer.Proto.OCBOLHFOIGI();
|
||||
}
|
||||
LJGCPNOGIFO.MergeFrom(other.LJGCPNOGIFO);
|
||||
AFPDJDKNENI.MergeFrom(other.AFPDJDKNENI);
|
||||
}
|
||||
if (other.gBEABIMOBIC_ != null) {
|
||||
if (gBEABIMOBIC_ == null) {
|
||||
@@ -390,14 +393,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
GBEABIMOBIC.MergeFrom(other.GBEABIMOBIC);
|
||||
}
|
||||
if (other.EENJBPMNDOL != 0) {
|
||||
EENJBPMNDOL = other.EENJBPMNDOL;
|
||||
}
|
||||
if (other.pendingAction_ != null) {
|
||||
if (pendingAction_ == null) {
|
||||
PendingAction = new global::EggLink.DanhengServer.Proto.JKMFMMPMNAM();
|
||||
if (other.nNCJOECKCKA_ != null) {
|
||||
if (nNCJOECKCKA_ == null) {
|
||||
NNCJOECKCKA = new global::EggLink.DanhengServer.Proto.BPPMEIGAHGI();
|
||||
}
|
||||
PendingAction.MergeFrom(other.PendingAction);
|
||||
NNCJOECKCKA.MergeFrom(other.NNCJOECKCKA);
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -414,15 +414,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 10: {
|
||||
if (gBEABIMOBIC_ == null) {
|
||||
GBEABIMOBIC = new global::EggLink.DanhengServer.Proto.PGGGCFBKDPK();
|
||||
}
|
||||
input.ReadMessage(GBEABIMOBIC);
|
||||
break;
|
||||
}
|
||||
case 18:
|
||||
case 16: {
|
||||
EENJBPMNDOL = input.ReadUInt32();
|
||||
fDEIGEPCCBP_.AddEntriesFrom(input, _repeated_fDEIGEPCCBP_codec);
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
@@ -433,38 +427,44 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
if (nNCJOECKCKA_ == null) {
|
||||
NNCJOECKCKA = new global::EggLink.DanhengServer.Proto.BPPMEIGAHGI();
|
||||
}
|
||||
input.ReadMessage(NNCJOECKCKA);
|
||||
break;
|
||||
}
|
||||
case 42: {
|
||||
if (pendingAction_ == null) {
|
||||
PendingAction = new global::EggLink.DanhengServer.Proto.JKMFMMPMNAM();
|
||||
}
|
||||
input.ReadMessage(PendingAction);
|
||||
break;
|
||||
}
|
||||
case 58:
|
||||
case 56: {
|
||||
fDEIGEPCCBP_.AddEntriesFrom(input, _repeated_fDEIGEPCCBP_codec);
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
if (aFPDJDKNENI_ == null) {
|
||||
AFPDJDKNENI = new global::EggLink.DanhengServer.Proto.OCBOLHFOIGI();
|
||||
}
|
||||
input.ReadMessage(AFPDJDKNENI);
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
case 42: {
|
||||
if (nNCJOECKCKA_ == null) {
|
||||
NNCJOECKCKA = new global::EggLink.DanhengServer.Proto.BPPMEIGAHGI();
|
||||
}
|
||||
input.ReadMessage(NNCJOECKCKA);
|
||||
break;
|
||||
}
|
||||
case 66: {
|
||||
if (skillInfo_ == null) {
|
||||
SkillInfo = new global::EggLink.DanhengServer.Proto.GJBNIIINKFB();
|
||||
}
|
||||
input.ReadMessage(SkillInfo);
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
EENJBPMNDOL = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
if (gBEABIMOBIC_ == null) {
|
||||
GBEABIMOBIC = new global::EggLink.DanhengServer.Proto.PGGGCFBKDPK();
|
||||
}
|
||||
input.ReadMessage(GBEABIMOBIC);
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
if (pendingAction_ == null) {
|
||||
PendingAction = new global::EggLink.DanhengServer.Proto.JKMFMMPMNAM();
|
||||
}
|
||||
input.ReadMessage(PendingAction);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -480,15 +480,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 10: {
|
||||
if (gBEABIMOBIC_ == null) {
|
||||
GBEABIMOBIC = new global::EggLink.DanhengServer.Proto.PGGGCFBKDPK();
|
||||
}
|
||||
input.ReadMessage(GBEABIMOBIC);
|
||||
break;
|
||||
}
|
||||
case 18:
|
||||
case 16: {
|
||||
EENJBPMNDOL = input.ReadUInt32();
|
||||
fDEIGEPCCBP_.AddEntriesFrom(ref input, _repeated_fDEIGEPCCBP_codec);
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
@@ -499,38 +493,44 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
if (nNCJOECKCKA_ == null) {
|
||||
NNCJOECKCKA = new global::EggLink.DanhengServer.Proto.BPPMEIGAHGI();
|
||||
}
|
||||
input.ReadMessage(NNCJOECKCKA);
|
||||
break;
|
||||
}
|
||||
case 42: {
|
||||
if (pendingAction_ == null) {
|
||||
PendingAction = new global::EggLink.DanhengServer.Proto.JKMFMMPMNAM();
|
||||
}
|
||||
input.ReadMessage(PendingAction);
|
||||
break;
|
||||
}
|
||||
case 58:
|
||||
case 56: {
|
||||
fDEIGEPCCBP_.AddEntriesFrom(ref input, _repeated_fDEIGEPCCBP_codec);
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
if (aFPDJDKNENI_ == null) {
|
||||
AFPDJDKNENI = new global::EggLink.DanhengServer.Proto.OCBOLHFOIGI();
|
||||
}
|
||||
input.ReadMessage(AFPDJDKNENI);
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
case 42: {
|
||||
if (nNCJOECKCKA_ == null) {
|
||||
NNCJOECKCKA = new global::EggLink.DanhengServer.Proto.BPPMEIGAHGI();
|
||||
}
|
||||
input.ReadMessage(NNCJOECKCKA);
|
||||
break;
|
||||
}
|
||||
case 66: {
|
||||
if (skillInfo_ == null) {
|
||||
SkillInfo = new global::EggLink.DanhengServer.Proto.GJBNIIINKFB();
|
||||
}
|
||||
input.ReadMessage(SkillInfo);
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
EENJBPMNDOL = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
if (gBEABIMOBIC_ == null) {
|
||||
GBEABIMOBIC = new global::EggLink.DanhengServer.Proto.PGGGCFBKDPK();
|
||||
}
|
||||
input.ReadMessage(GBEABIMOBIC);
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
if (pendingAction_ == null) {
|
||||
PendingAction = new global::EggLink.DanhengServer.Proto.JKMFMMPMNAM();
|
||||
}
|
||||
input.ReadMessage(PendingAction);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBTUdIRENBQkpNSi5wcm90byIlCgtBTUdIRENBQkpNShIWCg5hdmF0YXJf",
|
||||
"aWRfbGlzdBgNIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
||||
"aWRfbGlzdBgJIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
||||
"YgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -83,9 +83,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "avatar_id_list" field.</summary>
|
||||
public const int AvatarIdListFieldNumber = 13;
|
||||
public const int AvatarIdListFieldNumber = 9;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_avatarIdList_codec
|
||||
= pb::FieldCodec.ForUInt32(106);
|
||||
= pb::FieldCodec.ForUInt32(74);
|
||||
private readonly pbc::RepeatedField<uint> avatarIdList_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -186,8 +186,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 106:
|
||||
case 104: {
|
||||
case 74:
|
||||
case 72: {
|
||||
avatarIdList_.AddEntriesFrom(input, _repeated_avatarIdList_codec);
|
||||
break;
|
||||
}
|
||||
@@ -206,8 +206,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 106:
|
||||
case 104: {
|
||||
case 74:
|
||||
case 72: {
|
||||
avatarIdList_.AddEntriesFrom(ref input, _repeated_avatarIdList_codec);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBTkJBTktNTENMSC5wcm90bxoRSERDS0NIUERNTUkucHJvdG8iMAoLQU5C",
|
||||
"QU5LTUxDTEgSIQoLQU5DUENQQ0xKRUQYCyABKAsyDC5IRENLQ0hQRE1NSUIe",
|
||||
"QU5LTUxDTEgSIQoLQU5DUENQQ0xKRUQYDyABKAsyDC5IRENLQ0hQRE1NSUIe",
|
||||
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HDCKCHPDMMIReflection.Descriptor, },
|
||||
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "ANCPCPCLJED" field.</summary>
|
||||
public const int ANCPCPCLJEDFieldNumber = 11;
|
||||
public const int ANCPCPCLJEDFieldNumber = 15;
|
||||
private global::EggLink.DanhengServer.Proto.HDCKCHPDMMI aNCPCPCLJED_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (aNCPCPCLJED_ != null) {
|
||||
output.WriteRawTag(90);
|
||||
output.WriteRawTag(122);
|
||||
output.WriteMessage(ANCPCPCLJED);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (aNCPCPCLJED_ != null) {
|
||||
output.WriteRawTag(90);
|
||||
output.WriteRawTag(122);
|
||||
output.WriteMessage(ANCPCPCLJED);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -200,7 +200,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 90: {
|
||||
case 122: {
|
||||
if (aNCPCPCLJED_ == null) {
|
||||
ANCPCPCLJED = new global::EggLink.DanhengServer.Proto.HDCKCHPDMMI();
|
||||
}
|
||||
@@ -222,7 +222,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 90: {
|
||||
case 122: {
|
||||
if (aNCPCPCLJED_ == null) {
|
||||
ANCPCPCLJED = new global::EggLink.DanhengServer.Proto.HDCKCHPDMMI();
|
||||
}
|
||||
|
||||
@@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBTkdPQU1BRE9NQS5wcm90bxoaUm9ndWVUb3VybkZpbmlzaEluZm8ucHJv",
|
||||
"dG8ifgoLQU5HT0FNQURPTUESEwoLSkJMT0tMQ1BBRk4YByABKA0SEwoLT0ZH",
|
||||
"QkpDQ0NJS0UYBSABKA0SEwoLSUpITE9KRUZDUE0YCCABKA0SMAoRdG91cm5f",
|
||||
"ZmluaXNoX2luZm8YAiABKAsyFS5Sb2d1ZVRvdXJuRmluaXNoSW5mb0IeqgIb",
|
||||
"dG8ifgoLQU5HT0FNQURPTUESEwoLSkJMT0tMQ1BBRk4YCiABKA0SEwoLSUpI",
|
||||
"TE9KRUZDUE0YDSABKA0SEwoLT0ZHQkpDQ0NJS0UYCSABKA0SMAoRdG91cm5f",
|
||||
"ZmluaXNoX2luZm8YBCABKAsyFS5Sb2d1ZVRvdXJuRmluaXNoSW5mb0IeqgIb",
|
||||
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournFinishInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ANGOAMADOMA), global::EggLink.DanhengServer.Proto.ANGOAMADOMA.Parser, new[]{ "JBLOKLCPAFN", "OFGBJCCCIKE", "IJHLOJEFCPM", "TournFinishInfo" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ANGOAMADOMA), global::EggLink.DanhengServer.Proto.ANGOAMADOMA.Parser, new[]{ "JBLOKLCPAFN", "IJHLOJEFCPM", "OFGBJCCCIKE", "TournFinishInfo" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -75,8 +75,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ANGOAMADOMA(ANGOAMADOMA other) : this() {
|
||||
jBLOKLCPAFN_ = other.jBLOKLCPAFN_;
|
||||
oFGBJCCCIKE_ = other.oFGBJCCCIKE_;
|
||||
iJHLOJEFCPM_ = other.iJHLOJEFCPM_;
|
||||
oFGBJCCCIKE_ = other.oFGBJCCCIKE_;
|
||||
tournFinishInfo_ = other.tournFinishInfo_ != null ? other.tournFinishInfo_.Clone() : null;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
@@ -88,7 +88,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JBLOKLCPAFN" field.</summary>
|
||||
public const int JBLOKLCPAFNFieldNumber = 7;
|
||||
public const int JBLOKLCPAFNFieldNumber = 10;
|
||||
private uint jBLOKLCPAFN_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -99,20 +99,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "OFGBJCCCIKE" field.</summary>
|
||||
public const int OFGBJCCCIKEFieldNumber = 5;
|
||||
private uint oFGBJCCCIKE_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint OFGBJCCCIKE {
|
||||
get { return oFGBJCCCIKE_; }
|
||||
set {
|
||||
oFGBJCCCIKE_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IJHLOJEFCPM" field.</summary>
|
||||
public const int IJHLOJEFCPMFieldNumber = 8;
|
||||
public const int IJHLOJEFCPMFieldNumber = 13;
|
||||
private uint iJHLOJEFCPM_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -123,8 +111,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "OFGBJCCCIKE" field.</summary>
|
||||
public const int OFGBJCCCIKEFieldNumber = 9;
|
||||
private uint oFGBJCCCIKE_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint OFGBJCCCIKE {
|
||||
get { return oFGBJCCCIKE_; }
|
||||
set {
|
||||
oFGBJCCCIKE_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "tourn_finish_info" field.</summary>
|
||||
public const int TournFinishInfoFieldNumber = 2;
|
||||
public const int TournFinishInfoFieldNumber = 4;
|
||||
private global::EggLink.DanhengServer.Proto.RogueTournFinishInfo tournFinishInfo_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -151,8 +151,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if (JBLOKLCPAFN != other.JBLOKLCPAFN) return false;
|
||||
if (OFGBJCCCIKE != other.OFGBJCCCIKE) return false;
|
||||
if (IJHLOJEFCPM != other.IJHLOJEFCPM) return false;
|
||||
if (OFGBJCCCIKE != other.OFGBJCCCIKE) return false;
|
||||
if (!object.Equals(TournFinishInfo, other.TournFinishInfo)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -162,8 +162,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (JBLOKLCPAFN != 0) hash ^= JBLOKLCPAFN.GetHashCode();
|
||||
if (OFGBJCCCIKE != 0) hash ^= OFGBJCCCIKE.GetHashCode();
|
||||
if (IJHLOJEFCPM != 0) hash ^= IJHLOJEFCPM.GetHashCode();
|
||||
if (OFGBJCCCIKE != 0) hash ^= OFGBJCCCIKE.GetHashCode();
|
||||
if (tournFinishInfo_ != null) hash ^= TournFinishInfo.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
@@ -184,19 +184,19 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (tournFinishInfo_ != null) {
|
||||
output.WriteRawTag(18);
|
||||
output.WriteRawTag(34);
|
||||
output.WriteMessage(TournFinishInfo);
|
||||
}
|
||||
if (OFGBJCCCIKE != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(OFGBJCCCIKE);
|
||||
}
|
||||
if (JBLOKLCPAFN != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(JBLOKLCPAFN);
|
||||
}
|
||||
if (IJHLOJEFCPM != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(IJHLOJEFCPM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -210,19 +210,19 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (tournFinishInfo_ != null) {
|
||||
output.WriteRawTag(18);
|
||||
output.WriteRawTag(34);
|
||||
output.WriteMessage(TournFinishInfo);
|
||||
}
|
||||
if (OFGBJCCCIKE != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(OFGBJCCCIKE);
|
||||
}
|
||||
if (JBLOKLCPAFN != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(JBLOKLCPAFN);
|
||||
}
|
||||
if (IJHLOJEFCPM != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(IJHLOJEFCPM);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -238,12 +238,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (JBLOKLCPAFN != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBLOKLCPAFN);
|
||||
}
|
||||
if (OFGBJCCCIKE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OFGBJCCCIKE);
|
||||
}
|
||||
if (IJHLOJEFCPM != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IJHLOJEFCPM);
|
||||
}
|
||||
if (OFGBJCCCIKE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OFGBJCCCIKE);
|
||||
}
|
||||
if (tournFinishInfo_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(TournFinishInfo);
|
||||
}
|
||||
@@ -262,12 +262,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.JBLOKLCPAFN != 0) {
|
||||
JBLOKLCPAFN = other.JBLOKLCPAFN;
|
||||
}
|
||||
if (other.OFGBJCCCIKE != 0) {
|
||||
OFGBJCCCIKE = other.OFGBJCCCIKE;
|
||||
}
|
||||
if (other.IJHLOJEFCPM != 0) {
|
||||
IJHLOJEFCPM = other.IJHLOJEFCPM;
|
||||
}
|
||||
if (other.OFGBJCCCIKE != 0) {
|
||||
OFGBJCCCIKE = other.OFGBJCCCIKE;
|
||||
}
|
||||
if (other.tournFinishInfo_ != null) {
|
||||
if (tournFinishInfo_ == null) {
|
||||
TournFinishInfo = new global::EggLink.DanhengServer.Proto.RogueTournFinishInfo();
|
||||
@@ -289,22 +289,22 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 18: {
|
||||
case 34: {
|
||||
if (tournFinishInfo_ == null) {
|
||||
TournFinishInfo = new global::EggLink.DanhengServer.Proto.RogueTournFinishInfo();
|
||||
}
|
||||
input.ReadMessage(TournFinishInfo);
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
case 72: {
|
||||
OFGBJCCCIKE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
case 80: {
|
||||
JBLOKLCPAFN = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
case 104: {
|
||||
IJHLOJEFCPM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -323,22 +323,22 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 18: {
|
||||
case 34: {
|
||||
if (tournFinishInfo_ == null) {
|
||||
TournFinishInfo = new global::EggLink.DanhengServer.Proto.RogueTournFinishInfo();
|
||||
}
|
||||
input.ReadMessage(TournFinishInfo);
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
case 72: {
|
||||
OFGBJCCCIKE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
case 80: {
|
||||
JBLOKLCPAFN = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
case 104: {
|
||||
IJHLOJEFCPM = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBTkpES0ZKT0VFSS5wcm90bxoRTUdLRktFQ0ZISE0ucHJvdG8iLgoLQU5K",
|
||||
"REtGSk9FRUkSHwoJYnVmZl9saXN0GAIgAygLMgwuTUdLRktFQ0ZISE1CHqoC",
|
||||
"REtGSk9FRUkSHwoJYnVmZl9saXN0GAYgAygLMgwuTUdLRktFQ0ZISE1CHqoC",
|
||||
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MGKFKECFHHMReflection.Descriptor, },
|
||||
@@ -83,9 +83,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "buff_list" field.</summary>
|
||||
public const int BuffListFieldNumber = 2;
|
||||
public const int BuffListFieldNumber = 6;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MGKFKECFHHM> _repeated_buffList_codec
|
||||
= pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.MGKFKECFHHM.Parser);
|
||||
= pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.MGKFKECFHHM.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MGKFKECFHHM> buffList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MGKFKECFHHM>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -186,7 +186,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 18: {
|
||||
case 50: {
|
||||
buffList_.AddEntriesFrom(input, _repeated_buffList_codec);
|
||||
break;
|
||||
}
|
||||
@@ -205,7 +205,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 18: {
|
||||
case 50: {
|
||||
buffList_.AddEntriesFrom(ref input, _repeated_buffList_codec);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBTk1DQUlNRUxDQS5wcm90byIiCgtBTk1DQUlNRUxDQRITCgtDTUFHR05G",
|
||||
"REtBRxgIIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"REtBRxgHIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"cm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -83,9 +83,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "CMAGGNFDKAG" field.</summary>
|
||||
public const int CMAGGNFDKAGFieldNumber = 8;
|
||||
public const int CMAGGNFDKAGFieldNumber = 7;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_cMAGGNFDKAG_codec
|
||||
= pb::FieldCodec.ForUInt32(66);
|
||||
= pb::FieldCodec.ForUInt32(58);
|
||||
private readonly pbc::RepeatedField<uint> cMAGGNFDKAG_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -186,8 +186,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 66:
|
||||
case 64: {
|
||||
case 58:
|
||||
case 56: {
|
||||
cMAGGNFDKAG_.AddEntriesFrom(input, _repeated_cMAGGNFDKAG_codec);
|
||||
break;
|
||||
}
|
||||
@@ -206,8 +206,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 66:
|
||||
case 64: {
|
||||
case 58:
|
||||
case 56: {
|
||||
cMAGGNFDKAG_.AddEntriesFrom(ref input, _repeated_cMAGGNFDKAG_codec);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBT0RJREZOUElDRi5wcm90bxoRTkRIT1BFRE9GT0MucHJvdG8iLgoLQU9E",
|
||||
"SURGTlBJQ0YSHwoJaXRlbV9saXN0GAMgAygLMgwuTkRIT1BFRE9GT0NCHqoC",
|
||||
"SURGTlBJQ0YSHwoJaXRlbV9saXN0GAQgAygLMgwuTkRIT1BFRE9GT0NCHqoC",
|
||||
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NDHOPEDOFOCReflection.Descriptor, },
|
||||
@@ -83,9 +83,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "item_list" field.</summary>
|
||||
public const int ItemListFieldNumber = 3;
|
||||
public const int ItemListFieldNumber = 4;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.NDHOPEDOFOC> _repeated_itemList_codec
|
||||
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.NDHOPEDOFOC.Parser);
|
||||
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.NDHOPEDOFOC.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NDHOPEDOFOC> itemList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NDHOPEDOFOC>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -186,7 +186,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 26: {
|
||||
case 34: {
|
||||
itemList_.AddEntriesFrom(input, _repeated_itemList_codec);
|
||||
break;
|
||||
}
|
||||
@@ -205,7 +205,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 26: {
|
||||
case 34: {
|
||||
itemList_.AddEntriesFrom(ref input, _repeated_itemList_codec);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBT0dJSU1LQ0pESi5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIpkBCgtB",
|
||||
"T0dJSU1LQ0pEShIiCgtIQlBCTEdMTElFThgBIAEoCzINLkl0ZW1Db3N0RGF0",
|
||||
"YRITCgtOR0tKUENFSE1CQRgEIAEoCBIVCg1tYWdpY191bml0X2lkGAsgASgN",
|
||||
"EhgKEG1hZ2ljX3VuaXRfbGV2ZWwYByABKA0SIAoJY29zdF9kYXRhGAIgASgL",
|
||||
"Mg0uSXRlbUNvc3REYXRhQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
|
||||
"T0dJSU1LQ0pEShIiCgtIQlBCTEdMTElFThgOIAEoCzINLkl0ZW1Db3N0RGF0",
|
||||
"YRIgCgljb3N0X2RhdGEYBiABKAsyDS5JdGVtQ29zdERhdGESGAoQbWFnaWNf",
|
||||
"dW5pdF9sZXZlbBgLIAEoDRIVCg1tYWdpY191bml0X2lkGAwgASgNEhMKC05H",
|
||||
"S0pQQ0VITUJBGAUgASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
|
||||
"dG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AOGIIMKCJDJ), global::EggLink.DanhengServer.Proto.AOGIIMKCJDJ.Parser, new[]{ "HBPBLGLLIEN", "NGKJPCEHMBA", "MagicUnitId", "MagicUnitLevel", "CostData" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AOGIIMKCJDJ), global::EggLink.DanhengServer.Proto.AOGIIMKCJDJ.Parser, new[]{ "HBPBLGLLIEN", "CostData", "MagicUnitLevel", "MagicUnitId", "NGKJPCEHMBA" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -76,10 +76,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AOGIIMKCJDJ(AOGIIMKCJDJ other) : this() {
|
||||
hBPBLGLLIEN_ = other.hBPBLGLLIEN_ != null ? other.hBPBLGLLIEN_.Clone() : null;
|
||||
nGKJPCEHMBA_ = other.nGKJPCEHMBA_;
|
||||
magicUnitId_ = other.magicUnitId_;
|
||||
magicUnitLevel_ = other.magicUnitLevel_;
|
||||
costData_ = other.costData_ != null ? other.costData_.Clone() : null;
|
||||
magicUnitLevel_ = other.magicUnitLevel_;
|
||||
magicUnitId_ = other.magicUnitId_;
|
||||
nGKJPCEHMBA_ = other.nGKJPCEHMBA_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "HBPBLGLLIEN" field.</summary>
|
||||
public const int HBPBLGLLIENFieldNumber = 1;
|
||||
public const int HBPBLGLLIENFieldNumber = 14;
|
||||
private global::EggLink.DanhengServer.Proto.ItemCostData hBPBLGLLIEN_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -101,32 +101,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NGKJPCEHMBA" field.</summary>
|
||||
public const int NGKJPCEHMBAFieldNumber = 4;
|
||||
private bool nGKJPCEHMBA_;
|
||||
/// <summary>Field number for the "cost_data" field.</summary>
|
||||
public const int CostDataFieldNumber = 6;
|
||||
private global::EggLink.DanhengServer.Proto.ItemCostData costData_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool NGKJPCEHMBA {
|
||||
get { return nGKJPCEHMBA_; }
|
||||
public global::EggLink.DanhengServer.Proto.ItemCostData CostData {
|
||||
get { return costData_; }
|
||||
set {
|
||||
nGKJPCEHMBA_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "magic_unit_id" field.</summary>
|
||||
public const int MagicUnitIdFieldNumber = 11;
|
||||
private uint magicUnitId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint MagicUnitId {
|
||||
get { return magicUnitId_; }
|
||||
set {
|
||||
magicUnitId_ = value;
|
||||
costData_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "magic_unit_level" field.</summary>
|
||||
public const int MagicUnitLevelFieldNumber = 7;
|
||||
public const int MagicUnitLevelFieldNumber = 11;
|
||||
private uint magicUnitLevel_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -137,15 +125,27 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "cost_data" field.</summary>
|
||||
public const int CostDataFieldNumber = 2;
|
||||
private global::EggLink.DanhengServer.Proto.ItemCostData costData_;
|
||||
/// <summary>Field number for the "magic_unit_id" field.</summary>
|
||||
public const int MagicUnitIdFieldNumber = 12;
|
||||
private uint magicUnitId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.ItemCostData CostData {
|
||||
get { return costData_; }
|
||||
public uint MagicUnitId {
|
||||
get { return magicUnitId_; }
|
||||
set {
|
||||
costData_ = value;
|
||||
magicUnitId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NGKJPCEHMBA" field.</summary>
|
||||
public const int NGKJPCEHMBAFieldNumber = 5;
|
||||
private bool nGKJPCEHMBA_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool NGKJPCEHMBA {
|
||||
get { return nGKJPCEHMBA_; }
|
||||
set {
|
||||
nGKJPCEHMBA_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -165,10 +165,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if (!object.Equals(HBPBLGLLIEN, other.HBPBLGLLIEN)) return false;
|
||||
if (NGKJPCEHMBA != other.NGKJPCEHMBA) return false;
|
||||
if (MagicUnitId != other.MagicUnitId) return false;
|
||||
if (MagicUnitLevel != other.MagicUnitLevel) return false;
|
||||
if (!object.Equals(CostData, other.CostData)) return false;
|
||||
if (MagicUnitLevel != other.MagicUnitLevel) return false;
|
||||
if (MagicUnitId != other.MagicUnitId) return false;
|
||||
if (NGKJPCEHMBA != other.NGKJPCEHMBA) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -177,10 +177,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (hBPBLGLLIEN_ != null) hash ^= HBPBLGLLIEN.GetHashCode();
|
||||
if (NGKJPCEHMBA != false) hash ^= NGKJPCEHMBA.GetHashCode();
|
||||
if (MagicUnitId != 0) hash ^= MagicUnitId.GetHashCode();
|
||||
if (MagicUnitLevel != 0) hash ^= MagicUnitLevel.GetHashCode();
|
||||
if (costData_ != null) hash ^= CostData.GetHashCode();
|
||||
if (MagicUnitLevel != 0) hash ^= MagicUnitLevel.GetHashCode();
|
||||
if (MagicUnitId != 0) hash ^= MagicUnitId.GetHashCode();
|
||||
if (NGKJPCEHMBA != false) hash ^= NGKJPCEHMBA.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -199,26 +199,26 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (hBPBLGLLIEN_ != null) {
|
||||
output.WriteRawTag(10);
|
||||
output.WriteMessage(HBPBLGLLIEN);
|
||||
}
|
||||
if (costData_ != null) {
|
||||
output.WriteRawTag(18);
|
||||
output.WriteMessage(CostData);
|
||||
}
|
||||
if (NGKJPCEHMBA != false) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteRawTag(40);
|
||||
output.WriteBool(NGKJPCEHMBA);
|
||||
}
|
||||
if (costData_ != null) {
|
||||
output.WriteRawTag(50);
|
||||
output.WriteMessage(CostData);
|
||||
}
|
||||
if (MagicUnitLevel != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(MagicUnitLevel);
|
||||
}
|
||||
if (MagicUnitId != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(MagicUnitId);
|
||||
}
|
||||
if (hBPBLGLLIEN_ != null) {
|
||||
output.WriteRawTag(114);
|
||||
output.WriteMessage(HBPBLGLLIEN);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -229,26 +229,26 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (hBPBLGLLIEN_ != null) {
|
||||
output.WriteRawTag(10);
|
||||
output.WriteMessage(HBPBLGLLIEN);
|
||||
}
|
||||
if (costData_ != null) {
|
||||
output.WriteRawTag(18);
|
||||
output.WriteMessage(CostData);
|
||||
}
|
||||
if (NGKJPCEHMBA != false) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteRawTag(40);
|
||||
output.WriteBool(NGKJPCEHMBA);
|
||||
}
|
||||
if (costData_ != null) {
|
||||
output.WriteRawTag(50);
|
||||
output.WriteMessage(CostData);
|
||||
}
|
||||
if (MagicUnitLevel != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(MagicUnitLevel);
|
||||
}
|
||||
if (MagicUnitId != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(MagicUnitId);
|
||||
}
|
||||
if (hBPBLGLLIEN_ != null) {
|
||||
output.WriteRawTag(114);
|
||||
output.WriteMessage(HBPBLGLLIEN);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -262,17 +262,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (hBPBLGLLIEN_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(HBPBLGLLIEN);
|
||||
}
|
||||
if (NGKJPCEHMBA != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (MagicUnitId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MagicUnitId);
|
||||
if (costData_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CostData);
|
||||
}
|
||||
if (MagicUnitLevel != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MagicUnitLevel);
|
||||
}
|
||||
if (costData_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CostData);
|
||||
if (MagicUnitId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MagicUnitId);
|
||||
}
|
||||
if (NGKJPCEHMBA != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -292,21 +292,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
HBPBLGLLIEN.MergeFrom(other.HBPBLGLLIEN);
|
||||
}
|
||||
if (other.NGKJPCEHMBA != false) {
|
||||
NGKJPCEHMBA = other.NGKJPCEHMBA;
|
||||
}
|
||||
if (other.MagicUnitId != 0) {
|
||||
MagicUnitId = other.MagicUnitId;
|
||||
}
|
||||
if (other.MagicUnitLevel != 0) {
|
||||
MagicUnitLevel = other.MagicUnitLevel;
|
||||
}
|
||||
if (other.costData_ != null) {
|
||||
if (costData_ == null) {
|
||||
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
CostData.MergeFrom(other.CostData);
|
||||
}
|
||||
if (other.MagicUnitLevel != 0) {
|
||||
MagicUnitLevel = other.MagicUnitLevel;
|
||||
}
|
||||
if (other.MagicUnitId != 0) {
|
||||
MagicUnitId = other.MagicUnitId;
|
||||
}
|
||||
if (other.NGKJPCEHMBA != false) {
|
||||
NGKJPCEHMBA = other.NGKJPCEHMBA;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -322,32 +322,32 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 10: {
|
||||
if (hBPBLGLLIEN_ == null) {
|
||||
HBPBLGLLIEN = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
input.ReadMessage(HBPBLGLLIEN);
|
||||
case 40: {
|
||||
NGKJPCEHMBA = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
case 50: {
|
||||
if (costData_ == null) {
|
||||
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
input.ReadMessage(CostData);
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
NGKJPCEHMBA = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
case 88: {
|
||||
MagicUnitLevel = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
case 96: {
|
||||
MagicUnitId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
if (hBPBLGLLIEN_ == null) {
|
||||
HBPBLGLLIEN = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
input.ReadMessage(HBPBLGLLIEN);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -363,32 +363,32 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 10: {
|
||||
if (hBPBLGLLIEN_ == null) {
|
||||
HBPBLGLLIEN = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
input.ReadMessage(HBPBLGLLIEN);
|
||||
case 40: {
|
||||
NGKJPCEHMBA = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
case 50: {
|
||||
if (costData_ == null) {
|
||||
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
input.ReadMessage(CostData);
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
NGKJPCEHMBA = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
case 88: {
|
||||
MagicUnitLevel = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
case 96: {
|
||||
MagicUnitId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
if (hBPBLGLLIEN_ == null) {
|
||||
HBPBLGLLIEN = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
||||
}
|
||||
input.ReadMessage(HBPBLGLLIEN);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: FMJDEHFOPFK.proto
|
||||
// source: AOHIONCOMDE.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
@@ -11,26 +11,26 @@ using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from FMJDEHFOPFK.proto</summary>
|
||||
public static partial class FMJDEHFOPFKReflection {
|
||||
/// <summary>Holder for reflection information generated from AOHIONCOMDE.proto</summary>
|
||||
public static partial class AOHIONCOMDEReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for FMJDEHFOPFK.proto</summary>
|
||||
/// <summary>File descriptor for AOHIONCOMDE.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static FMJDEHFOPFKReflection() {
|
||||
static AOHIONCOMDEReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFGTUpERUhGT1BGSy5wcm90byI3CgtGTUpERUhGT1BGSxITCgtKSUNERkxJ",
|
||||
"TUhIRBgEIAEoDRITCgtLSUNPQk5QQ0tBRRgMIAEoDUIeqgIbRWdnTGluay5E",
|
||||
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
"ChFBT0hJT05DT01ERS5wcm90byI1CgtBT0hJT05DT01ERRIRCglhdmF0YXJf",
|
||||
"aWQYBCABKA0SEwoLTEROSkVBQ0ZCSkUYDCABKA1CHqoCG0VnZ0xpbmsuRGFu",
|
||||
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FMJDEHFOPFK), global::EggLink.DanhengServer.Proto.FMJDEHFOPFK.Parser, new[]{ "JICDFLIMHHD", "KICOBNPCKAE" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AOHIONCOMDE), global::EggLink.DanhengServer.Proto.AOHIONCOMDE.Parser, new[]{ "AvatarId", "LDNJEACFBJE" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -38,21 +38,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class FMJDEHFOPFK : pb::IMessage<FMJDEHFOPFK>
|
||||
public sealed partial class AOHIONCOMDE : pb::IMessage<AOHIONCOMDE>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<FMJDEHFOPFK> _parser = new pb::MessageParser<FMJDEHFOPFK>(() => new FMJDEHFOPFK());
|
||||
private static readonly pb::MessageParser<AOHIONCOMDE> _parser = new pb::MessageParser<AOHIONCOMDE>(() => new AOHIONCOMDE());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<FMJDEHFOPFK> Parser { get { return _parser; } }
|
||||
public static pb::MessageParser<AOHIONCOMDE> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::EggLink.DanhengServer.Proto.FMJDEHFOPFKReflection.Descriptor.MessageTypes[0]; }
|
||||
get { return global::EggLink.DanhengServer.Proto.AOHIONCOMDEReflection.Descriptor.MessageTypes[0]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -63,7 +63,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public FMJDEHFOPFK() {
|
||||
public AOHIONCOMDE() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
@@ -71,59 +71,59 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public FMJDEHFOPFK(FMJDEHFOPFK other) : this() {
|
||||
jICDFLIMHHD_ = other.jICDFLIMHHD_;
|
||||
kICOBNPCKAE_ = other.kICOBNPCKAE_;
|
||||
public AOHIONCOMDE(AOHIONCOMDE other) : this() {
|
||||
avatarId_ = other.avatarId_;
|
||||
lDNJEACFBJE_ = other.lDNJEACFBJE_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public FMJDEHFOPFK Clone() {
|
||||
return new FMJDEHFOPFK(this);
|
||||
public AOHIONCOMDE Clone() {
|
||||
return new AOHIONCOMDE(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JICDFLIMHHD" field.</summary>
|
||||
public const int JICDFLIMHHDFieldNumber = 4;
|
||||
private uint jICDFLIMHHD_;
|
||||
/// <summary>Field number for the "avatar_id" field.</summary>
|
||||
public const int AvatarIdFieldNumber = 4;
|
||||
private uint avatarId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint JICDFLIMHHD {
|
||||
get { return jICDFLIMHHD_; }
|
||||
public uint AvatarId {
|
||||
get { return avatarId_; }
|
||||
set {
|
||||
jICDFLIMHHD_ = value;
|
||||
avatarId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "KICOBNPCKAE" field.</summary>
|
||||
public const int KICOBNPCKAEFieldNumber = 12;
|
||||
private uint kICOBNPCKAE_;
|
||||
/// <summary>Field number for the "LDNJEACFBJE" field.</summary>
|
||||
public const int LDNJEACFBJEFieldNumber = 12;
|
||||
private uint lDNJEACFBJE_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint KICOBNPCKAE {
|
||||
get { return kICOBNPCKAE_; }
|
||||
public uint LDNJEACFBJE {
|
||||
get { return lDNJEACFBJE_; }
|
||||
set {
|
||||
kICOBNPCKAE_ = value;
|
||||
lDNJEACFBJE_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as FMJDEHFOPFK);
|
||||
return Equals(other as AOHIONCOMDE);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(FMJDEHFOPFK other) {
|
||||
public bool Equals(AOHIONCOMDE other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (JICDFLIMHHD != other.JICDFLIMHHD) return false;
|
||||
if (KICOBNPCKAE != other.KICOBNPCKAE) return false;
|
||||
if (AvatarId != other.AvatarId) return false;
|
||||
if (LDNJEACFBJE != other.LDNJEACFBJE) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -131,8 +131,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (JICDFLIMHHD != 0) hash ^= JICDFLIMHHD.GetHashCode();
|
||||
if (KICOBNPCKAE != 0) hash ^= KICOBNPCKAE.GetHashCode();
|
||||
if (AvatarId != 0) hash ^= AvatarId.GetHashCode();
|
||||
if (LDNJEACFBJE != 0) hash ^= LDNJEACFBJE.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -151,13 +151,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (JICDFLIMHHD != 0) {
|
||||
if (AvatarId != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(JICDFLIMHHD);
|
||||
output.WriteUInt32(AvatarId);
|
||||
}
|
||||
if (KICOBNPCKAE != 0) {
|
||||
if (LDNJEACFBJE != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(KICOBNPCKAE);
|
||||
output.WriteUInt32(LDNJEACFBJE);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -169,13 +169,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (JICDFLIMHHD != 0) {
|
||||
if (AvatarId != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(JICDFLIMHHD);
|
||||
output.WriteUInt32(AvatarId);
|
||||
}
|
||||
if (KICOBNPCKAE != 0) {
|
||||
if (LDNJEACFBJE != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(KICOBNPCKAE);
|
||||
output.WriteUInt32(LDNJEACFBJE);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -187,11 +187,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (JICDFLIMHHD != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JICDFLIMHHD);
|
||||
if (AvatarId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId);
|
||||
}
|
||||
if (KICOBNPCKAE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KICOBNPCKAE);
|
||||
if (LDNJEACFBJE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LDNJEACFBJE);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -201,15 +201,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(FMJDEHFOPFK other) {
|
||||
public void MergeFrom(AOHIONCOMDE other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.JICDFLIMHHD != 0) {
|
||||
JICDFLIMHHD = other.JICDFLIMHHD;
|
||||
if (other.AvatarId != 0) {
|
||||
AvatarId = other.AvatarId;
|
||||
}
|
||||
if (other.KICOBNPCKAE != 0) {
|
||||
KICOBNPCKAE = other.KICOBNPCKAE;
|
||||
if (other.LDNJEACFBJE != 0) {
|
||||
LDNJEACFBJE = other.LDNJEACFBJE;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -227,11 +227,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 32: {
|
||||
JICDFLIMHHD = input.ReadUInt32();
|
||||
AvatarId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
KICOBNPCKAE = input.ReadUInt32();
|
||||
LDNJEACFBJE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -250,11 +250,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 32: {
|
||||
JICDFLIMHHD = input.ReadUInt32();
|
||||
AvatarId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
KICOBNPCKAE = input.ReadUInt32();
|
||||
LDNJEACFBJE = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBT0pPRkJCTkVQQS5wcm90bxoXUm9ndWVFeHBsb3JlU2NvcmUucHJvdG8i",
|
||||
"YAoLQU9KT0ZCQk5FUEESEwoLRFBGQkRKTU5DRU8YByABKAISJwoLRENNSEdP",
|
||||
"S0NJTkYYAyADKAsyEi5Sb2d1ZUV4cGxvcmVTY29yZRITCgtOUEpFRUNFRFBP",
|
||||
"SxgKIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
||||
"YAoLQU9KT0ZCQk5FUEESJwoLRENNSEdPS0NJTkYYCCADKAsyEi5Sb2d1ZUV4",
|
||||
"cGxvcmVTY29yZRITCgtEUEZCREpNTkNFTxgKIAEoAhITCgtOUEpFRUNFRFBP",
|
||||
"SxgMIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
||||
"bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueExploreScoreReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AOJOFBBNEPA), global::EggLink.DanhengServer.Proto.AOJOFBBNEPA.Parser, new[]{ "DPFBDJMNCEO", "DCMHGOKCINF", "NPJEECEDPOK" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AOJOFBBNEPA), global::EggLink.DanhengServer.Proto.AOJOFBBNEPA.Parser, new[]{ "DCMHGOKCINF", "DPFBDJMNCEO", "NPJEECEDPOK" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -74,8 +74,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AOJOFBBNEPA(AOJOFBBNEPA other) : this() {
|
||||
dPFBDJMNCEO_ = other.dPFBDJMNCEO_;
|
||||
dCMHGOKCINF_ = other.dCMHGOKCINF_.Clone();
|
||||
dPFBDJMNCEO_ = other.dPFBDJMNCEO_;
|
||||
nPJEECEDPOK_ = other.nPJEECEDPOK_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
@@ -86,8 +86,19 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AOJOFBBNEPA(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "DCMHGOKCINF" field.</summary>
|
||||
public const int DCMHGOKCINFFieldNumber = 8;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.RogueExploreScore> _repeated_dCMHGOKCINF_codec
|
||||
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.RogueExploreScore.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueExploreScore> dCMHGOKCINF_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueExploreScore>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueExploreScore> DCMHGOKCINF {
|
||||
get { return dCMHGOKCINF_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "DPFBDJMNCEO" field.</summary>
|
||||
public const int DPFBDJMNCEOFieldNumber = 7;
|
||||
public const int DPFBDJMNCEOFieldNumber = 10;
|
||||
private float dPFBDJMNCEO_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -98,19 +109,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "DCMHGOKCINF" field.</summary>
|
||||
public const int DCMHGOKCINFFieldNumber = 3;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.RogueExploreScore> _repeated_dCMHGOKCINF_codec
|
||||
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.RogueExploreScore.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueExploreScore> dCMHGOKCINF_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueExploreScore>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueExploreScore> DCMHGOKCINF {
|
||||
get { return dCMHGOKCINF_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NPJEECEDPOK" field.</summary>
|
||||
public const int NPJEECEDPOKFieldNumber = 10;
|
||||
public const int NPJEECEDPOKFieldNumber = 12;
|
||||
private uint nPJEECEDPOK_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -136,8 +136,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(DPFBDJMNCEO, other.DPFBDJMNCEO)) return false;
|
||||
if(!dCMHGOKCINF_.Equals(other.dCMHGOKCINF_)) return false;
|
||||
if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(DPFBDJMNCEO, other.DPFBDJMNCEO)) return false;
|
||||
if (NPJEECEDPOK != other.NPJEECEDPOK) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -146,8 +146,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (DPFBDJMNCEO != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(DPFBDJMNCEO);
|
||||
hash ^= dCMHGOKCINF_.GetHashCode();
|
||||
if (DPFBDJMNCEO != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(DPFBDJMNCEO);
|
||||
if (NPJEECEDPOK != 0) hash ^= NPJEECEDPOK.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
@@ -169,11 +169,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#else
|
||||
dCMHGOKCINF_.WriteTo(output, _repeated_dCMHGOKCINF_codec);
|
||||
if (DPFBDJMNCEO != 0F) {
|
||||
output.WriteRawTag(61);
|
||||
output.WriteRawTag(85);
|
||||
output.WriteFloat(DPFBDJMNCEO);
|
||||
}
|
||||
if (NPJEECEDPOK != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(NPJEECEDPOK);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -188,11 +188,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
dCMHGOKCINF_.WriteTo(ref output, _repeated_dCMHGOKCINF_codec);
|
||||
if (DPFBDJMNCEO != 0F) {
|
||||
output.WriteRawTag(61);
|
||||
output.WriteRawTag(85);
|
||||
output.WriteFloat(DPFBDJMNCEO);
|
||||
}
|
||||
if (NPJEECEDPOK != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteRawTag(96);
|
||||
output.WriteUInt32(NPJEECEDPOK);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -205,10 +205,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
size += dCMHGOKCINF_.CalculateSize(_repeated_dCMHGOKCINF_codec);
|
||||
if (DPFBDJMNCEO != 0F) {
|
||||
size += 1 + 4;
|
||||
}
|
||||
size += dCMHGOKCINF_.CalculateSize(_repeated_dCMHGOKCINF_codec);
|
||||
if (NPJEECEDPOK != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NPJEECEDPOK);
|
||||
}
|
||||
@@ -224,10 +224,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
dCMHGOKCINF_.Add(other.dCMHGOKCINF_);
|
||||
if (other.DPFBDJMNCEO != 0F) {
|
||||
DPFBDJMNCEO = other.DPFBDJMNCEO;
|
||||
}
|
||||
dCMHGOKCINF_.Add(other.dCMHGOKCINF_);
|
||||
if (other.NPJEECEDPOK != 0) {
|
||||
NPJEECEDPOK = other.NPJEECEDPOK;
|
||||
}
|
||||
@@ -246,15 +246,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 26: {
|
||||
case 66: {
|
||||
dCMHGOKCINF_.AddEntriesFrom(input, _repeated_dCMHGOKCINF_codec);
|
||||
break;
|
||||
}
|
||||
case 61: {
|
||||
case 85: {
|
||||
DPFBDJMNCEO = input.ReadFloat();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 96: {
|
||||
NPJEECEDPOK = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -273,15 +273,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 26: {
|
||||
case 66: {
|
||||
dCMHGOKCINF_.AddEntriesFrom(ref input, _repeated_dCMHGOKCINF_codec);
|
||||
break;
|
||||
}
|
||||
case 61: {
|
||||
case 85: {
|
||||
DPFBDJMNCEO = input.ReadFloat();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 96: {
|
||||
NPJEECEDPOK = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: KickType.proto
|
||||
// source: AOPKIFDMADI.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
@@ -11,39 +11,36 @@ using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from KickType.proto</summary>
|
||||
public static partial class KickTypeReflection {
|
||||
/// <summary>Holder for reflection information generated from AOPKIFDMADI.proto</summary>
|
||||
public static partial class AOPKIFDMADIReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for KickType.proto</summary>
|
||||
/// <summary>File descriptor for AOPKIFDMADI.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static KickTypeReflection() {
|
||||
static AOPKIFDMADIReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"Cg5LaWNrVHlwZS5wcm90byqLAQoIS2lja1R5cGUSEQoNS0lDS19TUVVFRVpF",
|
||||
"RBAAEg4KCktJQ0tfQkxBQ0sQARITCg9LSUNLX0NIQU5HRV9QV0QQAhIcChhL",
|
||||
"SUNLX0xPR0lOX1dISVRFX1RJTUVPVVQQAxIZChVLSUNLX0FDRV9BTlRJX0NI",
|
||||
"RUFURVIQBBIOCgpLSUNLX0JZX0dNEAVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
|
||||
"cnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
"ChFBT1BLSUZETUFESS5wcm90byqQAQoLQU9QS0lGRE1BREkSKQolUExBTkVU",
|
||||
"X0ZFU19MQVJHRV9CT05VU19JTlRFUkFDVF9TVEFSVBAAEioKJlBMQU5FVF9G",
|
||||
"RVNfTEFSR0VfQk9OVVNfSU5URVJBQ1RfUkVQT1JUEAESKgomUExBTkVUX0ZF",
|
||||
"U19MQVJHRV9CT05VU19JTlRFUkFDVF9GSU5JU0gQAkIeqgIbRWdnTGluay5E",
|
||||
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.KickType), }, null, null));
|
||||
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.AOPKIFDMADI), }, null, null));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Enums
|
||||
public enum KickType {
|
||||
[pbr::OriginalName("KICK_SQUEEZED")] KickSqueezed = 0,
|
||||
[pbr::OriginalName("KICK_BLACK")] KickBlack = 1,
|
||||
[pbr::OriginalName("KICK_CHANGE_PWD")] KickChangePwd = 2,
|
||||
[pbr::OriginalName("KICK_LOGIN_WHITE_TIMEOUT")] KickLoginWhiteTimeout = 3,
|
||||
[pbr::OriginalName("KICK_ACE_ANTI_CHEATER")] KickAceAntiCheater = 4,
|
||||
[pbr::OriginalName("KICK_BY_GM")] KickByGm = 5,
|
||||
public enum AOPKIFDMADI {
|
||||
[pbr::OriginalName("PLANET_FES_LARGE_BONUS_INTERACT_START")] PlanetFesLargeBonusInteractStart = 0,
|
||||
[pbr::OriginalName("PLANET_FES_LARGE_BONUS_INTERACT_REPORT")] PlanetFesLargeBonusInteractReport = 1,
|
||||
[pbr::OriginalName("PLANET_FES_LARGE_BONUS_INTERACT_FINISH")] PlanetFesLargeBonusInteractFinish = 2,
|
||||
}
|
||||
|
||||
#endregion
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBUEZKTE9GSU5GSi5wcm90byIhCgtBUEZKTE9GSU5GShISCgpmb3JtdWxh",
|
||||
"X2lkGA0gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
|
||||
"X2lkGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
|
||||
"b3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "formula_id" field.</summary>
|
||||
public const int FormulaIdFieldNumber = 13;
|
||||
public const int FormulaIdFieldNumber = 4;
|
||||
private uint formulaId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (FormulaId != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(FormulaId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (FormulaId != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(FormulaId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -197,7 +197,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 104: {
|
||||
case 32: {
|
||||
FormulaId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -216,7 +216,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 104: {
|
||||
case 32: {
|
||||
FormulaId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CiNBY2NlcHRBY3Rpdml0eUV4cGVkaXRpb25Dc1JlcS5wcm90bxoYQWN0aXZp",
|
||||
"dHlFeHBlZGl0aW9uLnByb3RvIkkKHUFjY2VwdEFjdGl2aXR5RXhwZWRpdGlv",
|
||||
"bkNzUmVxEigKC0xHS0pMRkpHT0pFGAMgASgLMhMuQWN0aXZpdHlFeHBlZGl0",
|
||||
"bkNzUmVxEigKC0xHS0pMRkpHT0pFGAsgASgLMhMuQWN0aXZpdHlFeHBlZGl0",
|
||||
"aW9uQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ActivityExpeditionReflection.Descriptor, },
|
||||
@@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "LGKJLFJGOJE" field.</summary>
|
||||
public const int LGKJLFJGOJEFieldNumber = 3;
|
||||
public const int LGKJLFJGOJEFieldNumber = 11;
|
||||
private global::EggLink.DanhengServer.Proto.ActivityExpedition lGKJLFJGOJE_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -138,7 +138,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (lGKJLFJGOJE_ != null) {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteRawTag(90);
|
||||
output.WriteMessage(LGKJLFJGOJE);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -152,7 +152,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (lGKJLFJGOJE_ != null) {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteRawTag(90);
|
||||
output.WriteMessage(LGKJLFJGOJE);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -201,7 +201,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 26: {
|
||||
case 90: {
|
||||
if (lGKJLFJGOJE_ == null) {
|
||||
LGKJLFJGOJE = new global::EggLink.DanhengServer.Proto.ActivityExpedition();
|
||||
}
|
||||
@@ -223,7 +223,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 26: {
|
||||
case 90: {
|
||||
if (lGKJLFJGOJE_ == null) {
|
||||
LGKJLFJGOJE = new global::EggLink.DanhengServer.Proto.ActivityExpedition();
|
||||
}
|
||||
|
||||
@@ -26,13 +26,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CiNBY2NlcHRBY3Rpdml0eUV4cGVkaXRpb25TY1JzcC5wcm90bxoYQWN0aXZp",
|
||||
"dHlFeHBlZGl0aW9uLnByb3RvIloKHUFjY2VwdEFjdGl2aXR5RXhwZWRpdGlv",
|
||||
"blNjUnNwEg8KB3JldGNvZGUYDCABKA0SKAoLTEdLSkxGSkdPSkUYCCABKAsy",
|
||||
"Ey5BY3Rpdml0eUV4cGVkaXRpb25CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
|
||||
"blNjUnNwEigKC0xHS0pMRkpHT0pFGA8gASgLMhMuQWN0aXZpdHlFeHBlZGl0",
|
||||
"aW9uEg8KB3JldGNvZGUYAiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
|
||||
"ci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ActivityExpeditionReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AcceptActivityExpeditionScRsp), global::EggLink.DanhengServer.Proto.AcceptActivityExpeditionScRsp.Parser, new[]{ "Retcode", "LGKJLFJGOJE" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AcceptActivityExpeditionScRsp), global::EggLink.DanhengServer.Proto.AcceptActivityExpeditionScRsp.Parser, new[]{ "LGKJLFJGOJE", "Retcode" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -74,8 +74,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AcceptActivityExpeditionScRsp(AcceptActivityExpeditionScRsp other) : this() {
|
||||
retcode_ = other.retcode_;
|
||||
lGKJLFJGOJE_ = other.lGKJLFJGOJE_ != null ? other.lGKJLFJGOJE_.Clone() : null;
|
||||
retcode_ = other.retcode_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -85,20 +85,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AcceptActivityExpeditionScRsp(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 12;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Retcode {
|
||||
get { return retcode_; }
|
||||
set {
|
||||
retcode_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "LGKJLFJGOJE" field.</summary>
|
||||
public const int LGKJLFJGOJEFieldNumber = 8;
|
||||
public const int LGKJLFJGOJEFieldNumber = 15;
|
||||
private global::EggLink.DanhengServer.Proto.ActivityExpedition lGKJLFJGOJE_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -109,6 +97,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 2;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Retcode {
|
||||
get { return retcode_; }
|
||||
set {
|
||||
retcode_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -124,8 +124,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (Retcode != other.Retcode) return false;
|
||||
if (!object.Equals(LGKJLFJGOJE, other.LGKJLFJGOJE)) return false;
|
||||
if (Retcode != other.Retcode) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -133,8 +133,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (lGKJLFJGOJE_ != null) hash ^= LGKJLFJGOJE.GetHashCode();
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -153,14 +153,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (lGKJLFJGOJE_ != null) {
|
||||
output.WriteRawTag(66);
|
||||
output.WriteMessage(LGKJLFJGOJE);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (lGKJLFJGOJE_ != null) {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteMessage(LGKJLFJGOJE);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -171,14 +171,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (lGKJLFJGOJE_ != null) {
|
||||
output.WriteRawTag(66);
|
||||
output.WriteMessage(LGKJLFJGOJE);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (lGKJLFJGOJE_ != null) {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteMessage(LGKJLFJGOJE);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -189,12 +189,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
if (lGKJLFJGOJE_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LGKJLFJGOJE);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -207,15 +207,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
if (other.lGKJLFJGOJE_ != null) {
|
||||
if (lGKJLFJGOJE_ == null) {
|
||||
LGKJLFJGOJE = new global::EggLink.DanhengServer.Proto.ActivityExpedition();
|
||||
}
|
||||
LGKJLFJGOJE.MergeFrom(other.LGKJLFJGOJE);
|
||||
}
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -231,17 +231,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 66: {
|
||||
case 16: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
if (lGKJLFJGOJE_ == null) {
|
||||
LGKJLFJGOJE = new global::EggLink.DanhengServer.Proto.ActivityExpedition();
|
||||
}
|
||||
input.ReadMessage(LGKJLFJGOJE);
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -257,17 +257,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 66: {
|
||||
case 16: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
if (lGKJLFJGOJE_ == null) {
|
||||
LGKJLFJGOJE = new global::EggLink.DanhengServer.Proto.ActivityExpedition();
|
||||
}
|
||||
input.ReadMessage(LGKJLFJGOJE);
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"ChtBY2NlcHRFeHBlZGl0aW9uQ3NSZXEucHJvdG8aFEV4cGVkaXRpb25JbmZv",
|
||||
"LnByb3RvIkMKFUFjY2VwdEV4cGVkaXRpb25Dc1JlcRIqChFhY2NlcHRfZXhw",
|
||||
"ZWRpdGlvbhgPIAEoCzIPLkV4cGVkaXRpb25JbmZvQh6qAhtFZ2dMaW5rLkRh",
|
||||
"ZWRpdGlvbhgMIAEoCzIPLkV4cGVkaXRpb25JbmZvQh6qAhtFZ2dMaW5rLkRh",
|
||||
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ExpeditionInfoReflection.Descriptor, },
|
||||
@@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "accept_expedition" field.</summary>
|
||||
public const int AcceptExpeditionFieldNumber = 15;
|
||||
public const int AcceptExpeditionFieldNumber = 12;
|
||||
private global::EggLink.DanhengServer.Proto.ExpeditionInfo acceptExpedition_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -138,7 +138,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (acceptExpedition_ != null) {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteRawTag(98);
|
||||
output.WriteMessage(AcceptExpedition);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -152,7 +152,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (acceptExpedition_ != null) {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteRawTag(98);
|
||||
output.WriteMessage(AcceptExpedition);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -201,7 +201,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 122: {
|
||||
case 98: {
|
||||
if (acceptExpedition_ == null) {
|
||||
AcceptExpedition = new global::EggLink.DanhengServer.Proto.ExpeditionInfo();
|
||||
}
|
||||
@@ -223,7 +223,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 122: {
|
||||
case 98: {
|
||||
if (acceptExpedition_ == null) {
|
||||
AcceptExpedition = new global::EggLink.DanhengServer.Proto.ExpeditionInfo();
|
||||
}
|
||||
|
||||
@@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChtBY2NlcHRFeHBlZGl0aW9uU2NSc3AucHJvdG8aFEV4cGVkaXRpb25JbmZv",
|
||||
"LnByb3RvIlQKFUFjY2VwdEV4cGVkaXRpb25TY1JzcBIPCgdyZXRjb2RlGAUg",
|
||||
"ASgNEioKEWFjY2VwdF9leHBlZGl0aW9uGAMgASgLMg8uRXhwZWRpdGlvbklu",
|
||||
"LnByb3RvIlQKFUFjY2VwdEV4cGVkaXRpb25TY1JzcBIPCgdyZXRjb2RlGAkg",
|
||||
"ASgNEioKEWFjY2VwdF9leHBlZGl0aW9uGAUgASgLMg8uRXhwZWRpdGlvbklu",
|
||||
"Zm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ExpeditionInfoReflection.Descriptor, },
|
||||
@@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 5;
|
||||
public const int RetcodeFieldNumber = 9;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "accept_expedition" field.</summary>
|
||||
public const int AcceptExpeditionFieldNumber = 3;
|
||||
public const int AcceptExpeditionFieldNumber = 5;
|
||||
private global::EggLink.DanhengServer.Proto.ExpeditionInfo acceptExpedition_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -153,11 +153,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (acceptExpedition_ != null) {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteRawTag(42);
|
||||
output.WriteMessage(AcceptExpedition);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -171,11 +171,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (acceptExpedition_ != null) {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteRawTag(42);
|
||||
output.WriteMessage(AcceptExpedition);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -230,14 +230,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 26: {
|
||||
case 42: {
|
||||
if (acceptExpedition_ == null) {
|
||||
AcceptExpedition = new global::EggLink.DanhengServer.Proto.ExpeditionInfo();
|
||||
}
|
||||
input.ReadMessage(AcceptExpedition);
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
case 72: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -256,14 +256,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 26: {
|
||||
case 42: {
|
||||
if (acceptExpedition_ == null) {
|
||||
AcceptExpedition = new global::EggLink.DanhengServer.Proto.ExpeditionInfo();
|
||||
}
|
||||
input.ReadMessage(AcceptExpedition);
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
case 72: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChxBY2NlcHRNYWluTWlzc2lvbkNzUmVxLnByb3RvIjEKFkFjY2VwdE1haW5N",
|
||||
"aXNzaW9uQ3NSZXESFwoPbWFpbl9taXNzaW9uX2lkGA8gASgNQh6qAhtFZ2dM",
|
||||
"aXNzaW9uQ3NSZXESFwoPbWFpbl9taXNzaW9uX2lkGAcgASgNQh6qAhtFZ2dM",
|
||||
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "main_mission_id" field.</summary>
|
||||
public const int MainMissionIdFieldNumber = 15;
|
||||
public const int MainMissionIdFieldNumber = 7;
|
||||
private uint mainMissionId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (MainMissionId != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(MainMissionId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (MainMissionId != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(MainMissionId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -197,7 +197,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 120: {
|
||||
case 56: {
|
||||
MainMissionId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -216,7 +216,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 120: {
|
||||
case 56: {
|
||||
MainMissionId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChxBY2NlcHRNYWluTWlzc2lvblNjUnNwLnByb3RvIkIKFkFjY2VwdE1haW5N",
|
||||
"aXNzaW9uU2NSc3ASDwoHcmV0Y29kZRgBIAEoDRIXCg9tYWluX21pc3Npb25f",
|
||||
"aWQYDCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"aXNzaW9uU2NSc3ASFwoPbWFpbl9taXNzaW9uX2lkGA8gASgNEg8KB3JldGNv",
|
||||
"ZGUYBiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"dG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AcceptMainMissionScRsp), global::EggLink.DanhengServer.Proto.AcceptMainMissionScRsp.Parser, new[]{ "Retcode", "MainMissionId" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AcceptMainMissionScRsp), global::EggLink.DanhengServer.Proto.AcceptMainMissionScRsp.Parser, new[]{ "MainMissionId", "Retcode" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -73,8 +73,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public AcceptMainMissionScRsp(AcceptMainMissionScRsp other) : this() {
|
||||
retcode_ = other.retcode_;
|
||||
mainMissionId_ = other.mainMissionId_;
|
||||
retcode_ = other.retcode_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -84,20 +84,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new AcceptMainMissionScRsp(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 1;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Retcode {
|
||||
get { return retcode_; }
|
||||
set {
|
||||
retcode_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "main_mission_id" field.</summary>
|
||||
public const int MainMissionIdFieldNumber = 12;
|
||||
public const int MainMissionIdFieldNumber = 15;
|
||||
private uint mainMissionId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -108,6 +96,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 6;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Retcode {
|
||||
get { return retcode_; }
|
||||
set {
|
||||
retcode_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
@@ -123,8 +123,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (Retcode != other.Retcode) return false;
|
||||
if (MainMissionId != other.MainMissionId) return false;
|
||||
if (Retcode != other.Retcode) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -132,8 +132,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (MainMissionId != 0) hash ^= MainMissionId.GetHashCode();
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -153,11 +153,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (MainMissionId != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(MainMissionId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -171,11 +171,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (MainMissionId != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(MainMissionId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -188,12 +188,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
if (MainMissionId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MainMissionId);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -206,12 +206,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
if (other.MainMissionId != 0) {
|
||||
MainMissionId = other.MainMissionId;
|
||||
}
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -227,11 +227,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 8: {
|
||||
case 48: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 120: {
|
||||
MainMissionId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -250,11 +250,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 8: {
|
||||
case 48: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 120: {
|
||||
MainMissionId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CiNBY2NlcHRNdWx0aXBsZUV4cGVkaXRpb25Dc1JlcS5wcm90bxoURXhwZWRp",
|
||||
"dGlvbkluZm8ucHJvdG8iRAodQWNjZXB0TXVsdGlwbGVFeHBlZGl0aW9uQ3NS",
|
||||
"ZXESIwoKZXhwZWRpdGlvbhgBIAMoCzIPLkV4cGVkaXRpb25JbmZvQh6qAhtF",
|
||||
"ZXESIwoKZXhwZWRpdGlvbhgCIAMoCzIPLkV4cGVkaXRpb25JbmZvQh6qAhtF",
|
||||
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ExpeditionInfoReflection.Descriptor, },
|
||||
@@ -84,9 +84,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "expedition" field.</summary>
|
||||
public const int ExpeditionFieldNumber = 1;
|
||||
public const int ExpeditionFieldNumber = 2;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ExpeditionInfo> _repeated_expedition_codec
|
||||
= pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.ExpeditionInfo.Parser);
|
||||
= pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.ExpeditionInfo.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ExpeditionInfo> expedition_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ExpeditionInfo>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -187,7 +187,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 10: {
|
||||
case 18: {
|
||||
expedition_.AddEntriesFrom(input, _repeated_expedition_codec);
|
||||
break;
|
||||
}
|
||||
@@ -206,7 +206,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 10: {
|
||||
case 18: {
|
||||
expedition_.AddEntriesFrom(ref input, _repeated_expedition_codec);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -26,8 +26,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CiNBY2NlcHRNdWx0aXBsZUV4cGVkaXRpb25TY1JzcC5wcm90bxoURXhwZWRp",
|
||||
"dGlvbkluZm8ucHJvdG8iYgodQWNjZXB0TXVsdGlwbGVFeHBlZGl0aW9uU2NS",
|
||||
"c3ASDwoHcmV0Y29kZRgGIAEoDRIwChdhY2NlcHRfbXVsdGlfZXhwZWRpdGlv",
|
||||
"bhgHIAMoCzIPLkV4cGVkaXRpb25JbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
|
||||
"c3ASDwoHcmV0Y29kZRgBIAEoDRIwChdhY2NlcHRfbXVsdGlfZXhwZWRpdGlv",
|
||||
"bhgMIAMoCzIPLkV4cGVkaXRpb25JbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
|
||||
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ExpeditionInfoReflection.Descriptor, },
|
||||
@@ -86,7 +86,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 6;
|
||||
public const int RetcodeFieldNumber = 1;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -98,9 +98,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "accept_multi_expedition" field.</summary>
|
||||
public const int AcceptMultiExpeditionFieldNumber = 7;
|
||||
public const int AcceptMultiExpeditionFieldNumber = 12;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ExpeditionInfo> _repeated_acceptMultiExpedition_codec
|
||||
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.ExpeditionInfo.Parser);
|
||||
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.ExpeditionInfo.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ExpeditionInfo> acceptMultiExpedition_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ExpeditionInfo>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -153,7 +153,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
acceptMultiExpedition_.WriteTo(output, _repeated_acceptMultiExpedition_codec);
|
||||
@@ -168,7 +168,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
acceptMultiExpedition_.WriteTo(ref output, _repeated_acceptMultiExpedition_codec);
|
||||
@@ -217,11 +217,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 48: {
|
||||
case 8: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
case 98: {
|
||||
acceptMultiExpedition_.AddEntriesFrom(input, _repeated_acceptMultiExpedition_codec);
|
||||
break;
|
||||
}
|
||||
@@ -240,11 +240,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 48: {
|
||||
case 8: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
case 98: {
|
||||
acceptMultiExpedition_.AddEntriesFrom(ref input, _repeated_acceptMultiExpedition_codec);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CiNBY2NlcHRlZFBhbU1pc3Npb25FeHBpcmVDc1JlcS5wcm90byI4Ch1BY2Nl",
|
||||
"cHRlZFBhbU1pc3Npb25FeHBpcmVDc1JlcRIXCg9tYWluX21pc3Npb25faWQY",
|
||||
"AiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
"CiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "main_mission_id" field.</summary>
|
||||
public const int MainMissionIdFieldNumber = 2;
|
||||
public const int MainMissionIdFieldNumber = 10;
|
||||
private uint mainMissionId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (MainMissionId != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(MainMissionId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (MainMissionId != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(MainMissionId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -197,7 +197,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 16: {
|
||||
case 80: {
|
||||
MainMissionId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
@@ -216,7 +216,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 16: {
|
||||
case 80: {
|
||||
MainMissionId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user