mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
Fully Update to 2.6.0
This commit is contained in:
@@ -11,6 +11,9 @@ public class SkillAbilityInfo
|
||||
foreach (var ability in AbilityList)
|
||||
{
|
||||
ability.Loaded();
|
||||
|
||||
excel.MazeAbility.Add(ability.Name, ability);
|
||||
|
||||
if (ability.Name.EndsWith("MazeSkill"))
|
||||
excel.MazeSkill = ability;
|
||||
else if (ability.Name.Contains("NormalAtk")) excel.MazeAtk = ability;
|
||||
|
||||
@@ -12,6 +12,7 @@ public class TaskInfo
|
||||
|
||||
// Here's a conflict between Dimbreath's res and Andy's res ( we recommend to use the one from Andy's res )
|
||||
public bool TriggerBattle { get; set; } = false;
|
||||
public SummonUnitInfo SummonUnit { get; set; } = new();
|
||||
|
||||
public List<TaskInfo> OnAttack { get; set; } = [];
|
||||
public List<TaskInfo> OnBattle { get; set; } = [];
|
||||
@@ -40,6 +41,8 @@ public class TaskInfo
|
||||
TaskType = TaskTypeEnum.AdventureModifyTeamPlayerSP;
|
||||
else if (Type.Contains("CreateSummonUnit"))
|
||||
TaskType = TaskTypeEnum.CreateSummonUnit;
|
||||
else if (Type.Contains("DestroySummonUnit"))
|
||||
TaskType = TaskTypeEnum.DestroySummonUnit;
|
||||
else if (Type.Contains("AdventureSetAttackTargetMonsterDie"))
|
||||
TaskType = TaskTypeEnum.AdventureSetAttackTargetMonsterDie;
|
||||
else if (SuccessTaskList.Count > 0)
|
||||
@@ -63,6 +66,11 @@ public class TaskInfo
|
||||
}
|
||||
}
|
||||
|
||||
public class SummonUnitInfo
|
||||
{
|
||||
public int SummonUnitID { get; set; }
|
||||
}
|
||||
|
||||
public class LifeTimeInfo
|
||||
{
|
||||
public bool IsDynamic { get; set; } = false;
|
||||
|
||||
@@ -37,6 +37,7 @@ public class AvatarConfigExcel : ExcelResource
|
||||
[JsonIgnore] public AbilityInfo? MazeSkill { get; set; }
|
||||
|
||||
[JsonIgnore] public AbilityInfo? MazeAtk { get; set; }
|
||||
[JsonIgnore] public Dictionary<string, AbilityInfo> MazeAbility { get; set; } = [];
|
||||
|
||||
public override int GetId()
|
||||
{
|
||||
|
||||
@@ -11,5 +11,6 @@ public enum TaskTypeEnum
|
||||
AdventureSetAttackTargetMonsterDie = 6,
|
||||
SuccessTaskList = 7,
|
||||
AdventureTriggerAttack = 8,
|
||||
AdventureFireProjectile = 9
|
||||
AdventureFireProjectile = 9,
|
||||
DestroySummonUnit = 10
|
||||
}
|
||||
@@ -25,10 +25,10 @@
|
||||
"panelId": 10019
|
||||
},
|
||||
{
|
||||
"activityId": 1002101,
|
||||
"beginTime": "1728590400",
|
||||
"endTime": "1729195199",
|
||||
"panelId": 10073
|
||||
"activityId": 1002001,
|
||||
"beginTime": "1732219200",
|
||||
"endTime": "1732823999",
|
||||
"panelId": 10077
|
||||
},
|
||||
{
|
||||
"activityId": 1002501,
|
||||
@@ -38,9 +38,9 @@
|
||||
},
|
||||
{
|
||||
"activityId": 1002601,
|
||||
"beginTime": "1727035200",
|
||||
"endTime": "1727639999",
|
||||
"panelId": 10074
|
||||
"beginTime": "1730836800",
|
||||
"endTime": "1731441599",
|
||||
"panelId": 10078
|
||||
},
|
||||
{
|
||||
"activityId": 1004101,
|
||||
@@ -49,10 +49,10 @@
|
||||
"panelId": 10041
|
||||
},
|
||||
{
|
||||
"activityId": 1005901,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1729540799",
|
||||
"panelId": 10059
|
||||
"activityId": 1006001,
|
||||
"beginTime": "1729454400",
|
||||
"endTime": "1733169599",
|
||||
"panelId": 10060
|
||||
},
|
||||
{
|
||||
"activityId": 1006201,
|
||||
@@ -67,40 +67,28 @@
|
||||
"panelId": 10068
|
||||
},
|
||||
{
|
||||
"activityId": 1007201,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1729634400",
|
||||
"panelId": 10072
|
||||
"activityId": 1007901,
|
||||
"beginTime": "1729638000",
|
||||
"endTime": "1733266799",
|
||||
"panelId": 10079
|
||||
},
|
||||
{
|
||||
"activityId": 1007501,
|
||||
"beginTime": "1725922800",
|
||||
"endTime": "1729637999",
|
||||
"panelId": 10075
|
||||
"activityId": 2000602,
|
||||
"beginTime": "1731470400",
|
||||
"endTime": "1733209199",
|
||||
"panelId": 20045
|
||||
},
|
||||
{
|
||||
"activityId": 2000503,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1727841599",
|
||||
"panelId": 20040
|
||||
"activityId": 2000604,
|
||||
"beginTime": "1729454400",
|
||||
"endTime": "1731470399",
|
||||
"panelId": 20044
|
||||
},
|
||||
{
|
||||
"activityId": 2000803,
|
||||
"beginTime": "1727841600",
|
||||
"endTime": "1729580399",
|
||||
"panelId": 20041
|
||||
},
|
||||
{
|
||||
"activityId": 2000901,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1727841599",
|
||||
"panelId": 20040
|
||||
},
|
||||
{
|
||||
"activityId": 2000902,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1727841599",
|
||||
"panelId": 20040
|
||||
"activityId": 2000903,
|
||||
"beginTime": "1731470400",
|
||||
"endTime": "1733209199",
|
||||
"panelId": 20045
|
||||
},
|
||||
{
|
||||
"activityId": 2001101,
|
||||
@@ -151,64 +139,58 @@
|
||||
"panelId": 20011
|
||||
},
|
||||
{
|
||||
"activityId": 2001701,
|
||||
"beginTime": "1727841600",
|
||||
"endTime": "1729580399",
|
||||
"panelId": 20041
|
||||
"activityId": 2001201,
|
||||
"beginTime": "1729454400",
|
||||
"endTime": "1731470399",
|
||||
"panelId": 20044
|
||||
},
|
||||
{
|
||||
"activityId": 2001703,
|
||||
"beginTime": "1727841600",
|
||||
"endTime": "1729580399",
|
||||
"panelId": 20041
|
||||
"activityId": 2001202,
|
||||
"beginTime": "1731470400",
|
||||
"endTime": "1733209199",
|
||||
"panelId": 20045
|
||||
},
|
||||
{
|
||||
"activityId": 2002501,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1727841599",
|
||||
"panelId": 20040
|
||||
"activityId": 2001302,
|
||||
"beginTime": "1729454400",
|
||||
"endTime": "1731470399",
|
||||
"panelId": 20044
|
||||
},
|
||||
{
|
||||
"activityId": 2002502,
|
||||
"beginTime": "1727841600",
|
||||
"endTime": "1729580399",
|
||||
"panelId": 20041
|
||||
"activityId": 2002303,
|
||||
"beginTime": "1729454400",
|
||||
"endTime": "1731470399",
|
||||
"panelId": 20044
|
||||
},
|
||||
{
|
||||
"activityId": 2003101,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1727841599",
|
||||
"panelId": 20040
|
||||
"activityId": 2002801,
|
||||
"beginTime": "1731470400",
|
||||
"endTime": "1733209199",
|
||||
"panelId": 20045
|
||||
},
|
||||
{
|
||||
"activityId": 2004000,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1727841599",
|
||||
"panelId": 20040
|
||||
"activityId": 2002901,
|
||||
"beginTime": "1731470400",
|
||||
"endTime": "1733209199",
|
||||
"panelId": 20045
|
||||
},
|
||||
{
|
||||
"activityId": 2004001,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1727841599",
|
||||
"panelId": 20040
|
||||
"activityId": 2004400,
|
||||
"beginTime": "1729454400",
|
||||
"endTime": "1731470399",
|
||||
"panelId": 20044
|
||||
},
|
||||
{
|
||||
"activityId": 2004002,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1727841599",
|
||||
"panelId": 20040
|
||||
"activityId": 2004401,
|
||||
"beginTime": "1729454400",
|
||||
"endTime": "1731470399",
|
||||
"panelId": 20044
|
||||
},
|
||||
{
|
||||
"activityId": 2004100,
|
||||
"beginTime": "1727841600",
|
||||
"endTime": "1729580399",
|
||||
"panelId": 20041
|
||||
},
|
||||
{
|
||||
"activityId": 2004101,
|
||||
"beginTime": "1727841600",
|
||||
"endTime": "1729580399",
|
||||
"panelId": 20041
|
||||
"activityId": 2004500,
|
||||
"beginTime": "1731470400",
|
||||
"endTime": "1733209199",
|
||||
"panelId": 20045
|
||||
},
|
||||
{
|
||||
"activityId": 3000801,
|
||||
@@ -216,6 +198,60 @@
|
||||
"endTime": "4294967295",
|
||||
"panelId": 30008
|
||||
},
|
||||
{
|
||||
"activityId": 3001101,
|
||||
"beginTime": "1730347200",
|
||||
"endTime": "1731268799",
|
||||
"panelId": 30011
|
||||
},
|
||||
{
|
||||
"activityId": 3001102,
|
||||
"beginTime": "1730404800",
|
||||
"endTime": "1731268799",
|
||||
"panelId": 30011
|
||||
},
|
||||
{
|
||||
"activityId": 3001103,
|
||||
"beginTime": "1730491200",
|
||||
"endTime": "1731268799",
|
||||
"panelId": 30011
|
||||
},
|
||||
{
|
||||
"activityId": 3001104,
|
||||
"beginTime": "1730577600",
|
||||
"endTime": "1731268799",
|
||||
"panelId": 30011
|
||||
},
|
||||
{
|
||||
"activityId": 3001105,
|
||||
"beginTime": "1730664000",
|
||||
"endTime": "1731268799",
|
||||
"panelId": 30011
|
||||
},
|
||||
{
|
||||
"activityId": 3001106,
|
||||
"beginTime": "1730750400",
|
||||
"endTime": "1731268799",
|
||||
"panelId": 30011
|
||||
},
|
||||
{
|
||||
"activityId": 3001107,
|
||||
"beginTime": "1730836800",
|
||||
"endTime": "1731268799",
|
||||
"panelId": 30011
|
||||
},
|
||||
{
|
||||
"activityId": 3001201,
|
||||
"beginTime": "1731441600",
|
||||
"endTime": "1733083199",
|
||||
"panelId": 30012
|
||||
},
|
||||
{
|
||||
"activityId": 3001202,
|
||||
"beginTime": "1732737600",
|
||||
"endTime": "1733083199",
|
||||
"panelId": 30012
|
||||
},
|
||||
{
|
||||
"activityId": 4000208,
|
||||
"beginTime": "1689912000",
|
||||
@@ -492,24 +528,12 @@
|
||||
"endTime": "4294967295",
|
||||
"panelId": 50015
|
||||
},
|
||||
{
|
||||
"activityId": 5001801,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1729454399",
|
||||
"panelId": 50018
|
||||
},
|
||||
{
|
||||
"activityId": 5001802,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "4294967295",
|
||||
"panelId": 50018
|
||||
},
|
||||
{
|
||||
"activityId": 5002101,
|
||||
"beginTime": "1727668800",
|
||||
"endTime": "1729454399",
|
||||
"panelId": 50021
|
||||
},
|
||||
{
|
||||
"activityId": 5002102,
|
||||
"beginTime": "1727668800",
|
||||
@@ -517,10 +541,16 @@
|
||||
"panelId": 50021
|
||||
},
|
||||
{
|
||||
"activityId": 5002301,
|
||||
"beginTime": "1725922800",
|
||||
"endTime": "1729637999",
|
||||
"panelId": 50023
|
||||
"activityId": 5002201,
|
||||
"beginTime": "1729828800",
|
||||
"endTime": "1733083199",
|
||||
"panelId": 50022
|
||||
},
|
||||
{
|
||||
"activityId": 5002202,
|
||||
"beginTime": "1729828800",
|
||||
"endTime": "4294967295",
|
||||
"panelId": 50022
|
||||
},
|
||||
{
|
||||
"activityId": 6000101,
|
||||
@@ -534,12 +564,6 @@
|
||||
"endTime": "4294967295",
|
||||
"panelId": 60003
|
||||
},
|
||||
{
|
||||
"activityId": 6000801,
|
||||
"beginTime": "1703448000",
|
||||
"endTime": "1729637999",
|
||||
"panelId": 60008
|
||||
},
|
||||
{
|
||||
"activityId": 6000901,
|
||||
"beginTime": "1664308800",
|
||||
@@ -559,10 +583,22 @@
|
||||
"panelId": 60014
|
||||
},
|
||||
{
|
||||
"activityId": 8001101,
|
||||
"beginTime": "1725825600",
|
||||
"endTime": "1729637999",
|
||||
"panelId": 80011
|
||||
"activityId": 6001501,
|
||||
"beginTime": "1729454400",
|
||||
"endTime": "2117600895",
|
||||
"panelId": 60015
|
||||
},
|
||||
{
|
||||
"activityId": 6001601,
|
||||
"beginTime": "1729454400",
|
||||
"endTime": "4294967295",
|
||||
"panelId": 60016
|
||||
},
|
||||
{
|
||||
"activityId": 8001201,
|
||||
"beginTime": "1729638000",
|
||||
"endTime": "1733266799",
|
||||
"panelId": 80012
|
||||
}
|
||||
]
|
||||
}
|
||||
29
GameServer/Game/Battle/Skill/Action/MazeRemoveSummonUnit.cs
Normal file
29
GameServer/Game/Battle/Skill/Action/MazeRemoveSummonUnit.cs
Normal file
@@ -0,0 +1,29 @@
|
||||
using EggLink.DanhengServer.GameServer.Game.Player;
|
||||
using EggLink.DanhengServer.GameServer.Game.Scene.Entity;
|
||||
using EggLink.DanhengServer.GameServer.Game.Scene;
|
||||
|
||||
namespace EggLink.DanhengServer.GameServer.Game.Battle.Skill.Action;
|
||||
|
||||
public class MazeRemoveSummonUnit(int unitId): IMazeSkillAction
|
||||
{
|
||||
public int SummonUnitId = unitId;
|
||||
|
||||
public async ValueTask OnAttack(AvatarSceneInfo avatar, List<EntityMonster> entities)
|
||||
{
|
||||
await System.Threading.Tasks.Task.CompletedTask;
|
||||
}
|
||||
|
||||
public async ValueTask OnCast(AvatarSceneInfo avatar, PlayerInstance player)
|
||||
{
|
||||
if (player.SceneInstance!.SummonUnit?.SummonUnitId == SummonUnitId)
|
||||
{
|
||||
// remove
|
||||
await player.SceneInstance!.ClearSummonUnit();
|
||||
}
|
||||
}
|
||||
|
||||
public async ValueTask OnHitTarget(AvatarSceneInfo avatar, List<EntityMonster> entities)
|
||||
{
|
||||
await System.Threading.Tasks.Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
@@ -23,7 +23,7 @@ public class MazeSkill
|
||||
foreach (var task in taskInfos) AddAction(task);
|
||||
|
||||
if (GameData.SummonUnitDataData.TryGetValue((excel?.AvatarID ?? 0) * 10 + 1, out var summonUnit) && isSkill &&
|
||||
!summonUnit.IsClient) Actions.Add(new MazeSummonUnit(summonUnit, req.TargetMotion));
|
||||
!summonUnit.IsClient && req.MazeAbilityStr == "") Actions.Add(new MazeSummonUnit(summonUnit, req.TargetMotion));
|
||||
}
|
||||
|
||||
public List<IMazeSkillAction> Actions { get; } = [];
|
||||
@@ -50,6 +50,9 @@ public class MazeSkill
|
||||
case TaskTypeEnum.CreateSummonUnit:
|
||||
//Actions.Add(new MazeSummonUnit(GameData.SummonUnitDataData[task.SummonUnitID], Req.TargetMotion));
|
||||
break;
|
||||
case TaskTypeEnum.DestroySummonUnit:
|
||||
Actions.Add(new MazeRemoveSummonUnit(task.SummonUnit.SummonUnitID));
|
||||
break;
|
||||
case TaskTypeEnum.AdventureSetAttackTargetMonsterDie:
|
||||
Actions.Add(new MazeSetTargetMonsterDie());
|
||||
break;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using EggLink.DanhengServer.Data;
|
||||
using EggLink.DanhengServer.Data.Config;
|
||||
using EggLink.DanhengServer.Proto;
|
||||
|
||||
namespace EggLink.DanhengServer.GameServer.Game.Battle.Skill;
|
||||
@@ -19,4 +20,14 @@ public static class MazeSkillManager
|
||||
mazeSkill = new MazeSkill(avatarConfig.MazeSkill?.OnStart.ToList() ?? [], req, true, avatarConfig);
|
||||
return mazeSkill;
|
||||
}
|
||||
|
||||
public static MazeSkill GetSkill(int baseAvatarId, AbilityInfo ability, SceneCastSkillCsReq req)
|
||||
{
|
||||
GameData.AvatarConfigData.TryGetValue(baseAvatarId, out var avatarConfig);
|
||||
MazeSkill mazeSkill = new([], req);
|
||||
if (avatarConfig == null) return mazeSkill;
|
||||
|
||||
mazeSkill = new MazeSkill(ability.OnStart, req, true, avatarConfig);
|
||||
return mazeSkill;
|
||||
}
|
||||
}
|
||||
@@ -259,7 +259,7 @@ public class ChallengeInstance
|
||||
if (IsStory())
|
||||
{
|
||||
// Calculate score for current stage
|
||||
var stageScore = (int)req.Stt.BATTLETARGETTYPECHALLENGESCORE - GetTotalScore();
|
||||
var stageScore = (int)req.Stt.ChallengeScore - GetTotalScore();
|
||||
|
||||
// Set score
|
||||
if (CurrentStage == 1)
|
||||
|
||||
@@ -189,14 +189,14 @@ public class ChessRogueCellInstance
|
||||
var info = new ChessRogueCell
|
||||
{
|
||||
CellStatus = CellStatus,
|
||||
//PosY = (uint)PosY,
|
||||
PosY = (uint)PosY,
|
||||
Id = (uint)GetCellId(),
|
||||
//BlockType = (uint)BlockType,
|
||||
BlockType = (uint)BlockType,
|
||||
IsUnlock = true,
|
||||
RoomId = (uint)RoomId,
|
||||
//PLOEJLHMONC = true,
|
||||
//PosX = (uint)GetRow(),
|
||||
//MarkType = (uint)MarkType
|
||||
IsUnlocked = true,
|
||||
PosX = (uint)GetRow(),
|
||||
MarkType = (uint)MarkType
|
||||
};
|
||||
|
||||
if (CellAdvanceInfo.Count <= 0) return info;
|
||||
|
||||
@@ -53,20 +53,19 @@ public class ChessRogueDiceInstance(ChessRogueInstance instance, ChessRogueNousD
|
||||
var index = DiceData.Surfaces.ToList().FindIndex(x => x.Value == CurSurfaceId) + 1;
|
||||
return new ChessRogueDiceInfo
|
||||
{
|
||||
//GameBranchId = (uint)DiceData.BranchId,
|
||||
GameBranchId = (uint)DiceData.BranchId,
|
||||
Dice = DiceData.ToProto(),
|
||||
DiceStatus = DiceStatus,
|
||||
//CurSurfaceId = (uint)CurSurfaceId,
|
||||
//CheatTimes = (uint)CheatTimes,
|
||||
//RerollTimes = (uint)RerollTimes,
|
||||
//GameDiceBranchId = (uint)DiceData.BranchId,
|
||||
CurSurfaceId = (uint)CurSurfaceId,
|
||||
CheatTimes = (uint)CheatTimes,
|
||||
RerollTimes = (uint)RerollTimes,
|
||||
GameDiceBranchId = (uint)DiceData.BranchId,
|
||||
DiceType = ChessRogueDiceType.ChessRogueDiceEditable,
|
||||
//KMHBLNCILEL = true,
|
||||
//CurSurfaceSlotId = (uint)(index > 0 ? index : 0),
|
||||
//DisplayId = (uint)(CurSurfaceId > 0 ? GameData.RogueNousDiceSurfaceData[CurSurfaceId].Sort : 0),
|
||||
//CanRerollDice = RerollTimes > 0,
|
||||
AMFBDDACHKB = true,
|
||||
CurSurfaceSlotId = (uint)(index > 0 ? index : 0),
|
||||
CanRerollDice = RerollTimes > 0,
|
||||
DiceModifier = Modifier?.ToProto() ?? new RogueModifier(),
|
||||
//DMHLBBFPELI = new BAKPIDLEIFI()
|
||||
IPNFHJEFGAM = new JPEGOGNDPJJ()
|
||||
};
|
||||
}
|
||||
}
|
||||
@@ -43,7 +43,7 @@ public class RogueMagicAdventureInstance(RogueMagicAdventureRoomExcel excel)
|
||||
randomList.Add(new RogueAdventureWolfGunTargetInstance { IsMoney = true, TargetId = 50 }, 5);
|
||||
randomList.Add(new RogueAdventureWolfGunTargetInstance { IsMoney = true, TargetId = 100 }, 5);
|
||||
|
||||
randomList.Add(new RogueAdventureWolfGunTargetInstance { IsRuanmei = true }, 1);
|
||||
randomList.Add(new RogueAdventureWolfGunTargetInstance { IsRuanmei = true }, 100);
|
||||
|
||||
for (var i = 0; i < 4; i++)
|
||||
{
|
||||
|
||||
@@ -37,4 +37,16 @@ public class RogueMagicUnitInstance(RogueMagicUnitExcel excel)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public RogueCommonActionResult ToRemoveInfo(RogueCommonActionResultSourceType source)
|
||||
{
|
||||
return new RogueCommonActionResult
|
||||
{
|
||||
Source = source,
|
||||
RogueAction = new RogueCommonActionResultData
|
||||
{
|
||||
RemoveMagicUnitList = ToProto()
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
@@ -79,6 +79,8 @@ public class RogueMagicInstance : BaseRogueInstance
|
||||
public Dictionary<int, RogueScepterInstance> RogueScepters { get; set; } = [];
|
||||
public Dictionary<int, RogueMagicUnitInstance> RogueMagicUnits { get; set; } = [];
|
||||
public int CurMagicUnitUniqueId { get; set; } = 1;
|
||||
public int BasicRoundCnt { get; set; } = 2;
|
||||
public int ExtraRoundCnt { get; set; } = 2;
|
||||
|
||||
public Dictionary<RogueMagicRoomTypeEnum, int> RoomTypeWeight { get; set; } = new()
|
||||
{
|
||||
@@ -225,7 +227,7 @@ public class RogueMagicInstance : BaseRogueInstance
|
||||
|
||||
public async ValueTask RollMagicUnit(int amount, int level, List<RogueMagicUnitCategoryEnum> categories)
|
||||
{
|
||||
var unitExcels = GameData.RogueMagicUnitData.Values.Where(x => !RogueMagicUnits.ContainsKey(x.MagicUnitID) && x.MagicUnitLevel == level && categories.Contains(x.MagicUnitCategory) && x.MagicUnitType != RogueMagicMountTypeEnum.Active).ToList();
|
||||
var unitExcels = GameData.RogueMagicUnitData.Values.Where(x => x.MagicUnitLevel == level && categories.Contains(x.MagicUnitCategory) && x.MagicUnitType != RogueMagicMountTypeEnum.Active).ToList();
|
||||
|
||||
for (var i = 0; i < amount; i++)
|
||||
{
|
||||
@@ -258,7 +260,7 @@ public class RogueMagicInstance : BaseRogueInstance
|
||||
|
||||
public async ValueTask<RogueCommonActionResult> AddMagicUnit(RogueMagicUnitExcel excel,
|
||||
RogueCommonActionResultSourceType source = RogueCommonActionResultSourceType.Select,
|
||||
RogueCommonActionResultDisplayType display = RogueCommonActionResultDisplayType.None, bool sync = true)
|
||||
RogueCommonActionResultDisplayType display = RogueCommonActionResultDisplayType.None, bool sync = true, bool compose = true)
|
||||
{
|
||||
var unit = new RogueMagicUnitInstance(excel)
|
||||
{
|
||||
@@ -271,9 +273,84 @@ public class RogueMagicInstance : BaseRogueInstance
|
||||
await Player.SendPacket(
|
||||
new PacketSyncRogueCommonActionResultScNotify(RogueSubMode, res, display));
|
||||
|
||||
if (compose)
|
||||
await HandleAutoComposeUnit();
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
public async ValueTask<RogueCommonActionResult?> RemoveMagicUnit(int uniqueId,
|
||||
RogueCommonActionResultSourceType source = RogueCommonActionResultSourceType.Select,
|
||||
RogueCommonActionResultDisplayType display = RogueCommonActionResultDisplayType.None, bool sync = true)
|
||||
{
|
||||
if (!RogueMagicUnits.Remove(uniqueId, out var unit))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
var res = unit.ToRemoveInfo(source);
|
||||
if (sync)
|
||||
await Player.SendPacket(
|
||||
new PacketSyncRogueCommonActionResultScNotify(RogueSubMode, res, display));
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
public async ValueTask HandleAutoComposeUnit()
|
||||
{
|
||||
Dictionary<int, Dictionary<int, List<RogueMagicUnitInstance>>> unitMap = [];
|
||||
foreach (var unitInstance in RogueMagicUnits.Values)
|
||||
{
|
||||
unitMap.TryAdd(unitInstance.Excel.MagicUnitID, []);
|
||||
unitMap[unitInstance.Excel.MagicUnitID].TryAdd(unitInstance.Excel.MagicUnitLevel, []);
|
||||
|
||||
unitMap[unitInstance.Excel.MagicUnitID][unitInstance.Excel.MagicUnitLevel].Add(unitInstance);
|
||||
}
|
||||
|
||||
foreach (var unitLevelDict in unitMap)
|
||||
{
|
||||
foreach (var unitLevelMap in unitLevelDict.Value)
|
||||
{
|
||||
if (unitLevelMap.Key == 3) continue; // max level
|
||||
if (unitLevelMap.Value.Count < 3) continue; // cannot compose
|
||||
|
||||
// remove
|
||||
List<RogueMagicUnitInstance> removeInstances = [];
|
||||
var addCount = unitLevelMap.Value.Count / 3;
|
||||
|
||||
removeInstances.AddRange(Enumerable.Range(0, addCount * 3).Select(i => unitLevelMap.Value[i]));
|
||||
|
||||
List<RogueCommonActionResult> resList = [];
|
||||
foreach (var rogueMagicUnitInstance in removeInstances)
|
||||
{
|
||||
var res = await RemoveMagicUnit(rogueMagicUnitInstance.UniqueId, RogueCommonActionResultSourceType.MagicUnitCompose,
|
||||
sync: false);
|
||||
|
||||
if (res != null) resList.Add(res);
|
||||
}
|
||||
|
||||
// get the dressed scepter
|
||||
List<RogueCommonActionResult> scepterResList = [];
|
||||
scepterResList.AddRange(from rogueMagicUnitInstance in removeInstances from scepter in RogueScepters where scepter.Value.DressedUnits.Any(x => x.Value.Remove(rogueMagicUnitInstance)) select scepter.Value.ToDressInfo(RogueCommonActionResultSourceType.MagicUnitCompose));
|
||||
|
||||
// send packet
|
||||
await Player.SendPacket(new PacketSyncRogueCommonActionResultScNotify(RogueSubMode, scepterResList));
|
||||
await Player.SendPacket(new PacketSyncRogueCommonActionResultScNotify(RogueSubMode, resList));
|
||||
|
||||
// add new
|
||||
var excels = GameData.RogueMagicUnitData.Values.Where(x =>
|
||||
x.MagicUnitID == unitLevelDict.Key && x.MagicUnitLevel == unitLevelMap.Key + 1).ToList();
|
||||
|
||||
if (excels.Count <= 0) continue;
|
||||
for (var i = 0; i < addCount; i++)
|
||||
await AddMagicUnit(excels.RandomElement(), RogueCommonActionResultSourceType.MagicUnitCompose, compose:false);
|
||||
|
||||
// select another
|
||||
await RollMagicUnit(addCount, unitLevelMap.Key, [excels.RandomElement().MagicUnitCategory]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public async ValueTask AddMagicUnits(List<RogueMagicUnitExcel> excels, RogueCommonActionResultSourceType source = RogueCommonActionResultSourceType.Select, RogueCommonActionResultDisplayType display = RogueCommonActionResultDisplayType.Multi)
|
||||
{
|
||||
List<RogueCommonActionResult> results = [];
|
||||
@@ -332,15 +409,9 @@ public class RogueMagicInstance : BaseRogueInstance
|
||||
else if (target.IsRuanmei)
|
||||
{
|
||||
// ruanmei
|
||||
var toAddExcel = new List<RogueMagicUnitExcel>();
|
||||
var unitExcels = GameData.RogueMagicUnitData.Values
|
||||
.Where(x => !RogueMagicUnits.ContainsKey(x.MagicUnitID) && x.MagicUnitLevel == 1 && x.MagicUnitType != RogueMagicMountTypeEnum.Active).ToList();
|
||||
foreach (var unused in Enumerable.Range(0, 10))
|
||||
{
|
||||
var unit = unitExcels.RandomElement();
|
||||
toAddExcel.Add(unit);
|
||||
unitExcels.Remove(unit); // remove to avoid duplicate
|
||||
}
|
||||
.Where(x => x.MagicUnitLevel == 1 && x.MagicUnitType != RogueMagicMountTypeEnum.Active).ToList();
|
||||
var toAddExcel = Enumerable.Range(0, 10).Select(unused => unitExcels.RandomElement()).ToList();
|
||||
|
||||
await AddMagicUnits(toAddExcel, RogueCommonActionResultSourceType.None);
|
||||
}
|
||||
@@ -362,15 +433,19 @@ public class RogueMagicInstance : BaseRogueInstance
|
||||
}
|
||||
battle.MagicInfo = new BattleRogueMagicInfo
|
||||
{
|
||||
ModifierContent = new IGEFNGNCKOG
|
||||
ModifierContent = new BattleRogueMagicModifierInfo
|
||||
{
|
||||
OJIBOBNAIKH = 5
|
||||
RogueMagicBattleConst = 5
|
||||
},
|
||||
DetailInfo = new BattleRogueMagicDetailInfo
|
||||
{
|
||||
ILAPCDFJHNH = new BattleRogueMagicItemInfo
|
||||
BattleMagicItemInfo = new BattleRogueMagicItemInfo
|
||||
{
|
||||
BattleRoundCount = new BattleRogueMagicRoundCount(),
|
||||
BattleRoundCount = new BattleRogueMagicRoundCount
|
||||
{
|
||||
BattleStandardRoundLimit = (uint)BasicRoundCnt,
|
||||
BattleExtraRoundLimit = (uint)ExtraRoundCnt
|
||||
},
|
||||
BattleScepterList = { RogueScepters.Select(x => x.Value.ToBattleScepterInfo()) }
|
||||
}
|
||||
}
|
||||
@@ -398,6 +473,17 @@ public class RogueMagicInstance : BaseRogueInstance
|
||||
return;
|
||||
}
|
||||
|
||||
// extra round calc
|
||||
var usedCnt = req.Stt.RoundCnt;
|
||||
|
||||
if (usedCnt > BasicRoundCnt)
|
||||
{
|
||||
var extraCnt = (int)usedCnt - BasicRoundCnt;
|
||||
if (extraCnt > ExtraRoundCnt) extraCnt = ExtraRoundCnt;
|
||||
|
||||
ExtraRoundCnt -= extraCnt;
|
||||
}
|
||||
|
||||
if (CurLevel!.CurRoom!.RoomType == RogueMagicRoomTypeEnum.Boss)
|
||||
{
|
||||
await RollScepter(battle.Stages.Count, 1);
|
||||
@@ -529,7 +615,8 @@ public class RogueMagicInstance : BaseRogueInstance
|
||||
{
|
||||
Status = LevelStatus,
|
||||
CurLevelIndex = (uint)(CurLevel?.CurRoomIndex ?? 0),
|
||||
Reason = RogueMagicSettleReason.None
|
||||
Reason = RogueMagicSettleReason.None,
|
||||
ExtraRoundLimit = (uint)ExtraRoundCnt
|
||||
};
|
||||
|
||||
foreach (var levelInstance in Levels.Values) proto.LevelInfoList.Add(levelInstance.ToProto());
|
||||
|
||||
@@ -7,11 +7,13 @@ namespace EggLink.DanhengServer.GameServer.Game.RogueMagic.Scepter;
|
||||
public class RogueScepterInstance(RogueMagicScepterExcel excel)
|
||||
{
|
||||
public RogueMagicScepterExcel Excel { get; set; } = excel;
|
||||
public Dictionary<int, RogueMagicUnitInstance> DressedUnits { get; set; } = [];
|
||||
public Dictionary<int, List<RogueMagicUnitInstance>> DressedUnits { get; set; } = [];
|
||||
|
||||
public void AddUnit(int slot, RogueMagicUnitInstance unit)
|
||||
{
|
||||
DressedUnits[slot] = unit;
|
||||
DressedUnits.TryAdd(slot, []);
|
||||
|
||||
DressedUnits[slot].Add(unit);
|
||||
}
|
||||
|
||||
public void RemoveUnit(int slot)
|
||||
@@ -23,15 +25,22 @@ public class RogueScepterInstance(RogueMagicScepterExcel excel)
|
||||
{
|
||||
var proto = new RogueMagicGameScepterInfo
|
||||
{
|
||||
ModifierContent = ToBasicInfo(),
|
||||
ScepterDressInfo = { DressedUnits.Select(x => new RogueMagicScepterDressInfo
|
||||
{
|
||||
Slot = (uint)x.Key,
|
||||
DressMagicUnitUniqueId = (uint)x.Value.UniqueId,
|
||||
Type = (uint)x.Value.Excel.MagicUnitType
|
||||
}) }
|
||||
ModifierContent = ToBasicInfo()
|
||||
};
|
||||
|
||||
foreach (var dressedUnit in DressedUnits)
|
||||
{
|
||||
foreach (var unit in dressedUnit.Value)
|
||||
{
|
||||
proto.ScepterDressInfo.Add(new RogueMagicScepterDressInfo
|
||||
{
|
||||
Slot = (uint)dressedUnit.Key,
|
||||
DressMagicUnitUniqueId = (uint)unit.UniqueId,
|
||||
Type = (uint)unit.Excel.MagicUnitType
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
foreach (var trench in Excel.TrenchCount)
|
||||
{
|
||||
proto.TrenchCount.Add((uint)trench.Key, (uint)trench.Value);
|
||||
@@ -96,14 +105,17 @@ public class RogueScepterInstance(RogueMagicScepterExcel excel)
|
||||
}
|
||||
|
||||
foreach (var unitInfo in DressedUnits)
|
||||
{
|
||||
foreach (var unit in unitInfo.Value)
|
||||
{
|
||||
proto.RogueMagicUnitInfoList.Add(new BattleRogueMagicUnit
|
||||
{
|
||||
MagicUnitId = (uint)unitInfo.Value.Excel.MagicUnitID,
|
||||
Level = (uint)unitInfo.Value.Excel.MagicUnitLevel,
|
||||
MagicUnitId = (uint)unit.Excel.MagicUnitID,
|
||||
Level = (uint)unit.Excel.MagicUnitLevel,
|
||||
DiceSlotId = (uint)unitInfo.Key
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
return proto;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using EggLink.DanhengServer.GameServer.Game.Battle.Skill;
|
||||
using EggLink.DanhengServer.Data.Config;
|
||||
using EggLink.DanhengServer.GameServer.Game.Battle.Skill;
|
||||
using EggLink.DanhengServer.GameServer.Server.Packet.Send.Scene;
|
||||
using EggLink.DanhengServer.Kcp;
|
||||
using EggLink.DanhengServer.Proto;
|
||||
@@ -21,6 +22,21 @@ public class HandlerSceneCastSkillCsReq : Handler
|
||||
if (caster != null)
|
||||
{
|
||||
// Check if normal attack or technique was used
|
||||
if (req.MazeAbilityStr != "")
|
||||
{
|
||||
// overwrite whole skill
|
||||
AbilityInfo? ability = null;
|
||||
caster.AvatarInfo.Excel?.MazeAbility.TryGetValue(req.MazeAbilityStr, out ability);
|
||||
if (ability != null)
|
||||
{
|
||||
mazeSkill = MazeSkillManager.GetSkill(caster.AvatarInfo.GetAvatarId(), ability, req);
|
||||
mazeSkill.OnCast(caster, player);
|
||||
|
||||
await connection.SendPacket(new PacketSceneCastSkillScRsp(req.CastEntityId, []));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (req.SkillIndex > 0)
|
||||
{
|
||||
// Cast skill effects
|
||||
|
||||
@@ -10,7 +10,7 @@ public class PacketRogueModifierAddNotify : BasePacket
|
||||
{
|
||||
var proto = new RogueModifierAddNotify
|
||||
{
|
||||
CHESSROGUECELLUPDATEREASONMODIFIER = modifier.ToProto()
|
||||
Modifier = modifier.ToProto()
|
||||
};
|
||||
|
||||
SetData(proto);
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static AEBKGEAGJCJReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFBRUJLR0VBR0pDSi5wcm90bxoRSEdHQ05OSk9FUEgucHJvdG8aFExvZ2lz",
|
||||
"dGljc1Njb3JlLnByb3RvGhFPRURNUENCS0NKRC5wcm90byKOAQoLQUVCS0dF",
|
||||
"ChFBRUJLR0VBR0pDSi5wcm90bxoRT0VETVBDQktDSkQucHJvdG8aEUhHR0NO",
|
||||
"TkpPRVBILnByb3RvGhRMb2dpc3RpY3NTY29yZS5wcm90byKOAQoLQUVCS0dF",
|
||||
"QUdKQ0oSIQoLSEpGSURKQUhNSkcYDiADKAsyDC5IR0dDTk5KT0VQSBIhCgtG",
|
||||
"SUxNTkZETE1OSRgJIAMoCzIMLk9FRE1QQ0JLQ0pEEhMKC1BKSU1EUE9PRERK",
|
||||
"GA0gAygNEiQKC1BEQk9LSE5IUE5BGAsgAygLMg8uTG9naXN0aWNzU2NvcmVC",
|
||||
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HGGCNNJOEPHReflection.Descriptor, global::EggLink.DanhengServer.Proto.LogisticsScoreReflection.Descriptor, global::EggLink.DanhengServer.Proto.OEDMPCBKCJDReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OEDMPCBKCJDReflection.Descriptor, global::EggLink.DanhengServer.Proto.HGGCNNJOEPHReflection.Descriptor, global::EggLink.DanhengServer.Proto.LogisticsScoreReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AEBKGEAGJCJ), global::EggLink.DanhengServer.Proto.AEBKGEAGJCJ.Parser, new[]{ "HJFIDJAHMJG", "FILMNFDLMNI", "PJIMDPOODDJ", "PDBOKHNHPNA" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static AddAvatarScNotifyReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChdBZGRBdmF0YXJTY05vdGlmeS5wcm90bxoOSXRlbUxpc3QucHJvdG8aF0Fk",
|
||||
"ZEF2YXRhclNyY1N0YXRlLnByb3RvIncKEUFkZEF2YXRhclNjTm90aWZ5Eh8K",
|
||||
"ChdBZGRBdmF0YXJTY05vdGlmeS5wcm90bxoXQWRkQXZhdGFyU3JjU3RhdGUu",
|
||||
"cHJvdG8aDkl0ZW1MaXN0LnByb3RvIncKEUFkZEF2YXRhclNjTm90aWZ5Eh8K",
|
||||
"A3NyYxgDIAEoDjISLkFkZEF2YXRhclNyY1N0YXRlEhYKDmJhc2VfYXZhdGFy",
|
||||
"X2lkGAcgASgNEg4KBmlzX25ldxgBIAEoCBIZCgZyZXdhcmQYCSABKAsyCS5J",
|
||||
"dGVtTGlzdEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
||||
"bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.AddAvatarSrcStateReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AddAvatarSrcStateReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AddAvatarScNotify), global::EggLink.DanhengServer.Proto.AddAvatarScNotify.Parser, new[]{ "Src", "BaseAvatarId", "IsNew", "Reward" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -25,13 +25,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"Ch1BcmNoaXZlV29sZkJyb0dhbWVTY1JzcC5wcm90bxoVV29sZkJyb0dhbWVE",
|
||||
"YXRhLnByb3RvIlEKF0FyY2hpdmVXb2xmQnJvR2FtZVNjUnNwEg8KB3JldGNv",
|
||||
"ZGUYBCABKA0SJQoLSUhDT0VHRUFDSEcYBSABKAsyEC5Xb2xmQnJvR2FtZURh",
|
||||
"dGFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
"YXRhLnByb3RvIlgKF0FyY2hpdmVXb2xmQnJvR2FtZVNjUnNwEg8KB3JldGNv",
|
||||
"ZGUYBCABKA0SLAoSd29sZl9icm9fZ2FtZV9kYXRhGAUgASgLMhAuV29sZkJy",
|
||||
"b0dhbWVEYXRhQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
|
||||
"b3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.WolfBroGameDataReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ArchiveWolfBroGameScRsp), global::EggLink.DanhengServer.Proto.ArchiveWolfBroGameScRsp.Parser, new[]{ "Retcode", "IHCOEGEACHG" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ArchiveWolfBroGameScRsp), global::EggLink.DanhengServer.Proto.ArchiveWolfBroGameScRsp.Parser, new[]{ "Retcode", "WolfBroGameData" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -74,7 +75,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ArchiveWolfBroGameScRsp(ArchiveWolfBroGameScRsp other) : this() {
|
||||
retcode_ = other.retcode_;
|
||||
iHCOEGEACHG_ = other.iHCOEGEACHG_ != null ? other.iHCOEGEACHG_.Clone() : null;
|
||||
wolfBroGameData_ = other.wolfBroGameData_ != null ? other.wolfBroGameData_.Clone() : null;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -96,15 +97,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IHCOEGEACHG" field.</summary>
|
||||
public const int IHCOEGEACHGFieldNumber = 5;
|
||||
private global::EggLink.DanhengServer.Proto.WolfBroGameData iHCOEGEACHG_;
|
||||
/// <summary>Field number for the "wolf_bro_game_data" field.</summary>
|
||||
public const int WolfBroGameDataFieldNumber = 5;
|
||||
private global::EggLink.DanhengServer.Proto.WolfBroGameData wolfBroGameData_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.WolfBroGameData IHCOEGEACHG {
|
||||
get { return iHCOEGEACHG_; }
|
||||
public global::EggLink.DanhengServer.Proto.WolfBroGameData WolfBroGameData {
|
||||
get { return wolfBroGameData_; }
|
||||
set {
|
||||
iHCOEGEACHG_ = value;
|
||||
wolfBroGameData_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -124,7 +125,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if (Retcode != other.Retcode) return false;
|
||||
if (!object.Equals(IHCOEGEACHG, other.IHCOEGEACHG)) return false;
|
||||
if (!object.Equals(WolfBroGameData, other.WolfBroGameData)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -133,7 +134,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (iHCOEGEACHG_ != null) hash ^= IHCOEGEACHG.GetHashCode();
|
||||
if (wolfBroGameData_ != null) hash ^= WolfBroGameData.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -156,9 +157,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (iHCOEGEACHG_ != null) {
|
||||
if (wolfBroGameData_ != null) {
|
||||
output.WriteRawTag(42);
|
||||
output.WriteMessage(IHCOEGEACHG);
|
||||
output.WriteMessage(WolfBroGameData);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -174,9 +175,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (iHCOEGEACHG_ != null) {
|
||||
if (wolfBroGameData_ != null) {
|
||||
output.WriteRawTag(42);
|
||||
output.WriteMessage(IHCOEGEACHG);
|
||||
output.WriteMessage(WolfBroGameData);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -191,8 +192,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
if (iHCOEGEACHG_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(IHCOEGEACHG);
|
||||
if (wolfBroGameData_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(WolfBroGameData);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -209,11 +210,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
if (other.iHCOEGEACHG_ != null) {
|
||||
if (iHCOEGEACHG_ == null) {
|
||||
IHCOEGEACHG = new global::EggLink.DanhengServer.Proto.WolfBroGameData();
|
||||
if (other.wolfBroGameData_ != null) {
|
||||
if (wolfBroGameData_ == null) {
|
||||
WolfBroGameData = new global::EggLink.DanhengServer.Proto.WolfBroGameData();
|
||||
}
|
||||
IHCOEGEACHG.MergeFrom(other.IHCOEGEACHG);
|
||||
WolfBroGameData.MergeFrom(other.WolfBroGameData);
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -235,10 +236,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 42: {
|
||||
if (iHCOEGEACHG_ == null) {
|
||||
IHCOEGEACHG = new global::EggLink.DanhengServer.Proto.WolfBroGameData();
|
||||
if (wolfBroGameData_ == null) {
|
||||
WolfBroGameData = new global::EggLink.DanhengServer.Proto.WolfBroGameData();
|
||||
}
|
||||
input.ReadMessage(IHCOEGEACHG);
|
||||
input.ReadMessage(WolfBroGameData);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -261,10 +262,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 42: {
|
||||
if (iHCOEGEACHG_ == null) {
|
||||
IHCOEGEACHG = new global::EggLink.DanhengServer.Proto.WolfBroGameData();
|
||||
if (wolfBroGameData_ == null) {
|
||||
WolfBroGameData = new global::EggLink.DanhengServer.Proto.WolfBroGameData();
|
||||
}
|
||||
input.ReadMessage(IHCOEGEACHG);
|
||||
input.ReadMessage(WolfBroGameData);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static AvatarBattleInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChZBdmF0YXJCYXR0bGVJbmZvLnByb3RvGhBBdmF0YXJUeXBlLnByb3RvGhpB",
|
||||
"dHRhY2tEYW1hZ2VQcm9wZXJ0eS5wcm90bxoRU3BBZGRTb3VyY2UucHJvdG8a",
|
||||
"FEF2YXRhclByb3BlcnR5LnByb3RvGhZTa2lsbFVzZVByb3BlcnR5LnByb3Rv",
|
||||
"GhNBYmlsaXR5VXNlU3R0LnByb3RvGhVBdmF0YXJTa2lsbFRyZWUucHJvdG8a",
|
||||
"EUJhdHRsZVJlbGljLnByb3RvGhdFcXVpcG1lbnRQcm9wZXJ0eS5wcm90byLn",
|
||||
"ChZBdmF0YXJCYXR0bGVJbmZvLnByb3RvGhRBdmF0YXJQcm9wZXJ0eS5wcm90",
|
||||
"bxoaQXR0YWNrRGFtYWdlUHJvcGVydHkucHJvdG8aF0VxdWlwbWVudFByb3Bl",
|
||||
"cnR5LnByb3RvGhVBdmF0YXJTa2lsbFRyZWUucHJvdG8aFlNraWxsVXNlUHJv",
|
||||
"cGVydHkucHJvdG8aEEF2YXRhclR5cGUucHJvdG8aEVNwQWRkU291cmNlLnBy",
|
||||
"b3RvGhNBYmlsaXR5VXNlU3R0LnByb3RvGhFCYXR0bGVSZWxpYy5wcm90byLn",
|
||||
"CQoQQXZhdGFyQmF0dGxlSW5mbxIgCgthdmF0YXJfdHlwZRgBIAEoDjILLkF2",
|
||||
"YXRhclR5cGUSCgoCaWQYAiABKA0SFAoMYXZhdGFyX2xldmVsGAMgASgNEhMK",
|
||||
"C2F2YXRhcl9yYW5rGAQgASgNEhgKEGF2YXRhcl9wcm9tb3Rpb24YBSABKA0S",
|
||||
@@ -59,7 +59,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"EwoLS0RGTENKTEFMRUgYKyABKA0SEwoLTklIRkJHR0lLSU0YLCABKAFCHqoC",
|
||||
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.AttackDamagePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpAddSourceReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.SkillUsePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AbilityUseSttReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.EquipmentPropertyReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AttackDamagePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.EquipmentPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SkillUsePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpAddSourceReflection.Descriptor, global::EggLink.DanhengServer.Proto.AbilityUseSttReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AvatarBattleInfo), global::EggLink.DanhengServer.Proto.AvatarBattleInfo.Parser, new[]{ "AvatarType", "Id", "AvatarLevel", "AvatarRank", "AvatarPromotion", "AvatarStatus", "AvatarSkill", "AvatarEquipment", "TotalTurns", "TotalDamage", "TotalHeal", "TotalDamageTaken", "TotalHpRecover", "TotalSpCost", "StageId", "StageType", "TotalBreakDamage", "AttackTypeDamage", "AttackTypeBreakDamage", "AttackTypeMaxDamage", "SkillTimes", "DelayCumulate", "TotalSpAdd", "SpAddSource", "TotalBpCost", "DieTimes", "ReviveTimes", "BreakTimes", "ExtraTurns", "TotalShield", "TotalShieldTaken", "TotalShieldDamage", "InitialStatus", "Relics", "AssistUid", "ELJGKKANLDI", "CALNPMADJBG", "NBNJMLLGFIL", "OLADIJEDBPJ", "HHJFDGDHLOP", "PPAPOLPPKBH", "PADBNMLAGMM", "KDFLCJLALEH", "NIHFBGGIKIM" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static BattleAvatarReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChJCYXR0bGVBdmF0YXIucHJvdG8aEEF2YXRhclR5cGUucHJvdG8aFUJhdHRs",
|
||||
"ZUVxdWlwbWVudC5wcm90bxoRQ0RDUEJJQVBNQk0ucHJvdG8aFUF2YXRhclNr",
|
||||
"aWxsVHJlZS5wcm90bxoRQmF0dGxlUmVsaWMucHJvdG8aD1NwQmFySW5mby5w",
|
||||
"ChJCYXR0bGVBdmF0YXIucHJvdG8aFUF2YXRhclNraWxsVHJlZS5wcm90bxoV",
|
||||
"QmF0dGxlRXF1aXBtZW50LnByb3RvGhBBdmF0YXJUeXBlLnByb3RvGg9TcEJh",
|
||||
"ckluZm8ucHJvdG8aEUNEQ1BCSUFQTUJNLnByb3RvGhFCYXR0bGVSZWxpYy5w",
|
||||
"cm90byL6AgoMQmF0dGxlQXZhdGFyEiAKC2F2YXRhcl90eXBlGAEgASgOMgsu",
|
||||
"QXZhdGFyVHlwZRIKCgJpZBgCIAEoDRINCgVsZXZlbBgDIAEoDRIMCgRyYW5r",
|
||||
"GAQgASgNEg0KBWluZGV4GAUgASgNEigKDnNraWxsdHJlZV9saXN0GAYgAygL",
|
||||
@@ -38,7 +38,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"SW5mbxITCgtNS0pLTU1JT0NIQhgRIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n",
|
||||
"U2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEquipmentReflection.Descriptor, global::EggLink.DanhengServer.Proto.CDCPBIAPMBMReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEquipmentReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CDCPBIAPMBMReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleAvatar), global::EggLink.DanhengServer.Proto.BattleAvatar.Parser, new[]{ "AvatarType", "Id", "Level", "Rank", "Index", "SkilltreeList", "EquipmentList", "Hp", "Promotion", "RelicList", "WorldLevel", "AssistUid", "MBPNICPIMHH", "SpBar", "MKJKMMIOCHB" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -25,18 +25,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpCYXR0bGVQYXNzSW5mb05vdGlmeS5wcm90bxoQQnBUaWVyVHlwZS5wcm90",
|
||||
"byKmAgoUQmF0dGxlUGFzc0luZm9Ob3RpZnkSDQoFbGV2ZWwYBiABKA0SEwoL",
|
||||
"byKnAgoUQmF0dGxlUGFzc0luZm9Ob3RpZnkSDQoFbGV2ZWwYBiABKA0SEwoL",
|
||||
"Q0tORk1JRkZBSEkYDCABKAQSEwoLRUxQR0VETUJDTkIYCiABKAQSEwoLQkFB",
|
||||
"SUFGSUpGQUYYDiABKAQSCwoDZXhwGAsgASgNEhMKC05QTUNQTEdGT0hMGAkg",
|
||||
"ASgNEhMKC0ZKSURJS0FKTUpJGA0gASgEEhMKC1BGRk1FTkJESEpDGAEgASgE",
|
||||
"EhMKC09MT0JBR0xCR0hHGAggASgEEiAKC0lLT0JPRUtIT09LGA8gASgOMgsu",
|
||||
"QnBUaWVyVHlwZRITCgtHTUJOT0pCT0hLSxgFIAEoBBITCgtPRkdHQU1ITFBN",
|
||||
"UBgDIAEoDRITCgtITUJBRkVFS05BShgHIAEoBEIeqgIbRWdnTGluay5EYW5o",
|
||||
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
"EhMKC09MT0JBR0xCR0hHGAggASgEEiEKDGJwX3RpZXJfdHlwZRgPIAEoDjIL",
|
||||
"LkJwVGllclR5cGUSEwoLR01CTk9KQk9IS0sYBSABKAQSEwoLT0ZHR0FNSExQ",
|
||||
"TVAYAyABKA0SEwoLSE1CQUZFRUtOQUoYByABKARCHqoCG0VnZ0xpbmsuRGFu",
|
||||
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BpTierTypeReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattlePassInfoNotify), global::EggLink.DanhengServer.Proto.BattlePassInfoNotify.Parser, new[]{ "Level", "CKNFMIFFAHI", "ELPGEDMBCNB", "BAAIAFIJFAF", "Exp", "NPMCPLGFOHL", "FJIDIKAJMJI", "PFFMENBDHJC", "OLOBAGLBGHG", "IKOBOEKHOOK", "GMBNOJBOHKK", "OFGGAMHLPMP", "HMBAFEEKNAJ" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattlePassInfoNotify), global::EggLink.DanhengServer.Proto.BattlePassInfoNotify.Parser, new[]{ "Level", "CKNFMIFFAHI", "ELPGEDMBCNB", "BAAIAFIJFAF", "Exp", "NPMCPLGFOHL", "FJIDIKAJMJI", "PFFMENBDHJC", "OLOBAGLBGHG", "BpTierType", "GMBNOJBOHKK", "OFGGAMHLPMP", "HMBAFEEKNAJ" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -87,7 +87,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
fJIDIKAJMJI_ = other.fJIDIKAJMJI_;
|
||||
pFFMENBDHJC_ = other.pFFMENBDHJC_;
|
||||
oLOBAGLBGHG_ = other.oLOBAGLBGHG_;
|
||||
iKOBOEKHOOK_ = other.iKOBOEKHOOK_;
|
||||
bpTierType_ = other.bpTierType_;
|
||||
gMBNOJBOHKK_ = other.gMBNOJBOHKK_;
|
||||
oFGGAMHLPMP_ = other.oFGGAMHLPMP_;
|
||||
hMBAFEEKNAJ_ = other.hMBAFEEKNAJ_;
|
||||
@@ -208,15 +208,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IKOBOEKHOOK" field.</summary>
|
||||
public const int IKOBOEKHOOKFieldNumber = 15;
|
||||
private global::EggLink.DanhengServer.Proto.BpTierType iKOBOEKHOOK_ = global::EggLink.DanhengServer.Proto.BpTierType.None;
|
||||
/// <summary>Field number for the "bp_tier_type" field.</summary>
|
||||
public const int BpTierTypeFieldNumber = 15;
|
||||
private global::EggLink.DanhengServer.Proto.BpTierType bpTierType_ = global::EggLink.DanhengServer.Proto.BpTierType.None;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.BpTierType IKOBOEKHOOK {
|
||||
get { return iKOBOEKHOOK_; }
|
||||
public global::EggLink.DanhengServer.Proto.BpTierType BpTierType {
|
||||
get { return bpTierType_; }
|
||||
set {
|
||||
iKOBOEKHOOK_ = value;
|
||||
bpTierType_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -280,7 +280,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (FJIDIKAJMJI != other.FJIDIKAJMJI) return false;
|
||||
if (PFFMENBDHJC != other.PFFMENBDHJC) return false;
|
||||
if (OLOBAGLBGHG != other.OLOBAGLBGHG) return false;
|
||||
if (IKOBOEKHOOK != other.IKOBOEKHOOK) return false;
|
||||
if (BpTierType != other.BpTierType) return false;
|
||||
if (GMBNOJBOHKK != other.GMBNOJBOHKK) return false;
|
||||
if (OFGGAMHLPMP != other.OFGGAMHLPMP) return false;
|
||||
if (HMBAFEEKNAJ != other.HMBAFEEKNAJ) return false;
|
||||
@@ -300,7 +300,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (FJIDIKAJMJI != 0UL) hash ^= FJIDIKAJMJI.GetHashCode();
|
||||
if (PFFMENBDHJC != 0UL) hash ^= PFFMENBDHJC.GetHashCode();
|
||||
if (OLOBAGLBGHG != 0UL) hash ^= OLOBAGLBGHG.GetHashCode();
|
||||
if (IKOBOEKHOOK != global::EggLink.DanhengServer.Proto.BpTierType.None) hash ^= IKOBOEKHOOK.GetHashCode();
|
||||
if (BpTierType != global::EggLink.DanhengServer.Proto.BpTierType.None) hash ^= BpTierType.GetHashCode();
|
||||
if (GMBNOJBOHKK != 0UL) hash ^= GMBNOJBOHKK.GetHashCode();
|
||||
if (OFGGAMHLPMP != 0) hash ^= OFGGAMHLPMP.GetHashCode();
|
||||
if (HMBAFEEKNAJ != 0UL) hash ^= HMBAFEEKNAJ.GetHashCode();
|
||||
@@ -370,9 +370,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt64(BAAIAFIJFAF);
|
||||
}
|
||||
if (IKOBOEKHOOK != global::EggLink.DanhengServer.Proto.BpTierType.None) {
|
||||
if (BpTierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteEnum((int) IKOBOEKHOOK);
|
||||
output.WriteEnum((int) BpTierType);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -432,9 +432,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt64(BAAIAFIJFAF);
|
||||
}
|
||||
if (IKOBOEKHOOK != global::EggLink.DanhengServer.Proto.BpTierType.None) {
|
||||
if (BpTierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteEnum((int) IKOBOEKHOOK);
|
||||
output.WriteEnum((int) BpTierType);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -473,8 +473,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (OLOBAGLBGHG != 0UL) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(OLOBAGLBGHG);
|
||||
}
|
||||
if (IKOBOEKHOOK != global::EggLink.DanhengServer.Proto.BpTierType.None) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) IKOBOEKHOOK);
|
||||
if (BpTierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BpTierType);
|
||||
}
|
||||
if (GMBNOJBOHKK != 0UL) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(GMBNOJBOHKK);
|
||||
@@ -524,8 +524,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.OLOBAGLBGHG != 0UL) {
|
||||
OLOBAGLBGHG = other.OLOBAGLBGHG;
|
||||
}
|
||||
if (other.IKOBOEKHOOK != global::EggLink.DanhengServer.Proto.BpTierType.None) {
|
||||
IKOBOEKHOOK = other.IKOBOEKHOOK;
|
||||
if (other.BpTierType != global::EggLink.DanhengServer.Proto.BpTierType.None) {
|
||||
BpTierType = other.BpTierType;
|
||||
}
|
||||
if (other.GMBNOJBOHKK != 0UL) {
|
||||
GMBNOJBOHKK = other.GMBNOJBOHKK;
|
||||
@@ -600,7 +600,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
IKOBOEKHOOK = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum();
|
||||
BpTierType = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -667,7 +667,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
IKOBOEKHOOK = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum();
|
||||
BpTierType = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiBCYXR0bGVSb2d1ZU1hZ2ljRGV0YWlsSW5mby5wcm90bxoeQmF0dGxlUm9n",
|
||||
"dWVNYWdpY0l0ZW1JbmZvLnByb3RvIkwKGkJhdHRsZVJvZ3VlTWFnaWNEZXRh",
|
||||
"aWxJbmZvEi4KC0lMQVBDREZKSE5IGAEgASgLMhkuQmF0dGxlUm9ndWVNYWdp",
|
||||
"Y0l0ZW1JbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
|
||||
"b3RvMw=="));
|
||||
"dWVNYWdpY0l0ZW1JbmZvLnByb3RvIlcKGkJhdHRsZVJvZ3VlTWFnaWNEZXRh",
|
||||
"aWxJbmZvEjkKFmJhdHRsZV9tYWdpY19pdGVtX2luZm8YASABKAsyGS5CYXR0",
|
||||
"bGVSb2d1ZU1hZ2ljSXRlbUluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
|
||||
"ci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleRogueMagicDetailInfo), global::EggLink.DanhengServer.Proto.BattleRogueMagicDetailInfo.Parser, new[]{ "ILAPCDFJHNH" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleRogueMagicDetailInfo), global::EggLink.DanhengServer.Proto.BattleRogueMagicDetailInfo.Parser, new[]{ "BattleMagicItemInfo" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -74,7 +74,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public BattleRogueMagicDetailInfo(BattleRogueMagicDetailInfo other) : this() {
|
||||
iLAPCDFJHNH_ = other.iLAPCDFJHNH_ != null ? other.iLAPCDFJHNH_.Clone() : null;
|
||||
battleMagicItemInfo_ = other.battleMagicItemInfo_ != null ? other.battleMagicItemInfo_.Clone() : null;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -84,15 +84,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new BattleRogueMagicDetailInfo(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "ILAPCDFJHNH" field.</summary>
|
||||
public const int ILAPCDFJHNHFieldNumber = 1;
|
||||
private global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo iLAPCDFJHNH_;
|
||||
/// <summary>Field number for the "battle_magic_item_info" field.</summary>
|
||||
public const int BattleMagicItemInfoFieldNumber = 1;
|
||||
private global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo battleMagicItemInfo_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo ILAPCDFJHNH {
|
||||
get { return iLAPCDFJHNH_; }
|
||||
public global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo BattleMagicItemInfo {
|
||||
get { return battleMagicItemInfo_; }
|
||||
set {
|
||||
iLAPCDFJHNH_ = value;
|
||||
battleMagicItemInfo_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -111,7 +111,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (!object.Equals(ILAPCDFJHNH, other.ILAPCDFJHNH)) return false;
|
||||
if (!object.Equals(BattleMagicItemInfo, other.BattleMagicItemInfo)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -119,7 +119,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (iLAPCDFJHNH_ != null) hash ^= ILAPCDFJHNH.GetHashCode();
|
||||
if (battleMagicItemInfo_ != null) hash ^= BattleMagicItemInfo.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -138,9 +138,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (iLAPCDFJHNH_ != null) {
|
||||
if (battleMagicItemInfo_ != null) {
|
||||
output.WriteRawTag(10);
|
||||
output.WriteMessage(ILAPCDFJHNH);
|
||||
output.WriteMessage(BattleMagicItemInfo);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -152,9 +152,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (iLAPCDFJHNH_ != null) {
|
||||
if (battleMagicItemInfo_ != null) {
|
||||
output.WriteRawTag(10);
|
||||
output.WriteMessage(ILAPCDFJHNH);
|
||||
output.WriteMessage(BattleMagicItemInfo);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -166,8 +166,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (iLAPCDFJHNH_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ILAPCDFJHNH);
|
||||
if (battleMagicItemInfo_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BattleMagicItemInfo);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -181,11 +181,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.iLAPCDFJHNH_ != null) {
|
||||
if (iLAPCDFJHNH_ == null) {
|
||||
ILAPCDFJHNH = new global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo();
|
||||
if (other.battleMagicItemInfo_ != null) {
|
||||
if (battleMagicItemInfo_ == null) {
|
||||
BattleMagicItemInfo = new global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo();
|
||||
}
|
||||
ILAPCDFJHNH.MergeFrom(other.ILAPCDFJHNH);
|
||||
BattleMagicItemInfo.MergeFrom(other.BattleMagicItemInfo);
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -203,10 +203,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 10: {
|
||||
if (iLAPCDFJHNH_ == null) {
|
||||
ILAPCDFJHNH = new global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo();
|
||||
if (battleMagicItemInfo_ == null) {
|
||||
BattleMagicItemInfo = new global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo();
|
||||
}
|
||||
input.ReadMessage(ILAPCDFJHNH);
|
||||
input.ReadMessage(BattleMagicItemInfo);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -225,10 +225,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 10: {
|
||||
if (iLAPCDFJHNH_ == null) {
|
||||
ILAPCDFJHNH = new global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo();
|
||||
if (battleMagicItemInfo_ == null) {
|
||||
BattleMagicItemInfo = new global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo();
|
||||
}
|
||||
input.ReadMessage(ILAPCDFJHNH);
|
||||
input.ReadMessage(BattleMagicItemInfo);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static BattleRogueMagicInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpCYXR0bGVSb2d1ZU1hZ2ljSW5mby5wcm90bxoRSUdFRk5HTkNLT0cucHJv",
|
||||
"dG8aIEJhdHRsZVJvZ3VlTWFnaWNEZXRhaWxJbmZvLnByb3RvInAKFEJhdHRs",
|
||||
"ZVJvZ3VlTWFnaWNJbmZvEiYKEG1vZGlmaWVyX2NvbnRlbnQYASABKAsyDC5J",
|
||||
"R0VGTkdOQ0tPRxIwCgtkZXRhaWxfaW5mbxgCIAEoCzIbLkJhdHRsZVJvZ3Vl",
|
||||
"TWFnaWNEZXRhaWxJbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
|
||||
"dG9iBnByb3RvMw=="));
|
||||
"ChpCYXR0bGVSb2d1ZU1hZ2ljSW5mby5wcm90bxoiQmF0dGxlUm9ndWVNYWdp",
|
||||
"Y01vZGlmaWVySW5mby5wcm90bxogQmF0dGxlUm9ndWVNYWdpY0RldGFpbElu",
|
||||
"Zm8ucHJvdG8igQEKFEJhdHRsZVJvZ3VlTWFnaWNJbmZvEjcKEG1vZGlmaWVy",
|
||||
"X2NvbnRlbnQYASABKAsyHS5CYXR0bGVSb2d1ZU1hZ2ljTW9kaWZpZXJJbmZv",
|
||||
"EjAKC2RldGFpbF9pbmZvGAIgASgLMhsuQmF0dGxlUm9ndWVNYWdpY0RldGFp",
|
||||
"bEluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IGEFNGNCKOGReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRogueMagicDetailInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleRogueMagicModifierInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRogueMagicDetailInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleRogueMagicInfo), global::EggLink.DanhengServer.Proto.BattleRogueMagicInfo.Parser, new[]{ "ModifierContent", "DetailInfo" }, null, null, null, null)
|
||||
}));
|
||||
@@ -88,10 +88,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Field number for the "modifier_content" field.</summary>
|
||||
public const int ModifierContentFieldNumber = 1;
|
||||
private global::EggLink.DanhengServer.Proto.IGEFNGNCKOG modifierContent_;
|
||||
private global::EggLink.DanhengServer.Proto.BattleRogueMagicModifierInfo modifierContent_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.IGEFNGNCKOG ModifierContent {
|
||||
public global::EggLink.DanhengServer.Proto.BattleRogueMagicModifierInfo ModifierContent {
|
||||
get { return modifierContent_; }
|
||||
set {
|
||||
modifierContent_ = value;
|
||||
@@ -210,7 +210,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
if (other.modifierContent_ != null) {
|
||||
if (modifierContent_ == null) {
|
||||
ModifierContent = new global::EggLink.DanhengServer.Proto.IGEFNGNCKOG();
|
||||
ModifierContent = new global::EggLink.DanhengServer.Proto.BattleRogueMagicModifierInfo();
|
||||
}
|
||||
ModifierContent.MergeFrom(other.ModifierContent);
|
||||
}
|
||||
@@ -237,7 +237,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
case 10: {
|
||||
if (modifierContent_ == null) {
|
||||
ModifierContent = new global::EggLink.DanhengServer.Proto.IGEFNGNCKOG();
|
||||
ModifierContent = new global::EggLink.DanhengServer.Proto.BattleRogueMagicModifierInfo();
|
||||
}
|
||||
input.ReadMessage(ModifierContent);
|
||||
break;
|
||||
@@ -266,7 +266,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
case 10: {
|
||||
if (modifierContent_ == null) {
|
||||
ModifierContent = new global::EggLink.DanhengServer.Proto.IGEFNGNCKOG();
|
||||
ModifierContent = new global::EggLink.DanhengServer.Proto.BattleRogueMagicModifierInfo();
|
||||
}
|
||||
input.ReadMessage(ModifierContent);
|
||||
break;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: IGEFNGNCKOG.proto
|
||||
// source: BattleRogueMagicModifierInfo.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
@@ -11,26 +11,27 @@ using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from IGEFNGNCKOG.proto</summary>
|
||||
public static partial class IGEFNGNCKOGReflection {
|
||||
/// <summary>Holder for reflection information generated from BattleRogueMagicModifierInfo.proto</summary>
|
||||
public static partial class BattleRogueMagicModifierInfoReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for IGEFNGNCKOG.proto</summary>
|
||||
/// <summary>File descriptor for BattleRogueMagicModifierInfo.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static IGEFNGNCKOGReflection() {
|
||||
static BattleRogueMagicModifierInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFJR0VGTkdOQ0tPRy5wcm90byIiCgtJR0VGTkdOQ0tPRxITCgtPSklCT0JO",
|
||||
"QUlLSBgBIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"cm90bzM="));
|
||||
"CiJCYXR0bGVSb2d1ZU1hZ2ljTW9kaWZpZXJJbmZvLnByb3RvIkAKHEJhdHRs",
|
||||
"ZVJvZ3VlTWFnaWNNb2RpZmllckluZm8SIAoYcm9ndWVfbWFnaWNfYmF0dGxl",
|
||||
"X2NvbnN0GAEgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i",
|
||||
"BnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.IGEFNGNCKOG), global::EggLink.DanhengServer.Proto.IGEFNGNCKOG.Parser, new[]{ "OJIBOBNAIKH" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleRogueMagicModifierInfo), global::EggLink.DanhengServer.Proto.BattleRogueMagicModifierInfo.Parser, new[]{ "RogueMagicBattleConst" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -38,21 +39,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class IGEFNGNCKOG : pb::IMessage<IGEFNGNCKOG>
|
||||
public sealed partial class BattleRogueMagicModifierInfo : pb::IMessage<BattleRogueMagicModifierInfo>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<IGEFNGNCKOG> _parser = new pb::MessageParser<IGEFNGNCKOG>(() => new IGEFNGNCKOG());
|
||||
private static readonly pb::MessageParser<BattleRogueMagicModifierInfo> _parser = new pb::MessageParser<BattleRogueMagicModifierInfo>(() => new BattleRogueMagicModifierInfo());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<IGEFNGNCKOG> Parser { get { return _parser; } }
|
||||
public static pb::MessageParser<BattleRogueMagicModifierInfo> 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.IGEFNGNCKOGReflection.Descriptor.MessageTypes[0]; }
|
||||
get { return global::EggLink.DanhengServer.Proto.BattleRogueMagicModifierInfoReflection.Descriptor.MessageTypes[0]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -63,7 +64,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public IGEFNGNCKOG() {
|
||||
public BattleRogueMagicModifierInfo() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
@@ -71,45 +72,45 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public IGEFNGNCKOG(IGEFNGNCKOG other) : this() {
|
||||
oJIBOBNAIKH_ = other.oJIBOBNAIKH_;
|
||||
public BattleRogueMagicModifierInfo(BattleRogueMagicModifierInfo other) : this() {
|
||||
rogueMagicBattleConst_ = other.rogueMagicBattleConst_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public IGEFNGNCKOG Clone() {
|
||||
return new IGEFNGNCKOG(this);
|
||||
public BattleRogueMagicModifierInfo Clone() {
|
||||
return new BattleRogueMagicModifierInfo(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "OJIBOBNAIKH" field.</summary>
|
||||
public const int OJIBOBNAIKHFieldNumber = 1;
|
||||
private uint oJIBOBNAIKH_;
|
||||
/// <summary>Field number for the "rogue_magic_battle_const" field.</summary>
|
||||
public const int RogueMagicBattleConstFieldNumber = 1;
|
||||
private uint rogueMagicBattleConst_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint OJIBOBNAIKH {
|
||||
get { return oJIBOBNAIKH_; }
|
||||
public uint RogueMagicBattleConst {
|
||||
get { return rogueMagicBattleConst_; }
|
||||
set {
|
||||
oJIBOBNAIKH_ = value;
|
||||
rogueMagicBattleConst_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as IGEFNGNCKOG);
|
||||
return Equals(other as BattleRogueMagicModifierInfo);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(IGEFNGNCKOG other) {
|
||||
public bool Equals(BattleRogueMagicModifierInfo other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (OJIBOBNAIKH != other.OJIBOBNAIKH) return false;
|
||||
if (RogueMagicBattleConst != other.RogueMagicBattleConst) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -117,7 +118,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (OJIBOBNAIKH != 0) hash ^= OJIBOBNAIKH.GetHashCode();
|
||||
if (RogueMagicBattleConst != 0) hash ^= RogueMagicBattleConst.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -136,9 +137,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (OJIBOBNAIKH != 0) {
|
||||
if (RogueMagicBattleConst != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(OJIBOBNAIKH);
|
||||
output.WriteUInt32(RogueMagicBattleConst);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -150,9 +151,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (OJIBOBNAIKH != 0) {
|
||||
if (RogueMagicBattleConst != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(OJIBOBNAIKH);
|
||||
output.WriteUInt32(RogueMagicBattleConst);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -164,8 +165,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (OJIBOBNAIKH != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OJIBOBNAIKH);
|
||||
if (RogueMagicBattleConst != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RogueMagicBattleConst);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -175,12 +176,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(IGEFNGNCKOG other) {
|
||||
public void MergeFrom(BattleRogueMagicModifierInfo other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.OJIBOBNAIKH != 0) {
|
||||
OJIBOBNAIKH = other.OJIBOBNAIKH;
|
||||
if (other.RogueMagicBattleConst != 0) {
|
||||
RogueMagicBattleConst = other.RogueMagicBattleConst;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -198,7 +199,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 8: {
|
||||
OJIBOBNAIKH = input.ReadUInt32();
|
||||
RogueMagicBattleConst = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -217,7 +218,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 8: {
|
||||
OJIBOBNAIKH = input.ReadUInt32();
|
||||
RogueMagicBattleConst = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static BattleRogueMagicRoundCountReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiBCYXR0bGVSb2d1ZU1hZ2ljUm91bmRDb3VudC5wcm90byJGChpCYXR0bGVS",
|
||||
"b2d1ZU1hZ2ljUm91bmRDb3VudBITCgtISEZKQUlCR0FNQRgBIAEoDRITCgtN",
|
||||
"TUtPTE5CSUtKSBgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
|
||||
"b3RvYgZwcm90bzM="));
|
||||
"CiBCYXR0bGVSb2d1ZU1hZ2ljUm91bmRDb3VudC5wcm90byJjChpCYXR0bGVS",
|
||||
"b2d1ZU1hZ2ljUm91bmRDb3VudBIjChtiYXR0bGVfc3RhbmRhcmRfcm91bmRf",
|
||||
"bGltaXQYASABKA0SIAoYYmF0dGxlX2V4dHJhX3JvdW5kX2xpbWl0GAIgASgN",
|
||||
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleRogueMagicRoundCount), global::EggLink.DanhengServer.Proto.BattleRogueMagicRoundCount.Parser, new[]{ "HHFJAIBGAMA", "MMKOLNBIKJH" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleRogueMagicRoundCount), global::EggLink.DanhengServer.Proto.BattleRogueMagicRoundCount.Parser, new[]{ "BattleStandardRoundLimit", "BattleExtraRoundLimit" }, 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 BattleRogueMagicRoundCount(BattleRogueMagicRoundCount other) : this() {
|
||||
hHFJAIBGAMA_ = other.hHFJAIBGAMA_;
|
||||
mMKOLNBIKJH_ = other.mMKOLNBIKJH_;
|
||||
battleStandardRoundLimit_ = other.battleStandardRoundLimit_;
|
||||
battleExtraRoundLimit_ = other.battleExtraRoundLimit_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -84,27 +84,27 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new BattleRogueMagicRoundCount(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "HHFJAIBGAMA" field.</summary>
|
||||
public const int HHFJAIBGAMAFieldNumber = 1;
|
||||
private uint hHFJAIBGAMA_;
|
||||
/// <summary>Field number for the "battle_standard_round_limit" field.</summary>
|
||||
public const int BattleStandardRoundLimitFieldNumber = 1;
|
||||
private uint battleStandardRoundLimit_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint HHFJAIBGAMA {
|
||||
get { return hHFJAIBGAMA_; }
|
||||
public uint BattleStandardRoundLimit {
|
||||
get { return battleStandardRoundLimit_; }
|
||||
set {
|
||||
hHFJAIBGAMA_ = value;
|
||||
battleStandardRoundLimit_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "MMKOLNBIKJH" field.</summary>
|
||||
public const int MMKOLNBIKJHFieldNumber = 2;
|
||||
private uint mMKOLNBIKJH_;
|
||||
/// <summary>Field number for the "battle_extra_round_limit" field.</summary>
|
||||
public const int BattleExtraRoundLimitFieldNumber = 2;
|
||||
private uint battleExtraRoundLimit_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint MMKOLNBIKJH {
|
||||
get { return mMKOLNBIKJH_; }
|
||||
public uint BattleExtraRoundLimit {
|
||||
get { return battleExtraRoundLimit_; }
|
||||
set {
|
||||
mMKOLNBIKJH_ = value;
|
||||
battleExtraRoundLimit_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -123,8 +123,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (HHFJAIBGAMA != other.HHFJAIBGAMA) return false;
|
||||
if (MMKOLNBIKJH != other.MMKOLNBIKJH) return false;
|
||||
if (BattleStandardRoundLimit != other.BattleStandardRoundLimit) return false;
|
||||
if (BattleExtraRoundLimit != other.BattleExtraRoundLimit) 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 (HHFJAIBGAMA != 0) hash ^= HHFJAIBGAMA.GetHashCode();
|
||||
if (MMKOLNBIKJH != 0) hash ^= MMKOLNBIKJH.GetHashCode();
|
||||
if (BattleStandardRoundLimit != 0) hash ^= BattleStandardRoundLimit.GetHashCode();
|
||||
if (BattleExtraRoundLimit != 0) hash ^= BattleExtraRoundLimit.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -152,13 +152,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (HHFJAIBGAMA != 0) {
|
||||
if (BattleStandardRoundLimit != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(HHFJAIBGAMA);
|
||||
output.WriteUInt32(BattleStandardRoundLimit);
|
||||
}
|
||||
if (MMKOLNBIKJH != 0) {
|
||||
if (BattleExtraRoundLimit != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(MMKOLNBIKJH);
|
||||
output.WriteUInt32(BattleExtraRoundLimit);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -170,13 +170,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 (HHFJAIBGAMA != 0) {
|
||||
if (BattleStandardRoundLimit != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(HHFJAIBGAMA);
|
||||
output.WriteUInt32(BattleStandardRoundLimit);
|
||||
}
|
||||
if (MMKOLNBIKJH != 0) {
|
||||
if (BattleExtraRoundLimit != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(MMKOLNBIKJH);
|
||||
output.WriteUInt32(BattleExtraRoundLimit);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -188,11 +188,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (HHFJAIBGAMA != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HHFJAIBGAMA);
|
||||
if (BattleStandardRoundLimit != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BattleStandardRoundLimit);
|
||||
}
|
||||
if (MMKOLNBIKJH != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MMKOLNBIKJH);
|
||||
if (BattleExtraRoundLimit != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BattleExtraRoundLimit);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -206,11 +206,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.HHFJAIBGAMA != 0) {
|
||||
HHFJAIBGAMA = other.HHFJAIBGAMA;
|
||||
if (other.BattleStandardRoundLimit != 0) {
|
||||
BattleStandardRoundLimit = other.BattleStandardRoundLimit;
|
||||
}
|
||||
if (other.MMKOLNBIKJH != 0) {
|
||||
MMKOLNBIKJH = other.MMKOLNBIKJH;
|
||||
if (other.BattleExtraRoundLimit != 0) {
|
||||
BattleExtraRoundLimit = other.BattleExtraRoundLimit;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -228,11 +228,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 8: {
|
||||
HHFJAIBGAMA = input.ReadUInt32();
|
||||
BattleStandardRoundLimit = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
MMKOLNBIKJH = input.ReadUInt32();
|
||||
BattleExtraRoundLimit = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -251,11 +251,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 8: {
|
||||
HHFJAIBGAMA = input.ReadUInt32();
|
||||
BattleStandardRoundLimit = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
MMKOLNBIKJH = input.ReadUInt32();
|
||||
BattleExtraRoundLimit = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static BattleStatisticsReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChZCYXR0bGVTdGF0aXN0aWNzLnByb3RvGhFFSE9KTEpNR09HTC5wcm90bxob",
|
||||
"RXZvbHZlQnVpbGRCYXR0bGVJbmZvLnByb3RvGhFOR0hPTElLSUVQQi5wcm90",
|
||||
"bxoWQXZhdGFyQmF0dGxlSW5mby5wcm90bxoRRU9MT0ZMR0pDSVAucHJvdG8a",
|
||||
"EU1LR0lFQ0tHSkVQLnByb3RvGhFLRkVDTUtMT0JNRi5wcm90bxoRS0RESk5P",
|
||||
"UEhQSkYucHJvdG8aEURQSFBBTUtLTUhQLnByb3RvGhdNb25zdGVyQmF0dGxl",
|
||||
"SW5mby5wcm90bxobQmF0dGxlRXZlbnRCYXR0bGVJbmZvLnByb3RvGhFISkpE",
|
||||
"RkJPREdGRC5wcm90bxoVQmF0dGxlRW5kUmVhc29uLnByb3RvGhZCYXR0bGVU",
|
||||
"YXJnZXRMaXN0LnByb3RvGhFITE9KRkNEUEdCRS5wcm90bxoRR09GTEpLTUhQ",
|
||||
"TVAucHJvdG8isAkKEEJhdHRsZVN0YXRpc3RpY3MSGgoSdG90YWxfYmF0dGxl",
|
||||
"ChZCYXR0bGVTdGF0aXN0aWNzLnByb3RvGhdNb25zdGVyQmF0dGxlSW5mby5w",
|
||||
"cm90bxoRR09GTEpLTUhQTVAucHJvdG8aFkJhdHRsZVRhcmdldExpc3QucHJv",
|
||||
"dG8aEUtEREpOT1BIUEpGLnByb3RvGhFISkpERkJPREdGRC5wcm90bxoRSExP",
|
||||
"SkZDRFBHQkUucHJvdG8aG0V2b2x2ZUJ1aWxkQmF0dGxlSW5mby5wcm90bxoV",
|
||||
"QmF0dGxlRW5kUmVhc29uLnByb3RvGhtCYXR0bGVFdmVudEJhdHRsZUluZm8u",
|
||||
"cHJvdG8aEU5HSE9MSUtJRVBCLnByb3RvGhFEUEhQQU1LS01IUC5wcm90bxoR",
|
||||
"S0ZFQ01LTE9CTUYucHJvdG8aEUVIT0pMSk1HT0dMLnByb3RvGhFFT0xPRkxH",
|
||||
"SkNJUC5wcm90bxoWQXZhdGFyQmF0dGxlSW5mby5wcm90bxoRTUtHSUVDS0dK",
|
||||
"RVAucHJvdG8inQkKEEJhdHRsZVN0YXRpc3RpY3MSGgoSdG90YWxfYmF0dGxl",
|
||||
"X3R1cm5zGAEgASgNEhgKEHRvdGFsX2F1dG9fdHVybnMYAiABKA0SFgoOYXZh",
|
||||
"dGFyX2lkX2xpc3QYAyADKA0SEQoJdWx0cmFfY250GAQgASgNEhwKFHRvdGFs",
|
||||
"X2RlbGF5X2N1bXVsYXRlGAUgASgBEhEKCWNvc3RfdGltZRgGIAEoARItChJi",
|
||||
@@ -41,29 +41,29 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"dW5kX2NudBgJIAEoDRIYChBjb2Nvb25fZGVhZF93YXZlGAogASgNEhsKE2F2",
|
||||
"YXRhcl9iYXR0bGVfdHVybnMYCyABKA0SHAoUbW9uc3Rlcl9iYXR0bGVfdHVy",
|
||||
"bnMYDCABKA0SOgoNY3VzdG9tX3ZhbHVlcxgNIAMoCzIjLkJhdHRsZVN0YXRp",
|
||||
"c3RpY3MuQ3VzdG9tVmFsdWVzRW50cnkSKgoiQkFUVExFX1RBUkdFVF9UWVBF",
|
||||
"X0NIQUxMRU5HRV9TQ09SRRgOIAEoDRIrCgtQRENJQU1PTElHUBgQIAMoCzIW",
|
||||
"LkJhdHRsZUV2ZW50QmF0dGxlSW5mbxIkCgplbmRfcmVhc29uGBMgASgOMhAu",
|
||||
"QmF0dGxlRW5kUmVhc29uEiEKC0JNSUlHQklGSEhMGBUgAygLMgwuR09GTEpL",
|
||||
"TUhQTVASEwoLUE1KTEJFQ0JPREQYFiADKAUSIQoLQkJQQ05JT0JJQkcYFyAD",
|
||||
"KAsyDC5FSE9KTEpNR09HTBIhCgtDQ01KS0RJTkpERBgaIAMoCzIMLk5HSE9M",
|
||||
"SUtJRVBCEiEKC0RLSUJCUEpGRE9JGBsgAygLMgwuSExPSkZDRFBHQkUSQwoS",
|
||||
"YmF0dGxlX3RhcmdldF9pbmZvGBwgAygLMicuQmF0dGxlU3RhdGlzdGljcy5C",
|
||||
"YXR0bGVUYXJnZXRJbmZvRW50cnkSIQoLS0lBSElBSFBQTEUYHSADKAsyDC5F",
|
||||
"T0xPRkxHSkNJUBIrCgtPQUhET0xIQlBGSxgeIAEoCzIWLkV2b2x2ZUJ1aWxk",
|
||||
"QmF0dGxlSW5mbxIhCgtERk5HSE5FSElJRxgfIAEoCzIMLkhKSkRGQk9ER0ZE",
|
||||
"EhMKC1BJSU5IQ0lNT0dEGCAgASgIEiEKC0xBT0pPUEJFSUJDGCEgAygLMgwu",
|
||||
"TUtHSUVDS0dKRVASIQoLTExPRUJLS0xOT0IYIiADKAsyDC5EUEhQQU1LS01I",
|
||||
"UBITCgtDTE5BQkZEUElLShgjIAEoDRIhCgtORkpLTE9ERklJTBgkIAEoCzIM",
|
||||
"LktGRUNNS0xPQk1GEiEKC0dDQ0pPQk5ORkNBGCUgASgLMgwuS0RESk5PUEhQ",
|
||||
"SkYaMwoRQ3VzdG9tVmFsdWVzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVl",
|
||||
"GAIgASgCOgI4ARpKChVCYXR0bGVUYXJnZXRJbmZvRW50cnkSCwoDa2V5GAEg",
|
||||
"ASgNEiAKBXZhbHVlGAIgASgLMhEuQmF0dGxlVGFyZ2V0TGlzdDoCOAFCHqoC",
|
||||
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
"c3RpY3MuQ3VzdG9tVmFsdWVzRW50cnkSFwoPY2hhbGxlbmdlX3Njb3JlGA4g",
|
||||
"ASgNEisKC1BEQ0lBTU9MSUdQGBAgAygLMhYuQmF0dGxlRXZlbnRCYXR0bGVJ",
|
||||
"bmZvEiQKCmVuZF9yZWFzb24YEyABKA4yEC5CYXR0bGVFbmRSZWFzb24SIQoL",
|
||||
"Qk1JSUdCSUZISEwYFSADKAsyDC5HT0ZMSktNSFBNUBITCgtQTUpMQkVDQk9E",
|
||||
"RBgWIAMoBRIhCgtCQlBDTklPQklCRxgXIAMoCzIMLkVIT0pMSk1HT0dMEiEK",
|
||||
"C0NDTUpLRElOSkREGBogAygLMgwuTkdIT0xJS0lFUEISIQoLREtJQkJQSkZE",
|
||||
"T0kYGyADKAsyDC5ITE9KRkNEUEdCRRJDChJiYXR0bGVfdGFyZ2V0X2luZm8Y",
|
||||
"HCADKAsyJy5CYXR0bGVTdGF0aXN0aWNzLkJhdHRsZVRhcmdldEluZm9FbnRy",
|
||||
"eRIhCgtLSUFISUFIUFBMRRgdIAMoCzIMLkVPTE9GTEdKQ0lQEisKC09BSERP",
|
||||
"TEhCUEZLGB4gASgLMhYuRXZvbHZlQnVpbGRCYXR0bGVJbmZvEiEKC0RGTkdI",
|
||||
"TkVISUlHGB8gASgLMgwuSEpKREZCT0RHRkQSEwoLUElJTkhDSU1PR0QYICAB",
|
||||
"KAgSIQoLTEFPSk9QQkVJQkMYISADKAsyDC5NS0dJRUNLR0pFUBIhCgtMTE9F",
|
||||
"QktLTE5PQhgiIAMoCzIMLkRQSFBBTUtLTUhQEhMKC0NMTkFCRkRQSUtKGCMg",
|
||||
"ASgNEiEKC05GSktMT0RGSUlMGCQgASgLMgwuS0ZFQ01LTE9CTUYSIQoLR0ND",
|
||||
"Sk9CTk5GQ0EYJSABKAsyDC5LRERKTk9QSFBKRhozChFDdXN0b21WYWx1ZXNF",
|
||||
"bnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAI6AjgBGkoKFUJhdHRs",
|
||||
"ZVRhcmdldEluZm9FbnRyeRILCgNrZXkYASABKA0SIAoFdmFsdWUYAiABKAsy",
|
||||
"ES5CYXR0bGVUYXJnZXRMaXN0OgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
|
||||
"dmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EHOJLJMGOGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.NGHOLIKIEPBReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EOLOFLGJCIPReflection.Descriptor, global::EggLink.DanhengServer.Proto.MKGIECKGJEPReflection.Descriptor, global::EggLink.DanhengServer.Proto.KFECMKLOBMFReflection.Descriptor, global::EggLink.DanhengServer.Proto.KDDJNOPHPJFReflection.Descriptor, global::EggLink.DanhengServer.Proto.DPHPAMKKMHPReflection.Descriptor, global::EggLink.DanhengServer.Proto.MonsterBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEventBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.HJJDFBODGFDReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEndReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetListReflection.Descriptor, global::EggLink.DanhengServer.Proto.HLOJFCDPGBEReflection.Descriptor, global::EggLink.DanhengServer.Proto.GOFLJKMHPMPReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MonsterBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GOFLJKMHPMPReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetListReflection.Descriptor, global::EggLink.DanhengServer.Proto.KDDJNOPHPJFReflection.Descriptor, global::EggLink.DanhengServer.Proto.HJJDFBODGFDReflection.Descriptor, global::EggLink.DanhengServer.Proto.HLOJFCDPGBEReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEndReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEventBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.NGHOLIKIEPBReflection.Descriptor, global::EggLink.DanhengServer.Proto.DPHPAMKKMHPReflection.Descriptor, global::EggLink.DanhengServer.Proto.KFECMKLOBMFReflection.Descriptor, global::EggLink.DanhengServer.Proto.EHOJLJMGOGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.EOLOFLGJCIPReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MKGIECKGJEPReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleStatistics), global::EggLink.DanhengServer.Proto.BattleStatistics.Parser, new[]{ "TotalBattleTurns", "TotalAutoTurns", "AvatarIdList", "UltraCnt", "TotalDelayCumulate", "CostTime", "BattleAvatarList", "MonsterList", "RoundCnt", "CocoonDeadWave", "AvatarBattleTurns", "MonsterBattleTurns", "CustomValues", "BATTLETARGETTYPECHALLENGESCORE", "PDCIAMOLIGP", "EndReason", "BMIIGBIFHHL", "PMJLBECBODD", "BBPCNIOBIBG", "CCMJKDINJDD", "DKIBBPJFDOI", "BattleTargetInfo", "KIAHIAHPPLE", "OAHDOLHBPFK", "DFNGHNEHIIG", "PIINHCIMOGD", "LAOJOPBEIBC", "LLOEBKKLNOB", "CLNABFDPIKJ", "NFJKLODFIIL", "GCCJOBNNFCA" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleStatistics), global::EggLink.DanhengServer.Proto.BattleStatistics.Parser, new[]{ "TotalBattleTurns", "TotalAutoTurns", "AvatarIdList", "UltraCnt", "TotalDelayCumulate", "CostTime", "BattleAvatarList", "MonsterList", "RoundCnt", "CocoonDeadWave", "AvatarBattleTurns", "MonsterBattleTurns", "CustomValues", "ChallengeScore", "PDCIAMOLIGP", "EndReason", "BMIIGBIFHHL", "PMJLBECBODD", "BBPCNIOBIBG", "CCMJKDINJDD", "DKIBBPJFDOI", "BattleTargetInfo", "KIAHIAHPPLE", "OAHDOLHBPFK", "DFNGHNEHIIG", "PIINHCIMOGD", "LAOJOPBEIBC", "LLOEBKKLNOB", "CLNABFDPIKJ", "NFJKLODFIIL", "GCCJOBNNFCA" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -118,7 +118,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
avatarBattleTurns_ = other.avatarBattleTurns_;
|
||||
monsterBattleTurns_ = other.monsterBattleTurns_;
|
||||
customValues_ = other.customValues_.Clone();
|
||||
bATTLETARGETTYPECHALLENGESCORE_ = other.bATTLETARGETTYPECHALLENGESCORE_;
|
||||
challengeScore_ = other.challengeScore_;
|
||||
pDCIAMOLIGP_ = other.pDCIAMOLIGP_.Clone();
|
||||
endReason_ = other.endReason_;
|
||||
bMIIGBIFHHL_ = other.bMIIGBIFHHL_.Clone();
|
||||
@@ -297,15 +297,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
get { return customValues_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BATTLE_TARGET_TYPE_CHALLENGE_SCORE" field.</summary>
|
||||
public const int BATTLETARGETTYPECHALLENGESCOREFieldNumber = 14;
|
||||
private uint bATTLETARGETTYPECHALLENGESCORE_;
|
||||
/// <summary>Field number for the "challenge_score" field.</summary>
|
||||
public const int ChallengeScoreFieldNumber = 14;
|
||||
private uint challengeScore_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint BATTLETARGETTYPECHALLENGESCORE {
|
||||
get { return bATTLETARGETTYPECHALLENGESCORE_; }
|
||||
public uint ChallengeScore {
|
||||
get { return challengeScore_; }
|
||||
set {
|
||||
bATTLETARGETTYPECHALLENGESCORE_ = value;
|
||||
challengeScore_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -531,7 +531,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (AvatarBattleTurns != other.AvatarBattleTurns) return false;
|
||||
if (MonsterBattleTurns != other.MonsterBattleTurns) return false;
|
||||
if (!CustomValues.Equals(other.CustomValues)) return false;
|
||||
if (BATTLETARGETTYPECHALLENGESCORE != other.BATTLETARGETTYPECHALLENGESCORE) return false;
|
||||
if (ChallengeScore != other.ChallengeScore) return false;
|
||||
if(!pDCIAMOLIGP_.Equals(other.pDCIAMOLIGP_)) return false;
|
||||
if (EndReason != other.EndReason) return false;
|
||||
if(!bMIIGBIFHHL_.Equals(other.bMIIGBIFHHL_)) return false;
|
||||
@@ -569,7 +569,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (AvatarBattleTurns != 0) hash ^= AvatarBattleTurns.GetHashCode();
|
||||
if (MonsterBattleTurns != 0) hash ^= MonsterBattleTurns.GetHashCode();
|
||||
hash ^= CustomValues.GetHashCode();
|
||||
if (BATTLETARGETTYPECHALLENGESCORE != 0) hash ^= BATTLETARGETTYPECHALLENGESCORE.GetHashCode();
|
||||
if (ChallengeScore != 0) hash ^= ChallengeScore.GetHashCode();
|
||||
hash ^= pDCIAMOLIGP_.GetHashCode();
|
||||
if (EndReason != global::EggLink.DanhengServer.Proto.BattleEndReason.None) hash ^= EndReason.GetHashCode();
|
||||
hash ^= bMIIGBIFHHL_.GetHashCode();
|
||||
@@ -645,9 +645,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteUInt32(MonsterBattleTurns);
|
||||
}
|
||||
customValues_.WriteTo(output, _map_customValues_codec);
|
||||
if (BATTLETARGETTYPECHALLENGESCORE != 0) {
|
||||
if (ChallengeScore != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(BATTLETARGETTYPECHALLENGESCORE);
|
||||
output.WriteUInt32(ChallengeScore);
|
||||
}
|
||||
pDCIAMOLIGP_.WriteTo(output, _repeated_pDCIAMOLIGP_codec);
|
||||
if (EndReason != global::EggLink.DanhengServer.Proto.BattleEndReason.None) {
|
||||
@@ -737,9 +737,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteUInt32(MonsterBattleTurns);
|
||||
}
|
||||
customValues_.WriteTo(ref output, _map_customValues_codec);
|
||||
if (BATTLETARGETTYPECHALLENGESCORE != 0) {
|
||||
if (ChallengeScore != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(BATTLETARGETTYPECHALLENGESCORE);
|
||||
output.WriteUInt32(ChallengeScore);
|
||||
}
|
||||
pDCIAMOLIGP_.WriteTo(ref output, _repeated_pDCIAMOLIGP_codec);
|
||||
if (EndReason != global::EggLink.DanhengServer.Proto.BattleEndReason.None) {
|
||||
@@ -820,8 +820,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MonsterBattleTurns);
|
||||
}
|
||||
size += customValues_.CalculateSize(_map_customValues_codec);
|
||||
if (BATTLETARGETTYPECHALLENGESCORE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BATTLETARGETTYPECHALLENGESCORE);
|
||||
if (ChallengeScore != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChallengeScore);
|
||||
}
|
||||
size += pDCIAMOLIGP_.CalculateSize(_repeated_pDCIAMOLIGP_codec);
|
||||
if (EndReason != global::EggLink.DanhengServer.Proto.BattleEndReason.None) {
|
||||
@@ -897,8 +897,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
MonsterBattleTurns = other.MonsterBattleTurns;
|
||||
}
|
||||
customValues_.MergeFrom(other.customValues_);
|
||||
if (other.BATTLETARGETTYPECHALLENGESCORE != 0) {
|
||||
BATTLETARGETTYPECHALLENGESCORE = other.BATTLETARGETTYPECHALLENGESCORE;
|
||||
if (other.ChallengeScore != 0) {
|
||||
ChallengeScore = other.ChallengeScore;
|
||||
}
|
||||
pDCIAMOLIGP_.Add(other.pDCIAMOLIGP_);
|
||||
if (other.EndReason != global::EggLink.DanhengServer.Proto.BattleEndReason.None) {
|
||||
@@ -1012,7 +1012,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
BATTLETARGETTYPECHALLENGESCORE = input.ReadUInt32();
|
||||
ChallengeScore = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 130: {
|
||||
@@ -1165,7 +1165,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
BATTLETARGETTYPECHALLENGESCORE = input.ReadUInt32();
|
||||
ChallengeScore = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 130: {
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static CCHCPNLPBDKReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFDQ0hDUE5MUEJESy5wcm90bxoRTUZLT0JQTE1QSU4ucHJvdG8aEVBHREFD",
|
||||
"TklCRk1QLnByb3RvGhFCQ0VDQ01PQURMRS5wcm90byJ0CgtDQ0hDUE5MUEJE",
|
||||
"ChFDQ0hDUE5MUEJESy5wcm90bxoRUEdEQUNOSUJGTVAucHJvdG8aEU1GS09C",
|
||||
"UExNUElOLnByb3RvGhFCQ0VDQ01PQURMRS5wcm90byJ0CgtDQ0hDUE5MUEJE",
|
||||
"SxIgCgpiYXNpY19pbmZvGAEgASgLMgwuQkNFQ0NNT0FETEUSIQoLRUFIREJF",
|
||||
"SUlPRUYYAiABKAsyDC5NRktPQlBMTVBJThIgCgpzdGFnZV9pbmZvGAMgASgL",
|
||||
"MgwuUEdEQUNOSUJGTVBCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
|
||||
"b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MFKOBPLMPINReflection.Descriptor, global::EggLink.DanhengServer.Proto.PGDACNIBFMPReflection.Descriptor, global::EggLink.DanhengServer.Proto.BCECCMOADLEReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PGDACNIBFMPReflection.Descriptor, global::EggLink.DanhengServer.Proto.MFKOBPLMPINReflection.Descriptor, global::EggLink.DanhengServer.Proto.BCECCMOADLEReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CCHCPNLPBDK), global::EggLink.DanhengServer.Proto.CCHCPNLPBDK.Parser, new[]{ "BasicInfo", "EAHDBEIIOEF", "StageInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static CFHPMBOAHLAReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFDRkhQTUJPQUhMQS5wcm90bxoRRkxFTUlJQkdMTkMucHJvdG8aEUtBS1BI",
|
||||
"TE9QREFOLnByb3RvGhFMQUtLTURMREFHRC5wcm90byLKAQoLQ0ZIUE1CT0FI",
|
||||
"ChFDRkhQTUJPQUhMQS5wcm90bxoRS0FLUEhMT1BEQU4ucHJvdG8aEUZMRU1J",
|
||||
"SUJHTE5DLnByb3RvGhFMQUtLTURMREFHRC5wcm90byLKAQoLQ0ZIUE1CT0FI",
|
||||
"TEESEwoLRUNIRE1CT0pPUEcYByABKAUSIQoLR0tMS0FESUxCSk8YBSABKAsy",
|
||||
"DC5LQUtQSExPUERBThITCgtHR0VJUFBPRFBETBgBIAMoDRIhCgtMT1BFT0VG",
|
||||
"RU9OSBgKIAEoDjIMLkxBS0tNRExEQUdEEhMKC1BQSkxORUROREFIGAkgASgN",
|
||||
@@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"TUxMTkoYDiABKARCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
||||
"cHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FLEMIIBGLNCReflection.Descriptor, global::EggLink.DanhengServer.Proto.KAKPHLOPDANReflection.Descriptor, global::EggLink.DanhengServer.Proto.LAKKMDLDAGDReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KAKPHLOPDANReflection.Descriptor, global::EggLink.DanhengServer.Proto.FLEMIIBGLNCReflection.Descriptor, global::EggLink.DanhengServer.Proto.LAKKMDLDAGDReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CFHPMBOAHLA), global::EggLink.DanhengServer.Proto.CFHPMBOAHLA.Parser, new[]{ "ECHDMBOJOPG", "GKLKADILBJO", "GGEIPPODPDL", "LOPEOEFEONH", "PPJLNEDNDAH", "CGBNDODFNHK", "ANEMNIMLLNJ" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static CMEBMINNJONReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFDTUVCTUlOTkpPTi5wcm90bxoRSURFTEFNTUNPSUkucHJvdG8aEURLUFBD",
|
||||
"TExHSU1DLnByb3RvGhFGQUZPSk1MRUNQRy5wcm90bxoRQ01ORk1JSE1HSUQu",
|
||||
"cHJvdG8aEURHUE1BQkVKT01KLnByb3RvGhFFTEJFTk5LSE5MQy5wcm90bxoR",
|
||||
"RENNRk9GRUJGQUsucHJvdG8irAIKC0NNRUJNSU5OSk9OEhMKC0hJQUdFSU5M",
|
||||
"ChFDTUVCTUlOTkpPTi5wcm90bxoRREdQTUFCRUpPTUoucHJvdG8aEUZBRk9K",
|
||||
"TUxFQ1BHLnByb3RvGhFFTEJFTk5LSE5MQy5wcm90bxoRQ01ORk1JSE1HSUQu",
|
||||
"cHJvdG8aEUlERUxBTU1DT0lJLnByb3RvGhFEQ01GT0ZFQkZBSy5wcm90bxoR",
|
||||
"REtQUENMTEdJTUMucHJvdG8irAIKC0NNRUJNSU5OSk9OEhMKC0hJQUdFSU5M",
|
||||
"QUhMGAUgASgNEiEKC0ZCQkVIRkhQT1BEGAkgASgLMgwuRENNRk9GRUJGQUsS",
|
||||
"IQoLTkdCTURLREtCR0cYDSABKAsyDC5ER1BNQUJFSk9NShIhCgtJTUZGTkRE",
|
||||
"QUJMQhgIIAEoCzIMLkVMQkVOTktITkxDEiEKC0ZDRkhKQlBQQkxPGAogASgL",
|
||||
@@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"UEpERUpBTEZIGA8gASgLMgwuQ01ORk1JSE1HSUQSEwoLQUVLRUhFTUtQSUQY",
|
||||
"DCABKAhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IDELAMMCOIIReflection.Descriptor, global::EggLink.DanhengServer.Proto.DKPPCLLGIMCReflection.Descriptor, global::EggLink.DanhengServer.Proto.FAFOJMLECPGReflection.Descriptor, global::EggLink.DanhengServer.Proto.CMNFMIHMGIDReflection.Descriptor, global::EggLink.DanhengServer.Proto.DGPMABEJOMJReflection.Descriptor, global::EggLink.DanhengServer.Proto.ELBENNKHNLCReflection.Descriptor, global::EggLink.DanhengServer.Proto.DCMFOFEBFAKReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DGPMABEJOMJReflection.Descriptor, global::EggLink.DanhengServer.Proto.FAFOJMLECPGReflection.Descriptor, global::EggLink.DanhengServer.Proto.ELBENNKHNLCReflection.Descriptor, global::EggLink.DanhengServer.Proto.CMNFMIHMGIDReflection.Descriptor, global::EggLink.DanhengServer.Proto.IDELAMMCOIIReflection.Descriptor, global::EggLink.DanhengServer.Proto.DCMFOFEBFAKReflection.Descriptor, global::EggLink.DanhengServer.Proto.DKPPCLLGIMCReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CMEBMINNJON), global::EggLink.DanhengServer.Proto.CMEBMINNJON.Parser, new[]{ "HIAGEINLAHL", "FBBEHFHPOPD", "NGBMDKDKBGG", "IMFFNDDABLB", "FCFHJBPPBLO", "FLJFEHGOBDB", "MCBGNPDEOBN", "AGPJDEJALFH", "AEKEHEMKPID" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static CellAdvanceInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChVDZWxsQWR2YW5jZUluZm8ucHJvdG8aG0NlbGxNb25zdGVyU2VsZWN0SW5m",
|
||||
"by5wcm90bxoVQ2VsbE1vbnN0ZXJJbmZvLnByb3RvGhpDZWxsRmluYWxNb25z",
|
||||
"dGVySW5mby5wcm90byKdAQoPQ2VsbEFkdmFuY2VJbmZvEigKDmNlbGxfYm9z",
|
||||
"ChVDZWxsQWR2YW5jZUluZm8ucHJvdG8aGkNlbGxGaW5hbE1vbnN0ZXJJbmZv",
|
||||
"LnByb3RvGhVDZWxsTW9uc3RlckluZm8ucHJvdG8aG0NlbGxNb25zdGVyU2Vs",
|
||||
"ZWN0SW5mby5wcm90byKdAQoPQ2VsbEFkdmFuY2VJbmZvEigKDmNlbGxfYm9z",
|
||||
"c19pbmZvGAsgASgLMhAuQ2VsbE1vbnN0ZXJJbmZvEjAKEHNlbGVjdF9ib3Nz",
|
||||
"X2luZm8YDiABKAsyFi5DZWxsTW9uc3RlclNlbGVjdEluZm8SLgoPZmluYWxf",
|
||||
"Ym9zc19pbmZvGAggASgLMhUuQ2VsbEZpbmFsTW9uc3RlckluZm9CHqoCG0Vn",
|
||||
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellFinalMonsterInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellFinalMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CellAdvanceInfo), global::EggLink.DanhengServer.Proto.CellAdvanceInfo.Parser, new[]{ "CellBossInfo", "SelectBossInfo", "FinalBossInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static CellFinalMonsterInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpDZWxsRmluYWxNb25zdGVySW5mby5wcm90bxobQ2VsbE1vbnN0ZXJTZWxl",
|
||||
"Y3RJbmZvLnByb3RvGhVDZWxsTW9uc3RlckluZm8ucHJvdG8icgoUQ2VsbEZp",
|
||||
"ChpDZWxsRmluYWxNb25zdGVySW5mby5wcm90bxoVQ2VsbE1vbnN0ZXJJbmZv",
|
||||
"LnByb3RvGhtDZWxsTW9uc3RlclNlbGVjdEluZm8ucHJvdG8icgoUQ2VsbEZp",
|
||||
"bmFsTW9uc3RlckluZm8SKAoOY2VsbF9ib3NzX2luZm8YAiABKAsyEC5DZWxs",
|
||||
"TW9uc3RlckluZm8SMAoQc2VsZWN0X2Jvc3NfaW5mbxgLIAEoCzIWLkNlbGxN",
|
||||
"b25zdGVyU2VsZWN0SW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
|
||||
"b3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo), global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo.Parser, new[]{ "CellBossInfo", "SelectBossInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChallengeBossInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChdDaGFsbGVuZ2VCb3NzSW5mby5wcm90bxohQ2hhbGxlbmdlQm9zc1Npbmds",
|
||||
"ZU5vZGVJbmZvLnByb3RvGiJDaGFsbGVuZ2VCb3NzQXZhdGFyUmVsaWNJbmZv",
|
||||
"LnByb3RvGiBDaGFsbGVuZ2VCb3NzRXF1aXBtZW50SW5mby5wcm90byKsBAoR",
|
||||
"ChdDaGFsbGVuZ2VCb3NzSW5mby5wcm90bxogQ2hhbGxlbmdlQm9zc0VxdWlw",
|
||||
"bWVudEluZm8ucHJvdG8aIUNoYWxsZW5nZUJvc3NTaW5nbGVOb2RlSW5mby5w",
|
||||
"cm90bxoiQ2hhbGxlbmdlQm9zc0F2YXRhclJlbGljSW5mby5wcm90byKsBAoR",
|
||||
"Q2hhbGxlbmdlQm9zc0luZm8SMQoLc2Vjb25kX25vZGUYDiABKAsyHC5DaGFs",
|
||||
"bGVuZ2VCb3NzU2luZ2xlTm9kZUluZm8SWwoeY2hhbGxlbmdlX2F2YXRhcl9l",
|
||||
"cXVpcG1lbnRfbWFwGAYgAygLMjMuQ2hhbGxlbmdlQm9zc0luZm8uQ2hhbGxl",
|
||||
@@ -42,7 +42,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"clJlbGljSW5mbzoCOAFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
|
||||
"b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossSingleNodeInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossAvatarRelicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossEquipmentInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossEquipmentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossSingleNodeInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossAvatarRelicInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBossInfo), global::EggLink.DanhengServer.Proto.ChallengeBossInfo.Parser, new[]{ "SecondNode", "ChallengeAvatarEquipmentMap", "FirstLineup", "SecondLineup", "CPNMHNAFDJM", "ChallengeAvatarRelicMap", "FirstNode" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
|
||||
}));
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChallengeBuffInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChdDaGFsbGVuZ2VCdWZmSW5mby5wcm90bxocQ2hhbGxlbmdlU3RvcnlCdWZm",
|
||||
"SW5mby5wcm90bxobQ2hhbGxlbmdlQm9zc0J1ZmZJbmZvLnByb3RvImsKEUNo",
|
||||
"ChdDaGFsbGVuZ2VCdWZmSW5mby5wcm90bxobQ2hhbGxlbmdlQm9zc0J1ZmZJ",
|
||||
"bmZvLnByb3RvGhxDaGFsbGVuZ2VTdG9yeUJ1ZmZJbmZvLnByb3RvImsKEUNo",
|
||||
"YWxsZW5nZUJ1ZmZJbmZvEisKCnN0b3J5X2luZm8YBCABKAsyFy5DaGFsbGVu",
|
||||
"Z2VTdG9yeUJ1ZmZJbmZvEikKCWJvc3NfaW5mbxgDIAEoCzIWLkNoYWxsZW5n",
|
||||
"ZUJvc3NCdWZmSW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
||||
"YgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBuffInfo), global::EggLink.DanhengServer.Proto.ChallengeBuffInfo.Parser, new[]{ "StoryInfo", "BossInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: JNAMGFCADDN.proto
|
||||
// source: ChallengeList.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 JNAMGFCADDN.proto</summary>
|
||||
public static partial class JNAMGFCADDNReflection {
|
||||
/// <summary>Holder for reflection information generated from ChallengeList.proto</summary>
|
||||
public static partial class ChallengeListReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for JNAMGFCADDN.proto</summary>
|
||||
/// <summary>File descriptor for ChallengeList.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static JNAMGFCADDNReflection() {
|
||||
static ChallengeListReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFKTkFNR0ZDQURETi5wcm90byJGCgtKTkFNR0ZDQUREThIUCgxjaGFsbGVu",
|
||||
"Z2VfaWQYDCABKA0SEwoLQ0ZJTURISE1LREoYDSABKAgSDAoEc3RhchgCIAEo",
|
||||
"DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
"ChNDaGFsbGVuZ2VMaXN0LnByb3RvIkgKDUNoYWxsZW5nZUxpc3QSFAoMY2hh",
|
||||
"bGxlbmdlX2lkGAwgASgNEhMKC0NGSU1ESEhNS0RKGA0gASgIEgwKBHN0YXIY",
|
||||
"AiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JNAMGFCADDN), global::EggLink.DanhengServer.Proto.JNAMGFCADDN.Parser, new[]{ "ChallengeId", "CFIMDHHMKDJ", "Star" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeList), global::EggLink.DanhengServer.Proto.ChallengeList.Parser, new[]{ "ChallengeId", "CFIMDHHMKDJ", "Star" }, 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 JNAMGFCADDN : pb::IMessage<JNAMGFCADDN>
|
||||
public sealed partial class ChallengeList : pb::IMessage<ChallengeList>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<JNAMGFCADDN> _parser = new pb::MessageParser<JNAMGFCADDN>(() => new JNAMGFCADDN());
|
||||
private static readonly pb::MessageParser<ChallengeList> _parser = new pb::MessageParser<ChallengeList>(() => new ChallengeList());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<JNAMGFCADDN> Parser { get { return _parser; } }
|
||||
public static pb::MessageParser<ChallengeList> 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.JNAMGFCADDNReflection.Descriptor.MessageTypes[0]; }
|
||||
get { return global::EggLink.DanhengServer.Proto.ChallengeListReflection.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 JNAMGFCADDN() {
|
||||
public ChallengeList() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public JNAMGFCADDN(JNAMGFCADDN other) : this() {
|
||||
public ChallengeList(ChallengeList other) : this() {
|
||||
challengeId_ = other.challengeId_;
|
||||
cFIMDHHMKDJ_ = other.cFIMDHHMKDJ_;
|
||||
star_ = other.star_;
|
||||
@@ -80,8 +80,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public JNAMGFCADDN Clone() {
|
||||
return new JNAMGFCADDN(this);
|
||||
public ChallengeList Clone() {
|
||||
return new ChallengeList(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "challenge_id" field.</summary>
|
||||
@@ -123,12 +123,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as JNAMGFCADDN);
|
||||
return Equals(other as ChallengeList);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(JNAMGFCADDN other) {
|
||||
public bool Equals(ChallengeList other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
@@ -227,7 +227,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(JNAMGFCADDN other) {
|
||||
public void MergeFrom(ChallengeList other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChallengeSettleNotifyReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChtDaGFsbGVuZ2VTZXR0bGVOb3RpZnkucHJvdG8aDkl0ZW1MaXN0LnByb3Rv",
|
||||
"GhFPTVBESklKTk5CUC5wcm90bxoSQ3VyQ2hhbGxlbmdlLnByb3RvIoUCChVD",
|
||||
"ChtDaGFsbGVuZ2VTZXR0bGVOb3RpZnkucHJvdG8aEU9NUERKSUpOTkJQLnBy",
|
||||
"b3RvGg5JdGVtTGlzdC5wcm90bxoSQ3VyQ2hhbGxlbmdlLnByb3RvIoUCChVD",
|
||||
"aGFsbGVuZ2VTZXR0bGVOb3RpZnkSJAoNY3VyX2NoYWxsZW5nZRgEIAEoCzIN",
|
||||
"LkN1ckNoYWxsZW5nZRITCgtHR0JDUE5DRE1GQRgBIAEoDRIhCgtDQktMTUZP",
|
||||
"QUFGShgLIAEoCzIMLk9NUERKSUpOTkJQEhEKCXNjb3JlX3R3bxgJIAEoDRIX",
|
||||
@@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"aXNfd2luGAIgASgIEhMKC0dMQkpHSUxEQkFLGA8gAygNQh6qAhtFZ2dMaW5r",
|
||||
"LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.OMPDJIJNNBPReflection.Descriptor, global::EggLink.DanhengServer.Proto.CurChallengeReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OMPDJIJNNBPReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.CurChallengeReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeSettleNotify), global::EggLink.DanhengServer.Proto.ChallengeSettleNotify.Parser, new[]{ "CurChallenge", "GGBCPNCDMFA", "CBKLMFOAAFJ", "ScoreTwo", "ChallengeScore", "Reward", "ChallengeId", "Star", "IsWin", "GLBJGILDBAK" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueAeonInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChhDaGVzc1JvZ3VlQWVvbkluZm8ucHJvdG8aHUNoZXNzUm9ndWVRdWVyeUFl",
|
||||
"b25JbmZvLnByb3RvGhFKUEVHT0dORFBKSi5wcm90byKrAQoSQ2hlc3NSb2d1",
|
||||
"ChhDaGVzc1JvZ3VlQWVvbkluZm8ucHJvdG8aEUpQRUdPR05EUEpKLnByb3Rv",
|
||||
"Gh1DaGVzc1JvZ3VlUXVlcnlBZW9uSW5mby5wcm90byKrAQoSQ2hlc3NSb2d1",
|
||||
"ZUFlb25JbmZvEhQKDGdhbWVfYWVvbl9pZBgCIAEoDRITCgtMQUFMT0pIQlBM",
|
||||
"TxgDIAEoBRIxCg9jaGVzc19hZW9uX2luZm8YCCABKAsyGC5DaGVzc1JvZ3Vl",
|
||||
"UXVlcnlBZW9uSW5mbxIhCgtIRUhHTEVLQkdCSxgOIAEoCzIMLkpQRUdPR05E",
|
||||
"UEpKEhQKDGFlb25faWRfbGlzdBgPIAMoDUIeqgIbRWdnTGluay5EYW5oZW5n",
|
||||
"U2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.JPEGOGNDPJJReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JPEGOGNDPJJReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueAeonInfo), global::EggLink.DanhengServer.Proto.ChessRogueAeonInfo.Parser, new[]{ "GameAeonId", "LAALOJHBPLO", "ChessAeonInfo", "HEHGLEKBGBK", "AeonIdList" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,20 +24,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueAreaInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChhDaGVzc1JvZ3VlQXJlYUluZm8ucHJvdG8aH0NoZXNzUm9ndWVCb2FyZENl",
|
||||
"bGxTdGF0dXMucHJvdG8aH0NoZXNzUm9ndWVIaXN0b3J5Q2VsbEluZm8ucHJv",
|
||||
"dG8aEUlFS0NCQUhBREtFLnByb3RvGg5DZWxsSW5mby5wcm90byL9AQoSQ2hl",
|
||||
"ChhDaGVzc1JvZ3VlQXJlYUluZm8ucHJvdG8aDkNlbGxJbmZvLnByb3RvGhFJ",
|
||||
"RUtDQkFIQURLRS5wcm90bxofQ2hlc3NSb2d1ZUJvYXJkQ2VsbFN0YXR1cy5w",
|
||||
"cm90bxofQ2hlc3NSb2d1ZUhpc3RvcnlDZWxsSW5mby5wcm90byL9AQoSQ2hl",
|
||||
"c3NSb2d1ZUFyZWFJbmZvEiEKGWFsbG93X3NlbGVjdF9jZWxsX2lkX2xpc3QY",
|
||||
"AiADKA0SMAoMaGlzdG9yeV9jZWxsGAYgAygLMhouQ2hlc3NSb2d1ZUhpc3Rv",
|
||||
"cnlDZWxsSW5mbxIUCgxjdXJfYm9hcmRfaWQYAyABKA0SFwoEY2VsbBgEIAEo",
|
||||
"CzIJLkNlbGxJbmZvEjAKDGxheWVyX3N0YXR1cxgLIAEoDjIaLkNoZXNzUm9n",
|
||||
"dWVCb2FyZENlbGxTdGF0dXMSIQoLRE9ISUJCUElLREQYCSABKAsyDC5JRUtD",
|
||||
"QkFIQURLRRIOCgZjdXJfaWQYBSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
|
||||
"cnlDZWxsSW5mbxIOCgZjdXJfaWQYAyABKA0SFwoEY2VsbBgEIAEoCzIJLkNl",
|
||||
"bGxJbmZvEjAKDGxheWVyX3N0YXR1cxgLIAEoDjIaLkNoZXNzUm9ndWVCb2Fy",
|
||||
"ZENlbGxTdGF0dXMSIQoLRE9ISUJCUElLREQYCSABKAsyDC5JRUtDQkFIQURL",
|
||||
"RRIUCgxjdXJfYm9hcmRfaWQYBSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
|
||||
"cnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueHistoryCellInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.IEKCBAHADKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.IEKCBAHADKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueHistoryCellInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueAreaInfo), global::EggLink.DanhengServer.Proto.ChessRogueAreaInfo.Parser, new[]{ "AllowSelectCellIdList", "HistoryCell", "CurBoardId", "Cell", "LayerStatus", "DOHIBBPIKDD", "CurId" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueAreaInfo), global::EggLink.DanhengServer.Proto.ChessRogueAreaInfo.Parser, new[]{ "AllowSelectCellIdList", "HistoryCell", "CurId", "Cell", "LayerStatus", "DOHIBBPIKDD", "CurBoardId" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -81,11 +81,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public ChessRogueAreaInfo(ChessRogueAreaInfo other) : this() {
|
||||
allowSelectCellIdList_ = other.allowSelectCellIdList_.Clone();
|
||||
historyCell_ = other.historyCell_.Clone();
|
||||
curBoardId_ = other.curBoardId_;
|
||||
curId_ = other.curId_;
|
||||
cell_ = other.cell_ != null ? other.cell_.Clone() : null;
|
||||
layerStatus_ = other.layerStatus_;
|
||||
dOHIBBPIKDD_ = other.dOHIBBPIKDD_ != null ? other.dOHIBBPIKDD_.Clone() : null;
|
||||
curId_ = other.curId_;
|
||||
curBoardId_ = other.curBoardId_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -117,18 +117,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
get { return historyCell_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "cur_board_id" field.</summary>
|
||||
public const int CurBoardIdFieldNumber = 3;
|
||||
private uint curBoardId_;
|
||||
/// <summary>
|
||||
/// 5
|
||||
/// </summary>
|
||||
/// <summary>Field number for the "cur_id" field.</summary>
|
||||
public const int CurIdFieldNumber = 3;
|
||||
private uint curId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint CurBoardId {
|
||||
get { return curBoardId_; }
|
||||
public uint CurId {
|
||||
get { return curId_; }
|
||||
set {
|
||||
curBoardId_ = value;
|
||||
curId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -168,18 +165,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "cur_id" field.</summary>
|
||||
public const int CurIdFieldNumber = 5;
|
||||
private uint curId_;
|
||||
/// <summary>
|
||||
/// 3
|
||||
/// </summary>
|
||||
/// <summary>Field number for the "cur_board_id" field.</summary>
|
||||
public const int CurBoardIdFieldNumber = 5;
|
||||
private uint curBoardId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint CurId {
|
||||
get { return curId_; }
|
||||
public uint CurBoardId {
|
||||
get { return curBoardId_; }
|
||||
set {
|
||||
curId_ = value;
|
||||
curBoardId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -200,11 +194,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
if(!allowSelectCellIdList_.Equals(other.allowSelectCellIdList_)) return false;
|
||||
if(!historyCell_.Equals(other.historyCell_)) return false;
|
||||
if (CurBoardId != other.CurBoardId) return false;
|
||||
if (CurId != other.CurId) return false;
|
||||
if (!object.Equals(Cell, other.Cell)) return false;
|
||||
if (LayerStatus != other.LayerStatus) return false;
|
||||
if (!object.Equals(DOHIBBPIKDD, other.DOHIBBPIKDD)) return false;
|
||||
if (CurId != other.CurId) return false;
|
||||
if (CurBoardId != other.CurBoardId) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -214,11 +208,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
int hash = 1;
|
||||
hash ^= allowSelectCellIdList_.GetHashCode();
|
||||
hash ^= historyCell_.GetHashCode();
|
||||
if (CurBoardId != 0) hash ^= CurBoardId.GetHashCode();
|
||||
if (CurId != 0) hash ^= CurId.GetHashCode();
|
||||
if (cell_ != null) hash ^= Cell.GetHashCode();
|
||||
if (LayerStatus != global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus.Idle) hash ^= LayerStatus.GetHashCode();
|
||||
if (dOHIBBPIKDD_ != null) hash ^= DOHIBBPIKDD.GetHashCode();
|
||||
if (CurId != 0) hash ^= CurId.GetHashCode();
|
||||
if (CurBoardId != 0) hash ^= CurBoardId.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -238,17 +232,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
allowSelectCellIdList_.WriteTo(output, _repeated_allowSelectCellIdList_codec);
|
||||
if (CurBoardId != 0) {
|
||||
if (CurId != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(CurBoardId);
|
||||
output.WriteUInt32(CurId);
|
||||
}
|
||||
if (cell_ != null) {
|
||||
output.WriteRawTag(34);
|
||||
output.WriteMessage(Cell);
|
||||
}
|
||||
if (CurId != 0) {
|
||||
if (CurBoardId != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(CurId);
|
||||
output.WriteUInt32(CurBoardId);
|
||||
}
|
||||
historyCell_.WriteTo(output, _repeated_historyCell_codec);
|
||||
if (dOHIBBPIKDD_ != null) {
|
||||
@@ -270,17 +264,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
allowSelectCellIdList_.WriteTo(ref output, _repeated_allowSelectCellIdList_codec);
|
||||
if (CurBoardId != 0) {
|
||||
if (CurId != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(CurBoardId);
|
||||
output.WriteUInt32(CurId);
|
||||
}
|
||||
if (cell_ != null) {
|
||||
output.WriteRawTag(34);
|
||||
output.WriteMessage(Cell);
|
||||
}
|
||||
if (CurId != 0) {
|
||||
if (CurBoardId != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(CurId);
|
||||
output.WriteUInt32(CurBoardId);
|
||||
}
|
||||
historyCell_.WriteTo(ref output, _repeated_historyCell_codec);
|
||||
if (dOHIBBPIKDD_ != null) {
|
||||
@@ -303,8 +297,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
int size = 0;
|
||||
size += allowSelectCellIdList_.CalculateSize(_repeated_allowSelectCellIdList_codec);
|
||||
size += historyCell_.CalculateSize(_repeated_historyCell_codec);
|
||||
if (CurBoardId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurBoardId);
|
||||
if (CurId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurId);
|
||||
}
|
||||
if (cell_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Cell);
|
||||
@@ -315,8 +309,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (dOHIBBPIKDD_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DOHIBBPIKDD);
|
||||
}
|
||||
if (CurId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurId);
|
||||
if (CurBoardId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurBoardId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -332,8 +326,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
allowSelectCellIdList_.Add(other.allowSelectCellIdList_);
|
||||
historyCell_.Add(other.historyCell_);
|
||||
if (other.CurBoardId != 0) {
|
||||
CurBoardId = other.CurBoardId;
|
||||
if (other.CurId != 0) {
|
||||
CurId = other.CurId;
|
||||
}
|
||||
if (other.cell_ != null) {
|
||||
if (cell_ == null) {
|
||||
@@ -350,8 +344,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
DOHIBBPIKDD.MergeFrom(other.DOHIBBPIKDD);
|
||||
}
|
||||
if (other.CurId != 0) {
|
||||
CurId = other.CurId;
|
||||
if (other.CurBoardId != 0) {
|
||||
CurBoardId = other.CurBoardId;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -374,7 +368,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
CurBoardId = input.ReadUInt32();
|
||||
CurId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
@@ -385,7 +379,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
CurId = input.ReadUInt32();
|
||||
CurBoardId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 50: {
|
||||
@@ -424,7 +418,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
CurBoardId = input.ReadUInt32();
|
||||
CurId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
@@ -435,7 +429,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
CurId = input.ReadUInt32();
|
||||
CurBoardId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 50: {
|
||||
|
||||
@@ -24,21 +24,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueCellReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChRDaGVzc1JvZ3VlQ2VsbC5wcm90bxofQ2hlc3NSb2d1ZUJvYXJkQ2VsbFN0",
|
||||
"YXR1cy5wcm90bxofQ2hlc3NSb2d1ZUNlbGxTcGVjaWFsVHlwZS5wcm90bxoV",
|
||||
"Q2VsbEFkdmFuY2VJbmZvLnByb3RvIscCCg5DaGVzc1JvZ3VlQ2VsbBITCgtp",
|
||||
"c191bmxvY2tlZBgIIAEoCBITCgtKQUxORU5ITkJETRgNIAEoDRIwCgxzcGVj",
|
||||
"aWFsX3R5cGUYDCABKA4yGi5DaGVzc1JvZ3VlQ2VsbFNwZWNpYWxUeXBlEhMK",
|
||||
"C0lGRUhHR0tNSENBGAQgAygNEhMKC01BQkxITURCSUFQGA4gASgNEhMKC0RN",
|
||||
"TVBKRUVFQUJKGA8gASgNEiQKCnN0YWdlX2luZm8YAiABKAsyEC5DZWxsQWR2",
|
||||
"YW5jZUluZm8SEwoLQUpFTExLRk5CSkUYByABKA0SCgoCaWQYBiABKA0SDwoH",
|
||||
"cm9vbV9pZBgFIAEoDRIvCgtjZWxsX3N0YXR1cxgBIAEoDjIaLkNoZXNzUm9n",
|
||||
"dWVCb2FyZENlbGxTdGF0dXMSEQoJaXNfdW5sb2NrGAogASgIQh6qAhtFZ2dM",
|
||||
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
"ChRDaGVzc1JvZ3VlQ2VsbC5wcm90bxoVQ2VsbEFkdmFuY2VJbmZvLnByb3Rv",
|
||||
"Gh9DaGVzc1JvZ3VlQm9hcmRDZWxsU3RhdHVzLnByb3RvGh9DaGVzc1JvZ3Vl",
|
||||
"Q2VsbFNwZWNpYWxUeXBlLnByb3RvIrgCCg5DaGVzc1JvZ3VlQ2VsbBITCgtp",
|
||||
"c191bmxvY2tlZBgIIAEoCBIRCgltYXJrX3R5cGUYDSABKA0SMAoMc3BlY2lh",
|
||||
"bF90eXBlGAwgASgOMhouQ2hlc3NSb2d1ZUNlbGxTcGVjaWFsVHlwZRITCgtJ",
|
||||
"RkVIR0dLTUhDQRgEIAMoDRINCgVwb3NfeRgOIAEoDRINCgVwb3NfeBgPIAEo",
|
||||
"DRIkCgpzdGFnZV9pbmZvGAIgASgLMhAuQ2VsbEFkdmFuY2VJbmZvEhIKCmJs",
|
||||
"b2NrX3R5cGUYByABKA0SCgoCaWQYBiABKA0SDwoHcm9vbV9pZBgFIAEoDRIv",
|
||||
"CgtjZWxsX3N0YXR1cxgBIAEoDjIaLkNoZXNzUm9ndWVCb2FyZENlbGxTdGF0",
|
||||
"dXMSEQoJaXNfdW5sb2NrGAogASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2",
|
||||
"ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellAdvanceInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellAdvanceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialTypeReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueCell), global::EggLink.DanhengServer.Proto.ChessRogueCell.Parser, new[]{ "IsUnlocked", "JALNENHNBDM", "SpecialType", "IFEHGGKMHCA", "MABLHMDBIAP", "DMMPJEEEABJ", "StageInfo", "AJELLKFNBJE", "Id", "RoomId", "CellStatus", "IsUnlock" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueCell), global::EggLink.DanhengServer.Proto.ChessRogueCell.Parser, new[]{ "IsUnlocked", "MarkType", "SpecialType", "IFEHGGKMHCA", "PosY", "PosX", "StageInfo", "BlockType", "Id", "RoomId", "CellStatus", "IsUnlock" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -81,13 +81,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ChessRogueCell(ChessRogueCell other) : this() {
|
||||
isUnlocked_ = other.isUnlocked_;
|
||||
jALNENHNBDM_ = other.jALNENHNBDM_;
|
||||
markType_ = other.markType_;
|
||||
specialType_ = other.specialType_;
|
||||
iFEHGGKMHCA_ = other.iFEHGGKMHCA_.Clone();
|
||||
mABLHMDBIAP_ = other.mABLHMDBIAP_;
|
||||
dMMPJEEEABJ_ = other.dMMPJEEEABJ_;
|
||||
posY_ = other.posY_;
|
||||
posX_ = other.posX_;
|
||||
stageInfo_ = other.stageInfo_ != null ? other.stageInfo_.Clone() : null;
|
||||
aJELLKFNBJE_ = other.aJELLKFNBJE_;
|
||||
blockType_ = other.blockType_;
|
||||
id_ = other.id_;
|
||||
roomId_ = other.roomId_;
|
||||
cellStatus_ = other.cellStatus_;
|
||||
@@ -113,15 +113,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JALNENHNBDM" field.</summary>
|
||||
public const int JALNENHNBDMFieldNumber = 13;
|
||||
private uint jALNENHNBDM_;
|
||||
/// <summary>Field number for the "mark_type" field.</summary>
|
||||
public const int MarkTypeFieldNumber = 13;
|
||||
private uint markType_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint JALNENHNBDM {
|
||||
get { return jALNENHNBDM_; }
|
||||
public uint MarkType {
|
||||
get { return markType_; }
|
||||
set {
|
||||
jALNENHNBDM_ = value;
|
||||
markType_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -148,27 +148,27 @@ namespace EggLink.DanhengServer.Proto {
|
||||
get { return iFEHGGKMHCA_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "MABLHMDBIAP" field.</summary>
|
||||
public const int MABLHMDBIAPFieldNumber = 14;
|
||||
private uint mABLHMDBIAP_;
|
||||
/// <summary>Field number for the "pos_y" field.</summary>
|
||||
public const int PosYFieldNumber = 14;
|
||||
private uint posY_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint MABLHMDBIAP {
|
||||
get { return mABLHMDBIAP_; }
|
||||
public uint PosY {
|
||||
get { return posY_; }
|
||||
set {
|
||||
mABLHMDBIAP_ = value;
|
||||
posY_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "DMMPJEEEABJ" field.</summary>
|
||||
public const int DMMPJEEEABJFieldNumber = 15;
|
||||
private uint dMMPJEEEABJ_;
|
||||
/// <summary>Field number for the "pos_x" field.</summary>
|
||||
public const int PosXFieldNumber = 15;
|
||||
private uint posX_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint DMMPJEEEABJ {
|
||||
get { return dMMPJEEEABJ_; }
|
||||
public uint PosX {
|
||||
get { return posX_; }
|
||||
set {
|
||||
dMMPJEEEABJ_ = value;
|
||||
posX_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -184,15 +184,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "AJELLKFNBJE" field.</summary>
|
||||
public const int AJELLKFNBJEFieldNumber = 7;
|
||||
private uint aJELLKFNBJE_;
|
||||
/// <summary>Field number for the "block_type" field.</summary>
|
||||
public const int BlockTypeFieldNumber = 7;
|
||||
private uint blockType_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint AJELLKFNBJE {
|
||||
get { return aJELLKFNBJE_; }
|
||||
public uint BlockType {
|
||||
get { return blockType_; }
|
||||
set {
|
||||
aJELLKFNBJE_ = value;
|
||||
blockType_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -260,13 +260,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if (IsUnlocked != other.IsUnlocked) return false;
|
||||
if (JALNENHNBDM != other.JALNENHNBDM) return false;
|
||||
if (MarkType != other.MarkType) return false;
|
||||
if (SpecialType != other.SpecialType) return false;
|
||||
if(!iFEHGGKMHCA_.Equals(other.iFEHGGKMHCA_)) return false;
|
||||
if (MABLHMDBIAP != other.MABLHMDBIAP) return false;
|
||||
if (DMMPJEEEABJ != other.DMMPJEEEABJ) return false;
|
||||
if (PosY != other.PosY) return false;
|
||||
if (PosX != other.PosX) return false;
|
||||
if (!object.Equals(StageInfo, other.StageInfo)) return false;
|
||||
if (AJELLKFNBJE != other.AJELLKFNBJE) return false;
|
||||
if (BlockType != other.BlockType) return false;
|
||||
if (Id != other.Id) return false;
|
||||
if (RoomId != other.RoomId) return false;
|
||||
if (CellStatus != other.CellStatus) return false;
|
||||
@@ -279,13 +279,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (IsUnlocked != false) hash ^= IsUnlocked.GetHashCode();
|
||||
if (JALNENHNBDM != 0) hash ^= JALNENHNBDM.GetHashCode();
|
||||
if (MarkType != 0) hash ^= MarkType.GetHashCode();
|
||||
if (SpecialType != global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType.None) hash ^= SpecialType.GetHashCode();
|
||||
hash ^= iFEHGGKMHCA_.GetHashCode();
|
||||
if (MABLHMDBIAP != 0) hash ^= MABLHMDBIAP.GetHashCode();
|
||||
if (DMMPJEEEABJ != 0) hash ^= DMMPJEEEABJ.GetHashCode();
|
||||
if (PosY != 0) hash ^= PosY.GetHashCode();
|
||||
if (PosX != 0) hash ^= PosX.GetHashCode();
|
||||
if (stageInfo_ != null) hash ^= StageInfo.GetHashCode();
|
||||
if (AJELLKFNBJE != 0) hash ^= AJELLKFNBJE.GetHashCode();
|
||||
if (BlockType != 0) hash ^= BlockType.GetHashCode();
|
||||
if (Id != 0) hash ^= Id.GetHashCode();
|
||||
if (RoomId != 0) hash ^= RoomId.GetHashCode();
|
||||
if (CellStatus != global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus.Idle) hash ^= CellStatus.GetHashCode();
|
||||
@@ -325,9 +325,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(Id);
|
||||
}
|
||||
if (AJELLKFNBJE != 0) {
|
||||
if (BlockType != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(AJELLKFNBJE);
|
||||
output.WriteUInt32(BlockType);
|
||||
}
|
||||
if (IsUnlocked != false) {
|
||||
output.WriteRawTag(64);
|
||||
@@ -341,17 +341,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteEnum((int) SpecialType);
|
||||
}
|
||||
if (JALNENHNBDM != 0) {
|
||||
if (MarkType != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(JALNENHNBDM);
|
||||
output.WriteUInt32(MarkType);
|
||||
}
|
||||
if (MABLHMDBIAP != 0) {
|
||||
if (PosY != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(MABLHMDBIAP);
|
||||
output.WriteUInt32(PosY);
|
||||
}
|
||||
if (DMMPJEEEABJ != 0) {
|
||||
if (PosX != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(DMMPJEEEABJ);
|
||||
output.WriteUInt32(PosX);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -380,9 +380,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(Id);
|
||||
}
|
||||
if (AJELLKFNBJE != 0) {
|
||||
if (BlockType != 0) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(AJELLKFNBJE);
|
||||
output.WriteUInt32(BlockType);
|
||||
}
|
||||
if (IsUnlocked != false) {
|
||||
output.WriteRawTag(64);
|
||||
@@ -396,17 +396,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteEnum((int) SpecialType);
|
||||
}
|
||||
if (JALNENHNBDM != 0) {
|
||||
if (MarkType != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(JALNENHNBDM);
|
||||
output.WriteUInt32(MarkType);
|
||||
}
|
||||
if (MABLHMDBIAP != 0) {
|
||||
if (PosY != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(MABLHMDBIAP);
|
||||
output.WriteUInt32(PosY);
|
||||
}
|
||||
if (DMMPJEEEABJ != 0) {
|
||||
if (PosX != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(DMMPJEEEABJ);
|
||||
output.WriteUInt32(PosX);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -421,24 +421,24 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (IsUnlocked != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (JALNENHNBDM != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JALNENHNBDM);
|
||||
if (MarkType != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MarkType);
|
||||
}
|
||||
if (SpecialType != global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType.None) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) SpecialType);
|
||||
}
|
||||
size += iFEHGGKMHCA_.CalculateSize(_repeated_iFEHGGKMHCA_codec);
|
||||
if (MABLHMDBIAP != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MABLHMDBIAP);
|
||||
if (PosY != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PosY);
|
||||
}
|
||||
if (DMMPJEEEABJ != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DMMPJEEEABJ);
|
||||
if (PosX != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PosX);
|
||||
}
|
||||
if (stageInfo_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(StageInfo);
|
||||
}
|
||||
if (AJELLKFNBJE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AJELLKFNBJE);
|
||||
if (BlockType != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BlockType);
|
||||
}
|
||||
if (Id != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
|
||||
@@ -467,18 +467,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.IsUnlocked != false) {
|
||||
IsUnlocked = other.IsUnlocked;
|
||||
}
|
||||
if (other.JALNENHNBDM != 0) {
|
||||
JALNENHNBDM = other.JALNENHNBDM;
|
||||
if (other.MarkType != 0) {
|
||||
MarkType = other.MarkType;
|
||||
}
|
||||
if (other.SpecialType != global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType.None) {
|
||||
SpecialType = other.SpecialType;
|
||||
}
|
||||
iFEHGGKMHCA_.Add(other.iFEHGGKMHCA_);
|
||||
if (other.MABLHMDBIAP != 0) {
|
||||
MABLHMDBIAP = other.MABLHMDBIAP;
|
||||
if (other.PosY != 0) {
|
||||
PosY = other.PosY;
|
||||
}
|
||||
if (other.DMMPJEEEABJ != 0) {
|
||||
DMMPJEEEABJ = other.DMMPJEEEABJ;
|
||||
if (other.PosX != 0) {
|
||||
PosX = other.PosX;
|
||||
}
|
||||
if (other.stageInfo_ != null) {
|
||||
if (stageInfo_ == null) {
|
||||
@@ -486,8 +486,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
StageInfo.MergeFrom(other.StageInfo);
|
||||
}
|
||||
if (other.AJELLKFNBJE != 0) {
|
||||
AJELLKFNBJE = other.AJELLKFNBJE;
|
||||
if (other.BlockType != 0) {
|
||||
BlockType = other.BlockType;
|
||||
}
|
||||
if (other.Id != 0) {
|
||||
Id = other.Id;
|
||||
@@ -541,7 +541,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
AJELLKFNBJE = input.ReadUInt32();
|
||||
BlockType = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
@@ -557,15 +557,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
JALNENHNBDM = input.ReadUInt32();
|
||||
MarkType = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
MABLHMDBIAP = input.ReadUInt32();
|
||||
PosY = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
DMMPJEEEABJ = input.ReadUInt32();
|
||||
PosX = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -608,7 +608,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
AJELLKFNBJE = input.ReadUInt32();
|
||||
BlockType = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
@@ -624,15 +624,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
JALNENHNBDM = input.ReadUInt32();
|
||||
MarkType = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
MABLHMDBIAP = input.ReadUInt32();
|
||||
PosY = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
DMMPJEEEABJ = input.ReadUInt32();
|
||||
PosX = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueCellUpdateNotifyReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiBDaGVzc1JvZ3VlQ2VsbFVwZGF0ZU5vdGlmeS5wcm90bxoUQ2hlc3NSb2d1",
|
||||
"ZUNlbGwucHJvdG8aHVJvZ3VlTW9kaWZpZXJTb3VyY2VUeXBlLnByb3RvGiBD",
|
||||
"aGVzc1JvZ3VlQ2VsbFVwZGF0ZVJlYXNvbi5wcm90byKyAQoaQ2hlc3NSb2d1",
|
||||
"CiBDaGVzc1JvZ3VlQ2VsbFVwZGF0ZU5vdGlmeS5wcm90bxogQ2hlc3NSb2d1",
|
||||
"ZUNlbGxVcGRhdGVSZWFzb24ucHJvdG8aFENoZXNzUm9ndWVDZWxsLnByb3Rv",
|
||||
"Gh1Sb2d1ZU1vZGlmaWVyU291cmNlVHlwZS5wcm90byKyAQoaQ2hlc3NSb2d1",
|
||||
"ZUNlbGxVcGRhdGVOb3RpZnkSIgoJY2VsbF9saXN0GA8gAygLMg8uQ2hlc3NS",
|
||||
"b2d1ZUNlbGwSKwoGcmVhc29uGAQgASgOMhsuQ2hlc3NSb2d1ZUNlbGxVcGRh",
|
||||
"dGVSZWFzb24SMQoPbW9kaWZpZXJfc291cmNlGA4gASgOMhguUm9ndWVNb2Rp",
|
||||
"ZmllclNvdXJjZVR5cGUSEAoIYm9hcmRfaWQYAiABKA1CHqoCG0VnZ0xpbmsu",
|
||||
"RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCellReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierSourceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCellUpdateReasonReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCellUpdateReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCellReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierSourceTypeReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueCellUpdateNotify), global::EggLink.DanhengServer.Proto.ChessRogueCellUpdateNotify.Parser, new[]{ "CellList", "Reason", "ModifierSource", "BoardId" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,25 +24,26 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueDiceInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChhDaGVzc1JvZ3VlRGljZUluZm8ucHJvdG8aGENoZXNzUm9ndWVEaWNlVHlw",
|
||||
"ZS5wcm90bxoaQ2hlc3NSb2d1ZURpY2VTdGF0dXMucHJvdG8aE1JvZ3VlTW9k",
|
||||
"aWZpZXIucHJvdG8aEUpQRUdPR05EUEpKLnByb3RvGhRDaGVzc1JvZ3VlRGlj",
|
||||
"ZS5wcm90byLTAwoSQ2hlc3NSb2d1ZURpY2VJbmZvEhMKC01GS0tISkpBT1BN",
|
||||
"GAsgASgNEhMKC0lKTEpPS1BFSkNQGA0gASgNEhQKC0hIQ0pOSktKSUtGGO4C",
|
||||
"IAEoBRITCgtIRUxDTUJEQ0VDSBgGIAEoDRITCgtBTUZCRERBQ0hLQhgJIAEo",
|
||||
"CBIiCgtJUE5GSEpFRkdBTRjsCiABKAsyDC5KUEVHT0dORFBKShIeCgRkaWNl",
|
||||
"GIwEIAEoCzIPLkNoZXNzUm9ndWVEaWNlEhMKC0xKRERDQk5LRUJOGA4gASgN",
|
||||
"EhMKC0NGT0pDQ0VGRlBKGAUgASgNEhQKC0JGUEtMTFBBRk1BGJIKIAEoCBIq",
|
||||
"CgtkaWNlX3N0YXR1cxgHIAEoDjIVLkNoZXNzUm9ndWVEaWNlU3RhdHVzEiYK",
|
||||
"CWRpY2VfdHlwZRgEIAEoDjITLkNoZXNzUm9ndWVEaWNlVHlwZRITCgtGR0VJ",
|
||||
"TFBEQkJHQxgDIAEoDRITCgtGTUZQS0VHSkRHTRgCIAEoDRImCg1kaWNlX21v",
|
||||
"ZGlmaWVyGOsHIAEoCzIOLlJvZ3VlTW9kaWZpZXISFAoLQUpNTEdJQ0FHQkQY",
|
||||
"0gIgAygNEhMKC0JLQ0FCTk1GS0tNGAogASgNQh6qAhtFZ2dMaW5rLkRhbmhl",
|
||||
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
"ChhDaGVzc1JvZ3VlRGljZUluZm8ucHJvdG8aEUpQRUdPR05EUEpKLnByb3Rv",
|
||||
"GhhDaGVzc1JvZ3VlRGljZVR5cGUucHJvdG8aE1JvZ3VlTW9kaWZpZXIucHJv",
|
||||
"dG8aGkNoZXNzUm9ndWVEaWNlU3RhdHVzLnByb3RvGhRDaGVzc1JvZ3VlRGlj",
|
||||
"ZS5wcm90byLuAwoSQ2hlc3NSb2d1ZURpY2VJbmZvEhMKC2NoZWF0X3RpbWVz",
|
||||
"GAsgASgNEhsKE2dhbWVfZGljZV9icmFuY2hfaWQYDSABKA0SFAoLSEhDSk5K",
|
||||
"S0pJS0YY7gIgASgFEhMKC0hFTENNQkRDRUNIGAYgASgNEhMKC0FNRkJEREFD",
|
||||
"SEtCGAkgASgIEiIKC0lQTkZISkVGR0FNGOwKIAEoCzIMLkpQRUdPR05EUEpK",
|
||||
"Eh4KBGRpY2UYjAQgASgLMg8uQ2hlc3NSb2d1ZURpY2USEwoLTEpERENCTktF",
|
||||
"Qk4YDiABKA0SFAoMcmVyb2xsX3RpbWVzGAUgASgNEhgKD2Nhbl9yZXJvbGxf",
|
||||
"ZGljZRiSCiABKAgSKgoLZGljZV9zdGF0dXMYByABKA4yFS5DaGVzc1JvZ3Vl",
|
||||
"RGljZVN0YXR1cxImCglkaWNlX3R5cGUYBCABKA4yEy5DaGVzc1JvZ3VlRGlj",
|
||||
"ZVR5cGUSFgoOY3VyX3N1cmZhY2VfaWQYAyABKA0SGwoTY3VyX3N1cmZhY2Vf",
|
||||
"c2xvdF9pZBgCIAEoDRImCg1kaWNlX21vZGlmaWVyGOsHIAEoCzIOLlJvZ3Vl",
|
||||
"TW9kaWZpZXISFAoLQUpNTEdJQ0FHQkQY0gIgAygNEhYKDmdhbWVfYnJhbmNo",
|
||||
"X2lkGAogASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
|
||||
"b3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueDiceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierReflection.Descriptor, global::EggLink.DanhengServer.Proto.JPEGOGNDPJJReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JPEGOGNDPJJReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueDiceInfo), global::EggLink.DanhengServer.Proto.ChessRogueDiceInfo.Parser, new[]{ "MFKKHJJAOPM", "IJLJOKPEJCP", "HHCJNJKJIKF", "HELCMBDCECH", "AMFBDDACHKB", "IPNFHJEFGAM", "Dice", "LJDDCBNKEBN", "CFOJCCEFFPJ", "BFPKLLPAFMA", "DiceStatus", "DiceType", "FGEILPDBBGC", "FMFPKEGJDGM", "DiceModifier", "AJMLGICAGBD", "BKCABNMFKKM" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueDiceInfo), global::EggLink.DanhengServer.Proto.ChessRogueDiceInfo.Parser, new[]{ "CheatTimes", "GameDiceBranchId", "HHCJNJKJIKF", "HELCMBDCECH", "AMFBDDACHKB", "IPNFHJEFGAM", "Dice", "LJDDCBNKEBN", "RerollTimes", "CanRerollDice", "DiceStatus", "DiceType", "CurSurfaceId", "CurSurfaceSlotId", "DiceModifier", "AJMLGICAGBD", "GameBranchId" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -84,23 +85,23 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ChessRogueDiceInfo(ChessRogueDiceInfo other) : this() {
|
||||
mFKKHJJAOPM_ = other.mFKKHJJAOPM_;
|
||||
iJLJOKPEJCP_ = other.iJLJOKPEJCP_;
|
||||
cheatTimes_ = other.cheatTimes_;
|
||||
gameDiceBranchId_ = other.gameDiceBranchId_;
|
||||
hHCJNJKJIKF_ = other.hHCJNJKJIKF_;
|
||||
hELCMBDCECH_ = other.hELCMBDCECH_;
|
||||
aMFBDDACHKB_ = other.aMFBDDACHKB_;
|
||||
iPNFHJEFGAM_ = other.iPNFHJEFGAM_ != null ? other.iPNFHJEFGAM_.Clone() : null;
|
||||
dice_ = other.dice_ != null ? other.dice_.Clone() : null;
|
||||
lJDDCBNKEBN_ = other.lJDDCBNKEBN_;
|
||||
cFOJCCEFFPJ_ = other.cFOJCCEFFPJ_;
|
||||
bFPKLLPAFMA_ = other.bFPKLLPAFMA_;
|
||||
rerollTimes_ = other.rerollTimes_;
|
||||
canRerollDice_ = other.canRerollDice_;
|
||||
diceStatus_ = other.diceStatus_;
|
||||
diceType_ = other.diceType_;
|
||||
fGEILPDBBGC_ = other.fGEILPDBBGC_;
|
||||
fMFPKEGJDGM_ = other.fMFPKEGJDGM_;
|
||||
curSurfaceId_ = other.curSurfaceId_;
|
||||
curSurfaceSlotId_ = other.curSurfaceSlotId_;
|
||||
diceModifier_ = other.diceModifier_ != null ? other.diceModifier_.Clone() : null;
|
||||
aJMLGICAGBD_ = other.aJMLGICAGBD_.Clone();
|
||||
bKCABNMFKKM_ = other.bKCABNMFKKM_;
|
||||
gameBranchId_ = other.gameBranchId_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -110,27 +111,27 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new ChessRogueDiceInfo(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "MFKKHJJAOPM" field.</summary>
|
||||
public const int MFKKHJJAOPMFieldNumber = 11;
|
||||
private uint mFKKHJJAOPM_;
|
||||
/// <summary>Field number for the "cheat_times" field.</summary>
|
||||
public const int CheatTimesFieldNumber = 11;
|
||||
private uint cheatTimes_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint MFKKHJJAOPM {
|
||||
get { return mFKKHJJAOPM_; }
|
||||
public uint CheatTimes {
|
||||
get { return cheatTimes_; }
|
||||
set {
|
||||
mFKKHJJAOPM_ = value;
|
||||
cheatTimes_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IJLJOKPEJCP" field.</summary>
|
||||
public const int IJLJOKPEJCPFieldNumber = 13;
|
||||
private uint iJLJOKPEJCP_;
|
||||
/// <summary>Field number for the "game_dice_branch_id" field.</summary>
|
||||
public const int GameDiceBranchIdFieldNumber = 13;
|
||||
private uint gameDiceBranchId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint IJLJOKPEJCP {
|
||||
get { return iJLJOKPEJCP_; }
|
||||
public uint GameDiceBranchId {
|
||||
get { return gameDiceBranchId_; }
|
||||
set {
|
||||
iJLJOKPEJCP_ = value;
|
||||
gameDiceBranchId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -206,27 +207,27 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "CFOJCCEFFPJ" field.</summary>
|
||||
public const int CFOJCCEFFPJFieldNumber = 5;
|
||||
private uint cFOJCCEFFPJ_;
|
||||
/// <summary>Field number for the "reroll_times" field.</summary>
|
||||
public const int RerollTimesFieldNumber = 5;
|
||||
private uint rerollTimes_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint CFOJCCEFFPJ {
|
||||
get { return cFOJCCEFFPJ_; }
|
||||
public uint RerollTimes {
|
||||
get { return rerollTimes_; }
|
||||
set {
|
||||
cFOJCCEFFPJ_ = value;
|
||||
rerollTimes_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BFPKLLPAFMA" field.</summary>
|
||||
public const int BFPKLLPAFMAFieldNumber = 1298;
|
||||
private bool bFPKLLPAFMA_;
|
||||
/// <summary>Field number for the "can_reroll_dice" field.</summary>
|
||||
public const int CanRerollDiceFieldNumber = 1298;
|
||||
private bool canRerollDice_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool BFPKLLPAFMA {
|
||||
get { return bFPKLLPAFMA_; }
|
||||
public bool CanRerollDice {
|
||||
get { return canRerollDice_; }
|
||||
set {
|
||||
bFPKLLPAFMA_ = value;
|
||||
canRerollDice_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -254,27 +255,27 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FGEILPDBBGC" field.</summary>
|
||||
public const int FGEILPDBBGCFieldNumber = 3;
|
||||
private uint fGEILPDBBGC_;
|
||||
/// <summary>Field number for the "cur_surface_id" field.</summary>
|
||||
public const int CurSurfaceIdFieldNumber = 3;
|
||||
private uint curSurfaceId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint FGEILPDBBGC {
|
||||
get { return fGEILPDBBGC_; }
|
||||
public uint CurSurfaceId {
|
||||
get { return curSurfaceId_; }
|
||||
set {
|
||||
fGEILPDBBGC_ = value;
|
||||
curSurfaceId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FMFPKEGJDGM" field.</summary>
|
||||
public const int FMFPKEGJDGMFieldNumber = 2;
|
||||
private uint fMFPKEGJDGM_;
|
||||
/// <summary>Field number for the "cur_surface_slot_id" field.</summary>
|
||||
public const int CurSurfaceSlotIdFieldNumber = 2;
|
||||
private uint curSurfaceSlotId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint FMFPKEGJDGM {
|
||||
get { return fMFPKEGJDGM_; }
|
||||
public uint CurSurfaceSlotId {
|
||||
get { return curSurfaceSlotId_; }
|
||||
set {
|
||||
fMFPKEGJDGM_ = value;
|
||||
curSurfaceSlotId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -301,15 +302,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
get { return aJMLGICAGBD_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BKCABNMFKKM" field.</summary>
|
||||
public const int BKCABNMFKKMFieldNumber = 10;
|
||||
private uint bKCABNMFKKM_;
|
||||
/// <summary>Field number for the "game_branch_id" field.</summary>
|
||||
public const int GameBranchIdFieldNumber = 10;
|
||||
private uint gameBranchId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint BKCABNMFKKM {
|
||||
get { return bKCABNMFKKM_; }
|
||||
public uint GameBranchId {
|
||||
get { return gameBranchId_; }
|
||||
set {
|
||||
bKCABNMFKKM_ = value;
|
||||
gameBranchId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -328,23 +329,23 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (MFKKHJJAOPM != other.MFKKHJJAOPM) return false;
|
||||
if (IJLJOKPEJCP != other.IJLJOKPEJCP) return false;
|
||||
if (CheatTimes != other.CheatTimes) return false;
|
||||
if (GameDiceBranchId != other.GameDiceBranchId) return false;
|
||||
if (HHCJNJKJIKF != other.HHCJNJKJIKF) return false;
|
||||
if (HELCMBDCECH != other.HELCMBDCECH) return false;
|
||||
if (AMFBDDACHKB != other.AMFBDDACHKB) return false;
|
||||
if (!object.Equals(IPNFHJEFGAM, other.IPNFHJEFGAM)) return false;
|
||||
if (!object.Equals(Dice, other.Dice)) return false;
|
||||
if (LJDDCBNKEBN != other.LJDDCBNKEBN) return false;
|
||||
if (CFOJCCEFFPJ != other.CFOJCCEFFPJ) return false;
|
||||
if (BFPKLLPAFMA != other.BFPKLLPAFMA) return false;
|
||||
if (RerollTimes != other.RerollTimes) return false;
|
||||
if (CanRerollDice != other.CanRerollDice) return false;
|
||||
if (DiceStatus != other.DiceStatus) return false;
|
||||
if (DiceType != other.DiceType) return false;
|
||||
if (FGEILPDBBGC != other.FGEILPDBBGC) return false;
|
||||
if (FMFPKEGJDGM != other.FMFPKEGJDGM) return false;
|
||||
if (CurSurfaceId != other.CurSurfaceId) return false;
|
||||
if (CurSurfaceSlotId != other.CurSurfaceSlotId) return false;
|
||||
if (!object.Equals(DiceModifier, other.DiceModifier)) return false;
|
||||
if(!aJMLGICAGBD_.Equals(other.aJMLGICAGBD_)) return false;
|
||||
if (BKCABNMFKKM != other.BKCABNMFKKM) return false;
|
||||
if (GameBranchId != other.GameBranchId) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -352,23 +353,23 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (MFKKHJJAOPM != 0) hash ^= MFKKHJJAOPM.GetHashCode();
|
||||
if (IJLJOKPEJCP != 0) hash ^= IJLJOKPEJCP.GetHashCode();
|
||||
if (CheatTimes != 0) hash ^= CheatTimes.GetHashCode();
|
||||
if (GameDiceBranchId != 0) hash ^= GameDiceBranchId.GetHashCode();
|
||||
if (HHCJNJKJIKF != 0) hash ^= HHCJNJKJIKF.GetHashCode();
|
||||
if (HELCMBDCECH != 0) hash ^= HELCMBDCECH.GetHashCode();
|
||||
if (AMFBDDACHKB != false) hash ^= AMFBDDACHKB.GetHashCode();
|
||||
if (iPNFHJEFGAM_ != null) hash ^= IPNFHJEFGAM.GetHashCode();
|
||||
if (dice_ != null) hash ^= Dice.GetHashCode();
|
||||
if (LJDDCBNKEBN != 0) hash ^= LJDDCBNKEBN.GetHashCode();
|
||||
if (CFOJCCEFFPJ != 0) hash ^= CFOJCCEFFPJ.GetHashCode();
|
||||
if (BFPKLLPAFMA != false) hash ^= BFPKLLPAFMA.GetHashCode();
|
||||
if (RerollTimes != 0) hash ^= RerollTimes.GetHashCode();
|
||||
if (CanRerollDice != false) hash ^= CanRerollDice.GetHashCode();
|
||||
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) hash ^= DiceStatus.GetHashCode();
|
||||
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) hash ^= DiceType.GetHashCode();
|
||||
if (FGEILPDBBGC != 0) hash ^= FGEILPDBBGC.GetHashCode();
|
||||
if (FMFPKEGJDGM != 0) hash ^= FMFPKEGJDGM.GetHashCode();
|
||||
if (CurSurfaceId != 0) hash ^= CurSurfaceId.GetHashCode();
|
||||
if (CurSurfaceSlotId != 0) hash ^= CurSurfaceSlotId.GetHashCode();
|
||||
if (diceModifier_ != null) hash ^= DiceModifier.GetHashCode();
|
||||
hash ^= aJMLGICAGBD_.GetHashCode();
|
||||
if (BKCABNMFKKM != 0) hash ^= BKCABNMFKKM.GetHashCode();
|
||||
if (GameBranchId != 0) hash ^= GameBranchId.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -387,21 +388,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (FMFPKEGJDGM != 0) {
|
||||
if (CurSurfaceSlotId != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(FMFPKEGJDGM);
|
||||
output.WriteUInt32(CurSurfaceSlotId);
|
||||
}
|
||||
if (FGEILPDBBGC != 0) {
|
||||
if (CurSurfaceId != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(FGEILPDBBGC);
|
||||
output.WriteUInt32(CurSurfaceId);
|
||||
}
|
||||
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteEnum((int) DiceType);
|
||||
}
|
||||
if (CFOJCCEFFPJ != 0) {
|
||||
if (RerollTimes != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(CFOJCCEFFPJ);
|
||||
output.WriteUInt32(RerollTimes);
|
||||
}
|
||||
if (HELCMBDCECH != 0) {
|
||||
output.WriteRawTag(48);
|
||||
@@ -415,17 +416,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteBool(AMFBDDACHKB);
|
||||
}
|
||||
if (BKCABNMFKKM != 0) {
|
||||
if (GameBranchId != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(BKCABNMFKKM);
|
||||
output.WriteUInt32(GameBranchId);
|
||||
}
|
||||
if (MFKKHJJAOPM != 0) {
|
||||
if (CheatTimes != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(MFKKHJJAOPM);
|
||||
output.WriteUInt32(CheatTimes);
|
||||
}
|
||||
if (IJLJOKPEJCP != 0) {
|
||||
if (GameDiceBranchId != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(IJLJOKPEJCP);
|
||||
output.WriteUInt32(GameDiceBranchId);
|
||||
}
|
||||
if (LJDDCBNKEBN != 0) {
|
||||
output.WriteRawTag(112);
|
||||
@@ -444,9 +445,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(218, 62);
|
||||
output.WriteMessage(DiceModifier);
|
||||
}
|
||||
if (BFPKLLPAFMA != false) {
|
||||
if (CanRerollDice != false) {
|
||||
output.WriteRawTag(144, 81);
|
||||
output.WriteBool(BFPKLLPAFMA);
|
||||
output.WriteBool(CanRerollDice);
|
||||
}
|
||||
if (iPNFHJEFGAM_ != null) {
|
||||
output.WriteRawTag(226, 86);
|
||||
@@ -462,21 +463,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (FMFPKEGJDGM != 0) {
|
||||
if (CurSurfaceSlotId != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteUInt32(FMFPKEGJDGM);
|
||||
output.WriteUInt32(CurSurfaceSlotId);
|
||||
}
|
||||
if (FGEILPDBBGC != 0) {
|
||||
if (CurSurfaceId != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(FGEILPDBBGC);
|
||||
output.WriteUInt32(CurSurfaceId);
|
||||
}
|
||||
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteEnum((int) DiceType);
|
||||
}
|
||||
if (CFOJCCEFFPJ != 0) {
|
||||
if (RerollTimes != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(CFOJCCEFFPJ);
|
||||
output.WriteUInt32(RerollTimes);
|
||||
}
|
||||
if (HELCMBDCECH != 0) {
|
||||
output.WriteRawTag(48);
|
||||
@@ -490,17 +491,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteBool(AMFBDDACHKB);
|
||||
}
|
||||
if (BKCABNMFKKM != 0) {
|
||||
if (GameBranchId != 0) {
|
||||
output.WriteRawTag(80);
|
||||
output.WriteUInt32(BKCABNMFKKM);
|
||||
output.WriteUInt32(GameBranchId);
|
||||
}
|
||||
if (MFKKHJJAOPM != 0) {
|
||||
if (CheatTimes != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(MFKKHJJAOPM);
|
||||
output.WriteUInt32(CheatTimes);
|
||||
}
|
||||
if (IJLJOKPEJCP != 0) {
|
||||
if (GameDiceBranchId != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(IJLJOKPEJCP);
|
||||
output.WriteUInt32(GameDiceBranchId);
|
||||
}
|
||||
if (LJDDCBNKEBN != 0) {
|
||||
output.WriteRawTag(112);
|
||||
@@ -519,9 +520,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(218, 62);
|
||||
output.WriteMessage(DiceModifier);
|
||||
}
|
||||
if (BFPKLLPAFMA != false) {
|
||||
if (CanRerollDice != false) {
|
||||
output.WriteRawTag(144, 81);
|
||||
output.WriteBool(BFPKLLPAFMA);
|
||||
output.WriteBool(CanRerollDice);
|
||||
}
|
||||
if (iPNFHJEFGAM_ != null) {
|
||||
output.WriteRawTag(226, 86);
|
||||
@@ -537,11 +538,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (MFKKHJJAOPM != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MFKKHJJAOPM);
|
||||
if (CheatTimes != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CheatTimes);
|
||||
}
|
||||
if (IJLJOKPEJCP != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IJLJOKPEJCP);
|
||||
if (GameDiceBranchId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GameDiceBranchId);
|
||||
}
|
||||
if (HHCJNJKJIKF != 0) {
|
||||
size += 2 + pb::CodedOutputStream.ComputeInt32Size(HHCJNJKJIKF);
|
||||
@@ -561,10 +562,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (LJDDCBNKEBN != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LJDDCBNKEBN);
|
||||
}
|
||||
if (CFOJCCEFFPJ != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CFOJCCEFFPJ);
|
||||
if (RerollTimes != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RerollTimes);
|
||||
}
|
||||
if (BFPKLLPAFMA != false) {
|
||||
if (CanRerollDice != false) {
|
||||
size += 2 + 1;
|
||||
}
|
||||
if (DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
|
||||
@@ -573,18 +574,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DiceType);
|
||||
}
|
||||
if (FGEILPDBBGC != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FGEILPDBBGC);
|
||||
if (CurSurfaceId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurSurfaceId);
|
||||
}
|
||||
if (FMFPKEGJDGM != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FMFPKEGJDGM);
|
||||
if (CurSurfaceSlotId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurSurfaceSlotId);
|
||||
}
|
||||
if (diceModifier_ != null) {
|
||||
size += 2 + pb::CodedOutputStream.ComputeMessageSize(DiceModifier);
|
||||
}
|
||||
size += aJMLGICAGBD_.CalculateSize(_repeated_aJMLGICAGBD_codec);
|
||||
if (BKCABNMFKKM != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BKCABNMFKKM);
|
||||
if (GameBranchId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GameBranchId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -598,11 +599,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.MFKKHJJAOPM != 0) {
|
||||
MFKKHJJAOPM = other.MFKKHJJAOPM;
|
||||
if (other.CheatTimes != 0) {
|
||||
CheatTimes = other.CheatTimes;
|
||||
}
|
||||
if (other.IJLJOKPEJCP != 0) {
|
||||
IJLJOKPEJCP = other.IJLJOKPEJCP;
|
||||
if (other.GameDiceBranchId != 0) {
|
||||
GameDiceBranchId = other.GameDiceBranchId;
|
||||
}
|
||||
if (other.HHCJNJKJIKF != 0) {
|
||||
HHCJNJKJIKF = other.HHCJNJKJIKF;
|
||||
@@ -628,11 +629,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.LJDDCBNKEBN != 0) {
|
||||
LJDDCBNKEBN = other.LJDDCBNKEBN;
|
||||
}
|
||||
if (other.CFOJCCEFFPJ != 0) {
|
||||
CFOJCCEFFPJ = other.CFOJCCEFFPJ;
|
||||
if (other.RerollTimes != 0) {
|
||||
RerollTimes = other.RerollTimes;
|
||||
}
|
||||
if (other.BFPKLLPAFMA != false) {
|
||||
BFPKLLPAFMA = other.BFPKLLPAFMA;
|
||||
if (other.CanRerollDice != false) {
|
||||
CanRerollDice = other.CanRerollDice;
|
||||
}
|
||||
if (other.DiceStatus != global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus.ChessRogueDiceIdle) {
|
||||
DiceStatus = other.DiceStatus;
|
||||
@@ -640,11 +641,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.DiceType != global::EggLink.DanhengServer.Proto.ChessRogueDiceType.ChessRogueDiceFixed) {
|
||||
DiceType = other.DiceType;
|
||||
}
|
||||
if (other.FGEILPDBBGC != 0) {
|
||||
FGEILPDBBGC = other.FGEILPDBBGC;
|
||||
if (other.CurSurfaceId != 0) {
|
||||
CurSurfaceId = other.CurSurfaceId;
|
||||
}
|
||||
if (other.FMFPKEGJDGM != 0) {
|
||||
FMFPKEGJDGM = other.FMFPKEGJDGM;
|
||||
if (other.CurSurfaceSlotId != 0) {
|
||||
CurSurfaceSlotId = other.CurSurfaceSlotId;
|
||||
}
|
||||
if (other.diceModifier_ != null) {
|
||||
if (diceModifier_ == null) {
|
||||
@@ -653,8 +654,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
DiceModifier.MergeFrom(other.DiceModifier);
|
||||
}
|
||||
aJMLGICAGBD_.Add(other.aJMLGICAGBD_);
|
||||
if (other.BKCABNMFKKM != 0) {
|
||||
BKCABNMFKKM = other.BKCABNMFKKM;
|
||||
if (other.GameBranchId != 0) {
|
||||
GameBranchId = other.GameBranchId;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -672,11 +673,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 16: {
|
||||
FMFPKEGJDGM = input.ReadUInt32();
|
||||
CurSurfaceSlotId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
FGEILPDBBGC = input.ReadUInt32();
|
||||
CurSurfaceId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
@@ -684,7 +685,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
CFOJCCEFFPJ = input.ReadUInt32();
|
||||
RerollTimes = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
@@ -700,15 +701,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
BKCABNMFKKM = input.ReadUInt32();
|
||||
GameBranchId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
MFKKHJJAOPM = input.ReadUInt32();
|
||||
CheatTimes = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
IJLJOKPEJCP = input.ReadUInt32();
|
||||
GameDiceBranchId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
@@ -739,7 +740,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 10384: {
|
||||
BFPKLLPAFMA = input.ReadBool();
|
||||
CanRerollDice = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 11106: {
|
||||
@@ -765,11 +766,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 16: {
|
||||
FMFPKEGJDGM = input.ReadUInt32();
|
||||
CurSurfaceSlotId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
FGEILPDBBGC = input.ReadUInt32();
|
||||
CurSurfaceId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
@@ -777,7 +778,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
CFOJCCEFFPJ = input.ReadUInt32();
|
||||
RerollTimes = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
@@ -793,15 +794,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
BKCABNMFKKM = input.ReadUInt32();
|
||||
GameBranchId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
MFKKHJJAOPM = input.ReadUInt32();
|
||||
CheatTimes = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
IJLJOKPEJCP = input.ReadUInt32();
|
||||
GameDiceBranchId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
@@ -832,7 +833,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 10384: {
|
||||
BFPKLLPAFMA = input.ReadBool();
|
||||
CanRerollDice = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 11106: {
|
||||
|
||||
@@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueEnterCellScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"Ch5DaGVzc1JvZ3VlRW50ZXJDZWxsU2NSc3AucHJvdG8aFENoZXNzUm9ndWVJ",
|
||||
"bmZvLnByb3RvGhtDaGVzc1JvZ3VlQ3VycmVudEluZm8ucHJvdG8aGENoZXNz",
|
||||
"Um9ndWVHYW1lSW5mby5wcm90byK4AQoYQ2hlc3NSb2d1ZUVudGVyQ2VsbFNj",
|
||||
"Ch5DaGVzc1JvZ3VlRW50ZXJDZWxsU2NSc3AucHJvdG8aGENoZXNzUm9ndWVH",
|
||||
"YW1lSW5mby5wcm90bxoUQ2hlc3NSb2d1ZUluZm8ucHJvdG8aG0NoZXNzUm9n",
|
||||
"dWVDdXJyZW50SW5mby5wcm90byK4AQoYQ2hlc3NSb2d1ZUVudGVyQ2VsbFNj",
|
||||
"UnNwEiEKBGluZm8YDyABKAsyEy5DaGVzc1JvZ3VlR2FtZUluZm8SDwoHY2Vs",
|
||||
"bF9pZBgGIAEoDRIjCgpzdGFnZV9pbmZvGAIgASgLMg8uQ2hlc3NSb2d1ZUlu",
|
||||
"Zm8SDwoHcmV0Y29kZRgEIAEoDRIyChJyb2d1ZV9jdXJyZW50X2luZm8YCiAB",
|
||||
"KAsyFi5DaGVzc1JvZ3VlQ3VycmVudEluZm9CHqoCG0VnZ0xpbmsuRGFuaGVu",
|
||||
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueEnterCellScRsp), global::EggLink.DanhengServer.Proto.ChessRogueEnterCellScRsp.Parser, new[]{ "Info", "CellId", "StageInfo", "Retcode", "RogueCurrentInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueEnterNextLayerScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiNDaGVzc1JvZ3VlRW50ZXJOZXh0TGF5ZXJTY1JzcC5wcm90bxobQ2hlc3NS",
|
||||
"b2d1ZUN1cnJlbnRJbmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5wcm90bxol",
|
||||
"Q2hlc3NSb2d1ZUxheWVySW5pdGlhbEV2ZW50SW5mby5wcm90bxoYQ2hlc3NS",
|
||||
"b2d1ZUdhbWVJbmZvLnByb3RvIvMBCh1DaGVzc1JvZ3VlRW50ZXJOZXh0TGF5",
|
||||
"CiNDaGVzc1JvZ3VlRW50ZXJOZXh0TGF5ZXJTY1JzcC5wcm90bxoYQ2hlc3NS",
|
||||
"b2d1ZUdhbWVJbmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5wcm90bxobQ2hl",
|
||||
"c3NSb2d1ZUN1cnJlbnRJbmZvLnByb3RvGiVDaGVzc1JvZ3VlTGF5ZXJJbml0",
|
||||
"aWFsRXZlbnRJbmZvLnByb3RvIvMBCh1DaGVzc1JvZ3VlRW50ZXJOZXh0TGF5",
|
||||
"ZXJTY1JzcBIPCgdyZXRjb2RlGA8gASgNEjIKEnJvZ3VlX2N1cnJlbnRfaW5m",
|
||||
"bxgKIAEoCzIWLkNoZXNzUm9ndWVDdXJyZW50SW5mbxIjCgpzdGFnZV9pbmZv",
|
||||
"GAQgASgLMg8uQ2hlc3NSb2d1ZUluZm8SOgoQYm9hcmRfZXZlbnRfaW5mbxgO",
|
||||
@@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"dWVfZ2FtZV9pbmZvGAMgASgLMhMuQ2hlc3NSb2d1ZUdhbWVJbmZvQh6qAhtF",
|
||||
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueEnterNextLayerScRsp), global::EggLink.DanhengServer.Proto.ChessRogueEnterNextLayerScRsp.Parser, new[]{ "Retcode", "RogueCurrentInfo", "StageInfo", "BoardEventInfo", "RogueGameInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueEnterScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpDaGVzc1JvZ3VlRW50ZXJTY1JzcC5wcm90bxoUQ2hlc3NSb2d1ZUluZm8u",
|
||||
"cHJvdG8aG0NoZXNzUm9ndWVDdXJyZW50SW5mby5wcm90bxoYQ2hlc3NSb2d1",
|
||||
"ZUdhbWVJbmZvLnByb3RvIq8BChRDaGVzc1JvZ3VlRW50ZXJTY1JzcBIPCgdy",
|
||||
"ChpDaGVzc1JvZ3VlRW50ZXJTY1JzcC5wcm90bxoYQ2hlc3NSb2d1ZUdhbWVJ",
|
||||
"bmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5wcm90bxobQ2hlc3NSb2d1ZUN1",
|
||||
"cnJlbnRJbmZvLnByb3RvIq8BChRDaGVzc1JvZ3VlRW50ZXJTY1JzcBIPCgdy",
|
||||
"ZXRjb2RlGAEgASgNEgoKAmlkGAwgASgNEiMKCnN0YWdlX2luZm8YAyABKAsy",
|
||||
"Dy5DaGVzc1JvZ3VlSW5mbxIyChJyb2d1ZV9jdXJyZW50X2luZm8YBCABKAsy",
|
||||
"Fi5DaGVzc1JvZ3VlQ3VycmVudEluZm8SIQoEaW5mbxgPIAEoCzITLkNoZXNz",
|
||||
"Um9ndWVHYW1lSW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
||||
"YgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueEnterScRsp), global::EggLink.DanhengServer.Proto.ChessRogueEnterScRsp.Parser, new[]{ "Retcode", "Id", "StageInfo", "RogueCurrentInfo", "Info" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,27 +24,28 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueFinishInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpDaGVzc1JvZ3VlRmluaXNoSW5mby5wcm90bxoQTGluZXVwSW5mby5wcm90",
|
||||
"bxoRSkZIRUZQTENDQ0oucHJvdG8aGkNoZXNzUm9ndWVRdWl0UmVhc29uLnBy",
|
||||
"b3RvGhdDaGVzc1JvZ3VlTWlyYWNsZS5wcm90bxoOSXRlbUxpc3QucHJvdG8a",
|
||||
"FENoZXNzUm9ndWVCdWZmLnByb3RvIqgEChRDaGVzc1JvZ3VlRmluaXNoSW5m",
|
||||
"bxIqCgtxdWl0X3JlYXNvbhgLIAEoDjIVLkNoZXNzUm9ndWVRdWl0UmVhc29u",
|
||||
"EhEKCWlzX2ZpbmlzaBgBIAEoCBIUCgtCTk1ORkVLTUNOTRjDCSABKA0SHgoL",
|
||||
"T0VQRkdIQkFKT08YCCABKAsyCS5JdGVtTGlzdBIhChljaGVzc19yb2d1ZV9t",
|
||||
"YWluX3N0b3J5X2lkGAIgASgNEiEKDHJvZ3VlX2xpbmV1cBgFIAEoCzILLkxp",
|
||||
"bmV1cEluZm8SEwoLSEJMSFBPTEVER0EYCiADKA0SGAoQZGlmZmljdWx0eV9s",
|
||||
"ZXZlbBgDIAEoDRITCgtITENET0FERUlKSRgEIAEoDRIoCg9yb2d1ZV9idWZm",
|
||||
"X2luZm8YDSABKAsyDy5DaGVzc1JvZ3VlQnVmZhITCgtGR0dKRUdGTU1BTxgJ",
|
||||
"IAEoDRIhCgtKTk5MQlBHR0VETRguIAEoCzIMLkpGSEVGUExDQ0NKEhMKC09B",
|
||||
"S0NIQkRORUlDGAcgASgNEhQKC0dFRlBKS0dKTEVPGIoMIAEoDRItChFnYW1l",
|
||||
"X21pcmFjbGVfaW5mbxgPIAEoCzISLkNoZXNzUm9ndWVNaXJhY2xlEhEKCHNj",
|
||||
"b3JlX2lkGMABIAEoDRIUCgtITUdITUpMTEhLQxjxCiABKA0SEwoLR0FGQ09E",
|
||||
"T1BBTUYYDCABKA0SFwoOcm9ndWVfc3ViX21vZGUYpwogASgNQh6qAhtFZ2dM",
|
||||
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
"ChpDaGVzc1JvZ3VlRmluaXNoSW5mby5wcm90bxoZQ2hlc3NSb2d1ZVN0b3J5",
|
||||
"SW5mby5wcm90bxoUQ2hlc3NSb2d1ZUJ1ZmYucHJvdG8aF0NoZXNzUm9ndWVN",
|
||||
"aXJhY2xlLnByb3RvGhpDaGVzc1JvZ3VlUXVpdFJlYXNvbi5wcm90bxoOSXRl",
|
||||
"bUxpc3QucHJvdG8aEExpbmV1cEluZm8ucHJvdG8itQQKFENoZXNzUm9ndWVG",
|
||||
"aW5pc2hJbmZvEioKC3F1aXRfcmVhc29uGAsgASgOMhUuQ2hlc3NSb2d1ZVF1",
|
||||
"aXRSZWFzb24SEQoJaXNfZmluaXNoGAEgASgIEhQKC0JOTU5GRUtNQ05NGMMJ",
|
||||
"IAEoDRIeCgtPRVBGR0hCQUpPTxgIIAEoCzIJLkl0ZW1MaXN0EiEKGWNoZXNz",
|
||||
"X3JvZ3VlX21haW5fc3RvcnlfaWQYAiABKA0SIQoMcm9ndWVfbGluZXVwGAUg",
|
||||
"ASgLMgsuTGluZXVwSW5mbxITCgtIQkxIUE9MRURHQRgKIAMoDRIYChBkaWZm",
|
||||
"aWN1bHR5X2xldmVsGAMgASgNEhMKC0hMQ0RPQURFSUpJGAQgASgNEigKD3Jv",
|
||||
"Z3VlX2J1ZmZfaW5mbxgNIAEoCzIPLkNoZXNzUm9ndWVCdWZmEhMKC0ZHR0pF",
|
||||
"R0ZNTUFPGAkgASgNEi4KEHJvZ3VlX3N0b3J5X2luZm8YLiABKAsyFC5DaGVz",
|
||||
"c1JvZ3VlU3RvcnlJbmZvEhMKC09BS0NIQkRORUlDGAcgASgNEhQKC0dFRlBK",
|
||||
"S0dKTEVPGIoMIAEoDRItChFnYW1lX21pcmFjbGVfaW5mbxgPIAEoCzISLkNo",
|
||||
"ZXNzUm9ndWVNaXJhY2xlEhEKCHNjb3JlX2lkGMABIAEoDRIUCgtITUdITUpM",
|
||||
"TEhLQxjxCiABKA0SEwoLR0FGQ09ET1BBTUYYDCABKA0SFwoOcm9ndWVfc3Vi",
|
||||
"X21vZGUYpwogASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i",
|
||||
"BnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.JFHEFPLCCCJReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQuitReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueStoryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQuitReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueFinishInfo), global::EggLink.DanhengServer.Proto.ChessRogueFinishInfo.Parser, new[]{ "QuitReason", "IsFinish", "BNMNFEKMCNM", "OEPFGHBAJOO", "ChessRogueMainStoryId", "RogueLineup", "HBLHPOLEDGA", "DifficultyLevel", "HLCDOADEIJI", "RogueBuffInfo", "FGGJEGFMMAO", "JNNLBPGGEDM", "OAKCHBDNEIC", "GEFPJKGJLEO", "GameMiracleInfo", "ScoreId", "HMGHMJLLHKC", "GAFCODOPAMF", "RogueSubMode" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueFinishInfo), global::EggLink.DanhengServer.Proto.ChessRogueFinishInfo.Parser, new[]{ "QuitReason", "IsFinish", "BNMNFEKMCNM", "OEPFGHBAJOO", "ChessRogueMainStoryId", "RogueLineup", "HBLHPOLEDGA", "DifficultyLevel", "HLCDOADEIJI", "RogueBuffInfo", "FGGJEGFMMAO", "RogueStoryInfo", "OAKCHBDNEIC", "GEFPJKGJLEO", "GameMiracleInfo", "ScoreId", "HMGHMJLLHKC", "GAFCODOPAMF", "RogueSubMode" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -97,7 +98,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
hLCDOADEIJI_ = other.hLCDOADEIJI_;
|
||||
rogueBuffInfo_ = other.rogueBuffInfo_ != null ? other.rogueBuffInfo_.Clone() : null;
|
||||
fGGJEGFMMAO_ = other.fGGJEGFMMAO_;
|
||||
jNNLBPGGEDM_ = other.jNNLBPGGEDM_ != null ? other.jNNLBPGGEDM_.Clone() : null;
|
||||
rogueStoryInfo_ = other.rogueStoryInfo_ != null ? other.rogueStoryInfo_.Clone() : null;
|
||||
oAKCHBDNEIC_ = other.oAKCHBDNEIC_;
|
||||
gEFPJKGJLEO_ = other.gEFPJKGJLEO_;
|
||||
gameMiracleInfo_ = other.gameMiracleInfo_ != null ? other.gameMiracleInfo_.Clone() : null;
|
||||
@@ -245,15 +246,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JNNLBPGGEDM" field.</summary>
|
||||
public const int JNNLBPGGEDMFieldNumber = 46;
|
||||
private global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ jNNLBPGGEDM_;
|
||||
/// <summary>Field number for the "rogue_story_info" field.</summary>
|
||||
public const int RogueStoryInfoFieldNumber = 46;
|
||||
private global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo rogueStoryInfo_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ JNNLBPGGEDM {
|
||||
get { return jNNLBPGGEDM_; }
|
||||
public global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo RogueStoryInfo {
|
||||
get { return rogueStoryInfo_; }
|
||||
set {
|
||||
jNNLBPGGEDM_ = value;
|
||||
rogueStoryInfo_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -367,7 +368,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (HLCDOADEIJI != other.HLCDOADEIJI) return false;
|
||||
if (!object.Equals(RogueBuffInfo, other.RogueBuffInfo)) return false;
|
||||
if (FGGJEGFMMAO != other.FGGJEGFMMAO) return false;
|
||||
if (!object.Equals(JNNLBPGGEDM, other.JNNLBPGGEDM)) return false;
|
||||
if (!object.Equals(RogueStoryInfo, other.RogueStoryInfo)) return false;
|
||||
if (OAKCHBDNEIC != other.OAKCHBDNEIC) return false;
|
||||
if (GEFPJKGJLEO != other.GEFPJKGJLEO) return false;
|
||||
if (!object.Equals(GameMiracleInfo, other.GameMiracleInfo)) return false;
|
||||
@@ -393,7 +394,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (HLCDOADEIJI != 0) hash ^= HLCDOADEIJI.GetHashCode();
|
||||
if (rogueBuffInfo_ != null) hash ^= RogueBuffInfo.GetHashCode();
|
||||
if (FGGJEGFMMAO != 0) hash ^= FGGJEGFMMAO.GetHashCode();
|
||||
if (jNNLBPGGEDM_ != null) hash ^= JNNLBPGGEDM.GetHashCode();
|
||||
if (rogueStoryInfo_ != null) hash ^= RogueStoryInfo.GetHashCode();
|
||||
if (OAKCHBDNEIC != 0) hash ^= OAKCHBDNEIC.GetHashCode();
|
||||
if (GEFPJKGJLEO != 0) hash ^= GEFPJKGJLEO.GetHashCode();
|
||||
if (gameMiracleInfo_ != null) hash ^= GameMiracleInfo.GetHashCode();
|
||||
@@ -468,9 +469,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteMessage(GameMiracleInfo);
|
||||
}
|
||||
if (jNNLBPGGEDM_ != null) {
|
||||
if (rogueStoryInfo_ != null) {
|
||||
output.WriteRawTag(242, 2);
|
||||
output.WriteMessage(JNNLBPGGEDM);
|
||||
output.WriteMessage(RogueStoryInfo);
|
||||
}
|
||||
if (ScoreId != 0) {
|
||||
output.WriteRawTag(128, 12);
|
||||
@@ -551,9 +552,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(122);
|
||||
output.WriteMessage(GameMiracleInfo);
|
||||
}
|
||||
if (jNNLBPGGEDM_ != null) {
|
||||
if (rogueStoryInfo_ != null) {
|
||||
output.WriteRawTag(242, 2);
|
||||
output.WriteMessage(JNNLBPGGEDM);
|
||||
output.WriteMessage(RogueStoryInfo);
|
||||
}
|
||||
if (ScoreId != 0) {
|
||||
output.WriteRawTag(128, 12);
|
||||
@@ -616,8 +617,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (FGGJEGFMMAO != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FGGJEGFMMAO);
|
||||
}
|
||||
if (jNNLBPGGEDM_ != null) {
|
||||
size += 2 + pb::CodedOutputStream.ComputeMessageSize(JNNLBPGGEDM);
|
||||
if (rogueStoryInfo_ != null) {
|
||||
size += 2 + pb::CodedOutputStream.ComputeMessageSize(RogueStoryInfo);
|
||||
}
|
||||
if (OAKCHBDNEIC != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OAKCHBDNEIC);
|
||||
@@ -692,11 +693,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.FGGJEGFMMAO != 0) {
|
||||
FGGJEGFMMAO = other.FGGJEGFMMAO;
|
||||
}
|
||||
if (other.jNNLBPGGEDM_ != null) {
|
||||
if (jNNLBPGGEDM_ == null) {
|
||||
JNNLBPGGEDM = new global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ();
|
||||
if (other.rogueStoryInfo_ != null) {
|
||||
if (rogueStoryInfo_ == null) {
|
||||
RogueStoryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo();
|
||||
}
|
||||
JNNLBPGGEDM.MergeFrom(other.JNNLBPGGEDM);
|
||||
RogueStoryInfo.MergeFrom(other.RogueStoryInfo);
|
||||
}
|
||||
if (other.OAKCHBDNEIC != 0) {
|
||||
OAKCHBDNEIC = other.OAKCHBDNEIC;
|
||||
@@ -803,10 +804,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 370: {
|
||||
if (jNNLBPGGEDM_ == null) {
|
||||
JNNLBPGGEDM = new global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ();
|
||||
if (rogueStoryInfo_ == null) {
|
||||
RogueStoryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo();
|
||||
}
|
||||
input.ReadMessage(JNNLBPGGEDM);
|
||||
input.ReadMessage(RogueStoryInfo);
|
||||
break;
|
||||
}
|
||||
case 1536: {
|
||||
@@ -910,10 +911,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 370: {
|
||||
if (jNNLBPGGEDM_ == null) {
|
||||
JNNLBPGGEDM = new global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ();
|
||||
if (rogueStoryInfo_ == null) {
|
||||
RogueStoryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo();
|
||||
}
|
||||
input.ReadMessage(JNNLBPGGEDM);
|
||||
input.ReadMessage(RogueStoryInfo);
|
||||
break;
|
||||
}
|
||||
case 1536: {
|
||||
|
||||
@@ -24,36 +24,36 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueGameInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8aHUNoZXNzUm9ndWVOb3VzVmFs",
|
||||
"dWVJbmZvLnByb3RvGhpDaGVzc1JvZ3VlTGluZXVwSW5mby5wcm90bxoRT0lD",
|
||||
"RUlDSktPQ00ucHJvdG8aFlJvZ3VlVmlydHVhbEl0ZW0ucHJvdG8aGENoZXNz",
|
||||
"Um9ndWVEaWNlSW5mby5wcm90bxoTUm9ndWVHYW1lSW5mby5wcm90bxobQ2hl",
|
||||
"c3NSb2d1ZU1pcmFjbGVJbmZvLnByb3RvGhlDaGVzc1JvZ3VlTGV2ZWxJbmZv",
|
||||
"LnByb3RvGiVDaGVzc1JvZ3VlQ3VycmVudERpZmZpY3VsdHlJbmZvLnByb3Rv",
|
||||
"GhFKRkhFRlBMQ0NDSi5wcm90bxoYQ2hlc3NSb2d1ZUFlb25JbmZvLnByb3Rv",
|
||||
"GhhDaGVzc1JvZ3VlQnVmZkluZm8ucHJvdG8aHlJvZ3VlQ29tbW9uUGVuZGlu",
|
||||
"Z0FjdGlvbi5wcm90bxoRSklJT0hORElIQU0ucHJvdG8iwAUKEkNoZXNzUm9n",
|
||||
"dWVHYW1lSW5mbxIxCg9ub3VzX3ZhbHVlX2luZm8YCSABKAsyGC5DaGVzc1Jv",
|
||||
"Z3VlTm91c1ZhbHVlSW5mbxIwChFyb2d1ZV9saW5ldXBfaW5mbxgHIAEoCzIV",
|
||||
"LkNoZXNzUm9ndWVMaW5ldXBJbmZvEjEKDnBlbmRpbmdfYWN0aW9uGAMgASgL",
|
||||
"MhkuUm9ndWVDb21tb25QZW5kaW5nQWN0aW9uEjEKEWdhbWVfbWlyYWNsZV9p",
|
||||
"bmZvGAwgASgLMhYuQ2hlc3NSb2d1ZU1pcmFjbGVJbmZvEiwKD3JvZ3VlX2J1",
|
||||
"ZmZfaW5mbxgLIAEoCzITLkNoZXNzUm9ndWVCdWZmSW5mbxIgCgpzdG9yeV9p",
|
||||
"bmZvGAUgASgLMgwuSklJT0hORElIQU0SQAoVcm9ndWVfZGlmZmljdWx0eV9p",
|
||||
"bmZvGJoEIAEoCzIgLkNoZXNzUm9ndWVDdXJyZW50RGlmZmljdWx0eUluZm8S",
|
||||
"LQoXcm9ndWVfdmlydHVhbF9pdGVtX2luZm8YBiABKAsyDC5PSUNFSUNKS09D",
|
||||
"TRIWCg5yb2d1ZV9zdWJfbW9kZRgIIAEoDRIoCgpsZXZlbF9pbmZvGAQgASgL",
|
||||
"MhQuQ2hlc3NSb2d1ZUxldmVsSW5mbxIsCg9yb2d1ZV9hZW9uX2luZm8YASAB",
|
||||
"KAsyEy5DaGVzc1JvZ3VlQWVvbkluZm8SIQoLSk5OTEJQR0dFRE0YCiABKAsy",
|
||||
"DC5KRkhFRlBMQ0NDShIsChF2aXJ0dWFsX2l0ZW1faW5mbxgOIAEoCzIRLlJv",
|
||||
"Z3VlVmlydHVhbEl0ZW0SLAoPcm9ndWVfZGljZV9pbmZvGAIgASgLMhMuQ2hl",
|
||||
"c3NSb2d1ZURpY2VJbmZvEi8KF3JvZ3VlX2N1cnJlbnRfZ2FtZV9pbmZvGA0g",
|
||||
"AygLMg4uUm9ndWVHYW1lSW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
|
||||
"LlByb3RvYgZwcm90bzM="));
|
||||
"ChhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8aGENoZXNzUm9ndWVCdWZmSW5m",
|
||||
"by5wcm90bxolQ2hlc3NSb2d1ZUN1cnJlbnREaWZmaWN1bHR5SW5mby5wcm90",
|
||||
"bxoWUm9ndWVWaXJ0dWFsSXRlbS5wcm90bxoaQ2hlc3NSb2d1ZUxpbmV1cElu",
|
||||
"Zm8ucHJvdG8aGUNoZXNzUm9ndWVTdG9yeUluZm8ucHJvdG8aGENoZXNzUm9n",
|
||||
"dWVBZW9uSW5mby5wcm90bxobQ2hlc3NSb2d1ZU1pcmFjbGVJbmZvLnByb3Rv",
|
||||
"GhNSb2d1ZUdhbWVJbmZvLnByb3RvGhhDaGVzc1JvZ3VlRGljZUluZm8ucHJv",
|
||||
"dG8aEUpJSU9ITkRJSEFNLnByb3RvGh5Sb2d1ZUNvbW1vblBlbmRpbmdBY3Rp",
|
||||
"b24ucHJvdG8aHUNoZXNzUm9ndWVOb3VzVmFsdWVJbmZvLnByb3RvGhFPSUNF",
|
||||
"SUNKS09DTS5wcm90bxoZQ2hlc3NSb2d1ZUxldmVsSW5mby5wcm90byLNBQoS",
|
||||
"Q2hlc3NSb2d1ZUdhbWVJbmZvEjEKD25vdXNfdmFsdWVfaW5mbxgJIAEoCzIY",
|
||||
"LkNoZXNzUm9ndWVOb3VzVmFsdWVJbmZvEjAKEXJvZ3VlX2xpbmV1cF9pbmZv",
|
||||
"GAcgASgLMhUuQ2hlc3NSb2d1ZUxpbmV1cEluZm8SMQoOcGVuZGluZ19hY3Rp",
|
||||
"b24YAyABKAsyGS5Sb2d1ZUNvbW1vblBlbmRpbmdBY3Rpb24SMQoRZ2FtZV9t",
|
||||
"aXJhY2xlX2luZm8YDCABKAsyFi5DaGVzc1JvZ3VlTWlyYWNsZUluZm8SLAoP",
|
||||
"cm9ndWVfYnVmZl9pbmZvGAsgASgLMhMuQ2hlc3NSb2d1ZUJ1ZmZJbmZvEiAK",
|
||||
"CnN0b3J5X2luZm8YBSABKAsyDC5KSUlPSE5ESUhBTRJAChVyb2d1ZV9kaWZm",
|
||||
"aWN1bHR5X2luZm8YmgQgASgLMiAuQ2hlc3NSb2d1ZUN1cnJlbnREaWZmaWN1",
|
||||
"bHR5SW5mbxItChdyb2d1ZV92aXJ0dWFsX2l0ZW1faW5mbxgGIAEoCzIMLk9J",
|
||||
"Q0VJQ0pLT0NNEhYKDnJvZ3VlX3N1Yl9tb2RlGAggASgNEigKCmxldmVsX2lu",
|
||||
"Zm8YBCABKAsyFC5DaGVzc1JvZ3VlTGV2ZWxJbmZvEiwKD3JvZ3VlX2Flb25f",
|
||||
"aW5mbxgBIAEoCzITLkNoZXNzUm9ndWVBZW9uSW5mbxIuChByb2d1ZV9zdG9y",
|
||||
"eV9pbmZvGAogASgLMhQuQ2hlc3NSb2d1ZVN0b3J5SW5mbxIsChF2aXJ0dWFs",
|
||||
"X2l0ZW1faW5mbxgOIAEoCzIRLlJvZ3VlVmlydHVhbEl0ZW0SLAoPcm9ndWVf",
|
||||
"ZGljZV9pbmZvGAIgASgLMhMuQ2hlc3NSb2d1ZURpY2VJbmZvEi8KF3JvZ3Vl",
|
||||
"X2N1cnJlbnRfZ2FtZV9pbmZvGA0gAygLMg4uUm9ndWVHYW1lSW5mb0IeqgIb",
|
||||
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueNousValueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.OICEICJKOCMReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueVirtualItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.JFHEFPLCCCJReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonPendingActionReflection.Descriptor, global::EggLink.DanhengServer.Proto.JIIOHNDIHAMReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueVirtualItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueStoryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.JIIOHNDIHAMReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonPendingActionReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueNousValueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.OICEICJKOCMReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueGameInfo), global::EggLink.DanhengServer.Proto.ChessRogueGameInfo.Parser, new[]{ "NousValueInfo", "RogueLineupInfo", "PendingAction", "GameMiracleInfo", "RogueBuffInfo", "StoryInfo", "RogueDifficultyInfo", "RogueVirtualItemInfo", "RogueSubMode", "LevelInfo", "RogueAeonInfo", "JNNLBPGGEDM", "VirtualItemInfo", "RogueDiceInfo", "RogueCurrentGameInfo" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueGameInfo), global::EggLink.DanhengServer.Proto.ChessRogueGameInfo.Parser, new[]{ "NousValueInfo", "RogueLineupInfo", "PendingAction", "GameMiracleInfo", "RogueBuffInfo", "StoryInfo", "RogueDifficultyInfo", "RogueVirtualItemInfo", "RogueSubMode", "LevelInfo", "RogueAeonInfo", "RogueStoryInfo", "VirtualItemInfo", "RogueDiceInfo", "RogueCurrentGameInfo" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -106,7 +106,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
rogueSubMode_ = other.rogueSubMode_;
|
||||
levelInfo_ = other.levelInfo_ != null ? other.levelInfo_.Clone() : null;
|
||||
rogueAeonInfo_ = other.rogueAeonInfo_ != null ? other.rogueAeonInfo_.Clone() : null;
|
||||
jNNLBPGGEDM_ = other.jNNLBPGGEDM_ != null ? other.jNNLBPGGEDM_.Clone() : null;
|
||||
rogueStoryInfo_ = other.rogueStoryInfo_ != null ? other.rogueStoryInfo_.Clone() : null;
|
||||
virtualItemInfo_ = other.virtualItemInfo_ != null ? other.virtualItemInfo_.Clone() : null;
|
||||
rogueDiceInfo_ = other.rogueDiceInfo_ != null ? other.rogueDiceInfo_.Clone() : null;
|
||||
rogueCurrentGameInfo_ = other.rogueCurrentGameInfo_.Clone();
|
||||
@@ -251,15 +251,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JNNLBPGGEDM" field.</summary>
|
||||
public const int JNNLBPGGEDMFieldNumber = 10;
|
||||
private global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ jNNLBPGGEDM_;
|
||||
/// <summary>Field number for the "rogue_story_info" field.</summary>
|
||||
public const int RogueStoryInfoFieldNumber = 10;
|
||||
private global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo rogueStoryInfo_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ JNNLBPGGEDM {
|
||||
get { return jNNLBPGGEDM_; }
|
||||
public global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo RogueStoryInfo {
|
||||
get { return rogueStoryInfo_; }
|
||||
set {
|
||||
jNNLBPGGEDM_ = value;
|
||||
rogueStoryInfo_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -324,7 +324,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (RogueSubMode != other.RogueSubMode) return false;
|
||||
if (!object.Equals(LevelInfo, other.LevelInfo)) return false;
|
||||
if (!object.Equals(RogueAeonInfo, other.RogueAeonInfo)) return false;
|
||||
if (!object.Equals(JNNLBPGGEDM, other.JNNLBPGGEDM)) return false;
|
||||
if (!object.Equals(RogueStoryInfo, other.RogueStoryInfo)) return false;
|
||||
if (!object.Equals(VirtualItemInfo, other.VirtualItemInfo)) return false;
|
||||
if (!object.Equals(RogueDiceInfo, other.RogueDiceInfo)) return false;
|
||||
if(!rogueCurrentGameInfo_.Equals(other.rogueCurrentGameInfo_)) return false;
|
||||
@@ -346,7 +346,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (RogueSubMode != 0) hash ^= RogueSubMode.GetHashCode();
|
||||
if (levelInfo_ != null) hash ^= LevelInfo.GetHashCode();
|
||||
if (rogueAeonInfo_ != null) hash ^= RogueAeonInfo.GetHashCode();
|
||||
if (jNNLBPGGEDM_ != null) hash ^= JNNLBPGGEDM.GetHashCode();
|
||||
if (rogueStoryInfo_ != null) hash ^= RogueStoryInfo.GetHashCode();
|
||||
if (virtualItemInfo_ != null) hash ^= VirtualItemInfo.GetHashCode();
|
||||
if (rogueDiceInfo_ != null) hash ^= RogueDiceInfo.GetHashCode();
|
||||
hash ^= rogueCurrentGameInfo_.GetHashCode();
|
||||
@@ -404,9 +404,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(74);
|
||||
output.WriteMessage(NousValueInfo);
|
||||
}
|
||||
if (jNNLBPGGEDM_ != null) {
|
||||
if (rogueStoryInfo_ != null) {
|
||||
output.WriteRawTag(82);
|
||||
output.WriteMessage(JNNLBPGGEDM);
|
||||
output.WriteMessage(RogueStoryInfo);
|
||||
}
|
||||
if (rogueBuffInfo_ != null) {
|
||||
output.WriteRawTag(90);
|
||||
@@ -471,9 +471,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(74);
|
||||
output.WriteMessage(NousValueInfo);
|
||||
}
|
||||
if (jNNLBPGGEDM_ != null) {
|
||||
if (rogueStoryInfo_ != null) {
|
||||
output.WriteRawTag(82);
|
||||
output.WriteMessage(JNNLBPGGEDM);
|
||||
output.WriteMessage(RogueStoryInfo);
|
||||
}
|
||||
if (rogueBuffInfo_ != null) {
|
||||
output.WriteRawTag(90);
|
||||
@@ -535,8 +535,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (rogueAeonInfo_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueAeonInfo);
|
||||
}
|
||||
if (jNNLBPGGEDM_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JNNLBPGGEDM);
|
||||
if (rogueStoryInfo_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueStoryInfo);
|
||||
}
|
||||
if (virtualItemInfo_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(VirtualItemInfo);
|
||||
@@ -620,11 +620,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
RogueAeonInfo.MergeFrom(other.RogueAeonInfo);
|
||||
}
|
||||
if (other.jNNLBPGGEDM_ != null) {
|
||||
if (jNNLBPGGEDM_ == null) {
|
||||
JNNLBPGGEDM = new global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ();
|
||||
if (other.rogueStoryInfo_ != null) {
|
||||
if (rogueStoryInfo_ == null) {
|
||||
RogueStoryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo();
|
||||
}
|
||||
JNNLBPGGEDM.MergeFrom(other.JNNLBPGGEDM);
|
||||
RogueStoryInfo.MergeFrom(other.RogueStoryInfo);
|
||||
}
|
||||
if (other.virtualItemInfo_ != null) {
|
||||
if (virtualItemInfo_ == null) {
|
||||
@@ -715,10 +715,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
if (jNNLBPGGEDM_ == null) {
|
||||
JNNLBPGGEDM = new global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ();
|
||||
if (rogueStoryInfo_ == null) {
|
||||
RogueStoryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo();
|
||||
}
|
||||
input.ReadMessage(JNNLBPGGEDM);
|
||||
input.ReadMessage(RogueStoryInfo);
|
||||
break;
|
||||
}
|
||||
case 90: {
|
||||
@@ -829,10 +829,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
if (jNNLBPGGEDM_ == null) {
|
||||
JNNLBPGGEDM = new global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ();
|
||||
if (rogueStoryInfo_ == null) {
|
||||
RogueStoryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo();
|
||||
}
|
||||
input.ReadMessage(JNNLBPGGEDM);
|
||||
input.ReadMessage(RogueStoryInfo);
|
||||
break;
|
||||
}
|
||||
case 90: {
|
||||
|
||||
@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueGetInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChdDaGVzc1JvZ3VlR2V0SW5mby5wcm90bxodQ2hlc3NSb2d1ZVF1ZXJ5QWVv",
|
||||
"bkluZm8ucHJvdG8aIkNoZXNzUm9ndWVRdWVyeURpZmZjdWx0eUluZm8ucHJv",
|
||||
"dG8aGkNoZXNzUm9ndWVUYWxlbnRJbmZvLnByb3RvGh1DaGVzc1JvZ3VlUXVl",
|
||||
"cnlEaWNlSW5mby5wcm90byKdAgoRQ2hlc3NSb2d1ZUdldEluZm8SMQoPY2hl",
|
||||
"ChdDaGVzc1JvZ3VlR2V0SW5mby5wcm90bxoaQ2hlc3NSb2d1ZVRhbGVudElu",
|
||||
"Zm8ucHJvdG8aHUNoZXNzUm9ndWVRdWVyeURpY2VJbmZvLnByb3RvGh1DaGVz",
|
||||
"c1JvZ3VlUXVlcnlBZW9uSW5mby5wcm90bxoiQ2hlc3NSb2d1ZVF1ZXJ5RGlm",
|
||||
"ZmN1bHR5SW5mby5wcm90byKdAgoRQ2hlc3NSb2d1ZUdldEluZm8SMQoPY2hl",
|
||||
"c3NfYWVvbl9pbmZvGAogASgLMhguQ2hlc3NSb2d1ZVF1ZXJ5QWVvbkluZm8S",
|
||||
"FAoMYXJlYV9pZF9saXN0GAwgAygNEjEKD3F1ZXJ5X2RpY2VfaW5mbxgCIAEo",
|
||||
"CzIYLkNoZXNzUm9ndWVRdWVyeURpY2VJbmZvEi8KEHRhbGVudF9pbmZvX2xp",
|
||||
@@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"bmZvEh0KFWV4cGxvcmVkX2FyZWFfaWRfbGlzdBgDIAMoDUIeqgIbRWdnTGlu",
|
||||
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueGetInfo), global::EggLink.DanhengServer.Proto.ChessRogueGetInfo.Parser, new[]{ "ChessAeonInfo", "AreaIdList", "QueryDiceInfo", "TalentInfoList", "RogueDifficultyInfo", "ExploredAreaIdList" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueGiveUpRollScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"Ch9DaGVzc1JvZ3VlR2l2ZVVwUm9sbFNjUnNwLnByb3RvGg5JdGVtTGlzdC5w",
|
||||
"cm90bxoYQ2hlc3NSb2d1ZURpY2VJbmZvLnByb3RvInoKGUNoZXNzUm9ndWVH",
|
||||
"Ch9DaGVzc1JvZ3VlR2l2ZVVwUm9sbFNjUnNwLnByb3RvGhhDaGVzc1JvZ3Vl",
|
||||
"RGljZUluZm8ucHJvdG8aDkl0ZW1MaXN0LnByb3RvInoKGUNoZXNzUm9ndWVH",
|
||||
"aXZlVXBSb2xsU2NSc3ASHgoLQUFQSkxCR05GTEcYCyABKAsyCS5JdGVtTGlz",
|
||||
"dBIsCg9yb2d1ZV9kaWNlX2luZm8YAiABKAsyEy5DaGVzc1JvZ3VlRGljZUlu",
|
||||
"Zm8SDwoHcmV0Y29kZRgKIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
|
||||
"LlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueGiveUpRollScRsp), global::EggLink.DanhengServer.Proto.ChessRogueGiveUpRollScRsp.Parser, new[]{ "AAPJLBGNFLG", "RogueDiceInfo", "Retcode" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueGiveUpScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChtDaGVzc1JvZ3VlR2l2ZVVwU2NSc3AucHJvdG8aF0NoZXNzUm9ndWVHZXRJ",
|
||||
"bmZvLnByb3RvGhpDaGVzc1JvZ3VlRmluaXNoSW5mby5wcm90bxoYQ2hlc3NS",
|
||||
"b2d1ZUFlb25JbmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5wcm90bxoZQ2hl",
|
||||
"ChtDaGVzc1JvZ3VlR2l2ZVVwU2NSc3AucHJvdG8aFENoZXNzUm9ndWVJbmZv",
|
||||
"LnByb3RvGhhDaGVzc1JvZ3VlQWVvbkluZm8ucHJvdG8aGkNoZXNzUm9ndWVG",
|
||||
"aW5pc2hJbmZvLnByb3RvGhdDaGVzc1JvZ3VlR2V0SW5mby5wcm90bxoZQ2hl",
|
||||
"c3NSb2d1ZVF1ZXJ5SW5mby5wcm90byL9AQoVQ2hlc3NSb2d1ZUdpdmVVcFNj",
|
||||
"UnNwEioKDnJvZ3VlX2dldF9pbmZvGA8gASgLMhIuQ2hlc3NSb2d1ZUdldElu",
|
||||
"Zm8SDwoHcmV0Y29kZRgMIAEoDRIjCgpzdGFnZV9pbmZvGA4gASgLMg8uQ2hl",
|
||||
@@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"bmlzaEluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"dG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueGiveUpScRsp), global::EggLink.DanhengServer.Proto.ChessRogueGiveUpScRsp.Parser, new[]{ "RogueGetInfo", "Retcode", "StageInfo", "RogueAeonInfo", "QueryInfo", "FinishInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueLayerAccountInfoNotifyReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiZDaGVzc1JvZ3VlTGF5ZXJBY2NvdW50SW5mb05vdGlmeS5wcm90bxoZQ2hl",
|
||||
"c3NSb2d1ZUxldmVsSW5mby5wcm90bxoaQ2hlc3NSb2d1ZUZpbmlzaEluZm8u",
|
||||
"CiZDaGVzc1JvZ3VlTGF5ZXJBY2NvdW50SW5mb05vdGlmeS5wcm90bxoaQ2hl",
|
||||
"c3NSb2d1ZUZpbmlzaEluZm8ucHJvdG8aGUNoZXNzUm9ndWVMZXZlbEluZm8u",
|
||||
"cHJvdG8iuQEKIENoZXNzUm9ndWVMYXllckFjY291bnRJbmZvTm90aWZ5EhAK",
|
||||
"CGxheWVyX2lkGAkgASgNEhMKC0hCTEhQT0xFREdBGAQgAygNEigKCmxldmVs",
|
||||
"X2luZm8YBiABKAsyFC5DaGVzc1JvZ3VlTGV2ZWxJbmZvEhgKEGRpZmZpY3Vs",
|
||||
@@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"Z3VlRmluaXNoSW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
||||
"YgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueLayerAccountInfoNotify), global::EggLink.DanhengServer.Proto.ChessRogueLayerAccountInfoNotify.Parser, new[]{ "LayerId", "HBLHPOLEDGA", "LevelInfo", "DifficultyLevel", "FinishInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueLeaveScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpDaGVzc1JvZ3VlTGVhdmVTY1JzcC5wcm90bxoXQ2hlc3NSb2d1ZUdldElu",
|
||||
"Zm8ucHJvdG8aGUNoZXNzUm9ndWVRdWVyeUluZm8ucHJvdG8aFENoZXNzUm9n",
|
||||
"dWVJbmZvLnByb3RvGhhDaGVzc1JvZ3VlQWVvbkluZm8ucHJvdG8i0AEKFENo",
|
||||
"ChpDaGVzc1JvZ3VlTGVhdmVTY1JzcC5wcm90bxoYQ2hlc3NSb2d1ZUFlb25J",
|
||||
"bmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5wcm90bxoXQ2hlc3NSb2d1ZUdl",
|
||||
"dEluZm8ucHJvdG8aGUNoZXNzUm9ndWVRdWVyeUluZm8ucHJvdG8i0AEKFENo",
|
||||
"ZXNzUm9ndWVMZWF2ZVNjUnNwEioKDnJvZ3VlX2dldF9pbmZvGAYgASgLMhIu",
|
||||
"Q2hlc3NSb2d1ZUdldEluZm8SIwoKc3RhZ2VfaW5mbxgJIAEoCzIPLkNoZXNz",
|
||||
"Um9ndWVJbmZvEg8KB3JldGNvZGUYDSABKA0SLAoPcm9ndWVfYWVvbl9pbmZv",
|
||||
@@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"KAsyFC5DaGVzc1JvZ3VlUXVlcnlJbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
|
||||
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueLeaveScRsp), global::EggLink.DanhengServer.Proto.ChessRogueLeaveScRsp.Parser, new[]{ "RogueGetInfo", "StageInfo", "Retcode", "RogueAeonInfo", "QueryInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueLineupInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpDaGVzc1JvZ3VlTGluZXVwSW5mby5wcm90bxobUm9ndWVBdmF0YXJSZXZp",
|
||||
"dmVDb3N0LnByb3RvGiBDaGVzc1JvZ3VlTGluZXVwQXZhdGFySW5mby5wcm90",
|
||||
"ChpDaGVzc1JvZ3VlTGluZXVwSW5mby5wcm90bxogQ2hlc3NSb2d1ZUxpbmV1",
|
||||
"cEF2YXRhckluZm8ucHJvdG8aG1JvZ3VlQXZhdGFyUmV2aXZlQ29zdC5wcm90",
|
||||
"byJ7ChRDaGVzc1JvZ3VlTGluZXVwSW5mbxI2ChFjaGVzc19hdmF0YXJfbGlz",
|
||||
"dBgJIAMoCzIbLkNoZXNzUm9ndWVMaW5ldXBBdmF0YXJJbmZvEisKC3Jldml2",
|
||||
"ZV9pbmZvGA4gASgLMhYuUm9ndWVBdmF0YXJSZXZpdmVDb3N0Qh6qAhtFZ2dM",
|
||||
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueAvatarReviveCostReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLineupAvatarInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueLineupAvatarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAvatarReviveCostReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueLineupInfo), global::EggLink.DanhengServer.Proto.ChessRogueLineupInfo.Parser, new[]{ "ChessAvatarList", "ReviveInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueQueryDiceInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"Ch1DaGVzc1JvZ3VlUXVlcnlEaWNlSW5mby5wcm90bxodQ2hlc3NSb2d1ZU5v",
|
||||
"dXNEaWNlUGhhc2UucHJvdG8aFENoZXNzUm9ndWVEaWNlLnByb3RvIuABChdD",
|
||||
"Ch1DaGVzc1JvZ3VlUXVlcnlEaWNlSW5mby5wcm90bxoUQ2hlc3NSb2d1ZURp",
|
||||
"Y2UucHJvdG8aHUNoZXNzUm9ndWVOb3VzRGljZVBoYXNlLnByb3RvIuABChdD",
|
||||
"aGVzc1JvZ3VlUXVlcnlEaWNlSW5mbxIuCgNzdXMYDCADKAsyIS5DaGVzc1Jv",
|
||||
"Z3VlUXVlcnlEaWNlSW5mby5TdXNFbnRyeRIsCgpkaWNlX3BoYXNlGAogASgO",
|
||||
"MhguQ2hlc3NSb2d1ZU5vdXNEaWNlUGhhc2USIgoJZGljZV9saXN0GAEgAygL",
|
||||
@@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"CFN1c0VudHJ5EgsKA2tleRgBIAEoDRINCgV2YWx1ZRgCIAEoCDoCOAFCHqoC",
|
||||
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhaseReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhaseReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfo), global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfo.Parser, new[]{ "Sus", "DicePhase", "DiceList", "SurfaceIdList" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
|
||||
}));
|
||||
|
||||
@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueQueryInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChlDaGVzc1JvZ3VlUXVlcnlJbmZvLnByb3RvGh1DaGVzc1JvZ3VlUXVlcnlB",
|
||||
"ZW9uSW5mby5wcm90bxoRT0lDRUlDSktPQ00ucHJvdG8aIkNoZXNzUm9ndWVR",
|
||||
"dWVyeURpZmZjdWx0eUluZm8ucHJvdG8aGkNoZXNzUm9ndWVUYWxlbnRJbmZv",
|
||||
"LnByb3RvGh1DaGVzc1JvZ3VlUXVlcnlEaWNlSW5mby5wcm90byLOAgoTQ2hl",
|
||||
"ChlDaGVzc1JvZ3VlUXVlcnlJbmZvLnByb3RvGhpDaGVzc1JvZ3VlVGFsZW50",
|
||||
"SW5mby5wcm90bxodQ2hlc3NSb2d1ZVF1ZXJ5RGljZUluZm8ucHJvdG8aIkNo",
|
||||
"ZXNzUm9ndWVRdWVyeURpZmZjdWx0eUluZm8ucHJvdG8aHUNoZXNzUm9ndWVR",
|
||||
"dWVyeUFlb25JbmZvLnByb3RvGhFPSUNFSUNKS09DTS5wcm90byLOAgoTQ2hl",
|
||||
"c3NSb2d1ZVF1ZXJ5SW5mbxI8ChVyb2d1ZV9kaWZmaWN1bHR5X2luZm8YBiAB",
|
||||
"KAsyHS5DaGVzc1JvZ3VlUXVlcnlEaWZmY3VsdHlJbmZvEi0KF3JvZ3VlX3Zp",
|
||||
"cnR1YWxfaXRlbV9pbmZvGAMgASgLMgwuT0lDRUlDSktPQ00SLwoQdGFsZW50",
|
||||
@@ -38,7 +38,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"X2lkX2xpc3QYCCADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
|
||||
"b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.OICEICJKOCMReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.OICEICJKOCMReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueQueryInfo), global::EggLink.DanhengServer.Proto.ChessRogueQueryInfo.Parser, new[]{ "RogueDifficultyInfo", "RogueVirtualItemInfo", "TalentInfoList", "ExploredAreaIdList", "ChessAeonInfo", "QueryDiceInfo", "AreaIdList" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueQueryScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpDaGVzc1JvZ3VlUXVlcnlTY1JzcC5wcm90bxoXQ2hlc3NSb2d1ZUdldElu",
|
||||
"Zm8ucHJvdG8aG0NoZXNzUm9ndWVDdXJyZW50SW5mby5wcm90bxoaQ2hlc3NS",
|
||||
"b2d1ZUZpbmlzaEluZm8ucHJvdG8aGUNoZXNzUm9ndWVRdWVyeUluZm8ucHJv",
|
||||
"dG8aGENoZXNzUm9ndWVHYW1lSW5mby5wcm90byKAAgoUQ2hlc3NSb2d1ZVF1",
|
||||
"ChpDaGVzc1JvZ3VlUXVlcnlTY1JzcC5wcm90bxobQ2hlc3NSb2d1ZUN1cnJl",
|
||||
"bnRJbmZvLnByb3RvGhhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8aGkNoZXNz",
|
||||
"Um9ndWVGaW5pc2hJbmZvLnByb3RvGhdDaGVzc1JvZ3VlR2V0SW5mby5wcm90",
|
||||
"bxoZQ2hlc3NSb2d1ZVF1ZXJ5SW5mby5wcm90byKAAgoUQ2hlc3NSb2d1ZVF1",
|
||||
"ZXJ5U2NSc3ASKgoOcm9ndWVfZ2V0X2luZm8YCyABKAsyEi5DaGVzc1JvZ3Vl",
|
||||
"R2V0SW5mbxIyChJyb2d1ZV9jdXJyZW50X2luZm8YCSABKAsyFi5DaGVzc1Jv",
|
||||
"Z3VlQ3VycmVudEluZm8SIQoEaW5mbxgMIAEoCzITLkNoZXNzUm9ndWVHYW1l",
|
||||
@@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"Eg8KB3JldGNvZGUYDyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
|
||||
"cm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueQueryScRsp), global::EggLink.DanhengServer.Proto.ChessRogueQueryScRsp.Parser, new[]{ "RogueGetInfo", "RogueCurrentInfo", "Info", "FinishInfo", "QueryInfo", "Retcode" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueQuitScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChlDaGVzc1JvZ3VlUXVpdFNjUnNwLnByb3RvGhlDaGVzc1JvZ3VlTGV2ZWxJ",
|
||||
"bmZvLnByb3RvGhdDaGVzc1JvZ3VlR2V0SW5mby5wcm90bxoaQ2hlc3NSb2d1",
|
||||
"ZUZpbmlzaEluZm8ucHJvdG8aG0NoZXNzUm9ndWVDdXJyZW50SW5mby5wcm90",
|
||||
"bxoYQ2hlc3NSb2d1ZUFlb25JbmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5w",
|
||||
"cm90bxoZQ2hlc3NSb2d1ZVF1ZXJ5SW5mby5wcm90bxoYQ2hlc3NSb2d1ZUdh",
|
||||
"bWVJbmZvLnByb3RvIvwCChNDaGVzc1JvZ3VlUXVpdFNjUnNwEiMKCnN0YWdl",
|
||||
"ChlDaGVzc1JvZ3VlUXVpdFNjUnNwLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5w",
|
||||
"cm90bxoYQ2hlc3NSb2d1ZUFlb25JbmZvLnByb3RvGhlDaGVzc1JvZ3VlUXVl",
|
||||
"cnlJbmZvLnByb3RvGhtDaGVzc1JvZ3VlQ3VycmVudEluZm8ucHJvdG8aGENo",
|
||||
"ZXNzUm9ndWVHYW1lSW5mby5wcm90bxoaQ2hlc3NSb2d1ZUZpbmlzaEluZm8u",
|
||||
"cHJvdG8aF0NoZXNzUm9ndWVHZXRJbmZvLnByb3RvGhlDaGVzc1JvZ3VlTGV2",
|
||||
"ZWxJbmZvLnByb3RvIvwCChNDaGVzc1JvZ3VlUXVpdFNjUnNwEiMKCnN0YWdl",
|
||||
"X2luZm8YAyABKAsyDy5DaGVzc1JvZ3VlSW5mbxIhCgRpbmZvGA0gASgLMhMu",
|
||||
"Q2hlc3NSb2d1ZUdhbWVJbmZvEioKDnJvZ3VlX2dldF9pbmZvGAUgASgLMhIu",
|
||||
"Q2hlc3NSb2d1ZUdldEluZm8SKAoKbGV2ZWxfaW5mbxgEIAEoCzIULkNoZXNz",
|
||||
@@ -40,7 +40,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"X2luZm8YAiABKAsyFi5DaGVzc1JvZ3VlQ3VycmVudEluZm9CHqoCG0VnZ0xp",
|
||||
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueQuitScRsp), global::EggLink.DanhengServer.Proto.ChessRogueQuitScRsp.Parser, new[]{ "StageInfo", "Info", "RogueGetInfo", "LevelInfo", "Retcode", "RogueAeonInfo", "FinishInfo", "QueryInfo", "RogueCurrentInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ChessRogueStartScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpDaGVzc1JvZ3VlU3RhcnRTY1JzcC5wcm90bxobQ2hlc3NSb2d1ZUN1cnJl",
|
||||
"bnRJbmZvLnByb3RvGhBMaW5ldXBJbmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5m",
|
||||
"by5wcm90bxoPU2NlbmVJbmZvLnByb3RvGiVDaGVzc1JvZ3VlTGF5ZXJJbml0",
|
||||
"aWFsRXZlbnRJbmZvLnByb3RvGhhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8i",
|
||||
"ChpDaGVzc1JvZ3VlU3RhcnRTY1JzcC5wcm90bxoUQ2hlc3NSb2d1ZUluZm8u",
|
||||
"cHJvdG8aJUNoZXNzUm9ndWVMYXllckluaXRpYWxFdmVudEluZm8ucHJvdG8a",
|
||||
"D1NjZW5lSW5mby5wcm90bxobQ2hlc3NSb2d1ZUN1cnJlbnRJbmZvLnByb3Rv",
|
||||
"GhhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8aEExpbmV1cEluZm8ucHJvdG8i",
|
||||
"lwIKFENoZXNzUm9ndWVTdGFydFNjUnNwEiMKCnN0YWdlX2luZm8YCSABKAsy",
|
||||
"Dy5DaGVzc1JvZ3VlSW5mbxIZCgVzY2VuZRgPIAEoCzIKLlNjZW5lSW5mbxIP",
|
||||
"CgdyZXRjb2RlGAggASgNEhsKBmxpbmV1cBgDIAEoCzILLkxpbmV1cEluZm8S",
|
||||
@@ -37,7 +37,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"Q3VycmVudEluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
||||
"cHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueStartScRsp), global::EggLink.DanhengServer.Proto.ChessRogueStartScRsp.Parser, new[]{ "StageInfo", "Scene", "Retcode", "Lineup", "Info", "BoardEventInfo", "RogueCurrentInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: JFHEFPLCCCJ.proto
|
||||
// source: ChessRogueStoryInfo.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
@@ -11,29 +11,30 @@ using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
/// <summary>Holder for reflection information generated from JFHEFPLCCCJ.proto</summary>
|
||||
public static partial class JFHEFPLCCCJReflection {
|
||||
/// <summary>Holder for reflection information generated from ChessRogueStoryInfo.proto</summary>
|
||||
public static partial class ChessRogueStoryInfoReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for JFHEFPLCCCJ.proto</summary>
|
||||
/// <summary>File descriptor for ChessRogueStoryInfo.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static JFHEFPLCCCJReflection() {
|
||||
static ChessRogueStoryInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFKRkhFRlBMQ0NDSi5wcm90byLQAQoLSkZIRUZQTENDQ0oSEwoLTE9OSkdO",
|
||||
"SEpCS0QYASADKA0SIAoYY2hlc3Nfcm9ndWVfc3ViX3N0b3J5X2lkGAogASgN",
|
||||
"EhMKC0dBS0NLRE5LSkNEGAcgAygNEhMKC0xFSkVLSUJMQ1BOGAYgASgIEiEK",
|
||||
"GWNoZXNzX3JvZ3VlX21haW5fc3RvcnlfaWQYDiABKA0SEwoLSExOQ0dNS0JJ",
|
||||
"T0oYBCADKA0SEwoLTEpNSEZGSU9OQkkYBSABKAgSEwoLTUlFTEpNQU5ES0MY",
|
||||
"AyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
"ChlDaGVzc1JvZ3VlU3RvcnlJbmZvLnByb3RvItoBChNDaGVzc1JvZ3VlU3Rv",
|
||||
"cnlJbmZvEhMKC0xPTkpHTkhKQktEGAEgAygNEiAKGGNoZXNzX3JvZ3VlX3N1",
|
||||
"Yl9zdG9yeV9pZBgKIAEoDRITCgtHQUtDS0ROS0pDRBgHIAMoDRITCgtMRUpF",
|
||||
"S0lCTENQThgGIAEoCBIhChljaGVzc19yb2d1ZV9tYWluX3N0b3J5X2lkGA4g",
|
||||
"ASgNEhUKDXN0b3J5X2lkX2xpc3QYBCADKA0SEwoLTEpNSEZGSU9OQkkYBSAB",
|
||||
"KAgSEwoLTUlFTEpNQU5ES0MYAyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
|
||||
"cnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ), global::EggLink.DanhengServer.Proto.JFHEFPLCCCJ.Parser, new[]{ "LONJGNHJBKD", "ChessRogueSubStoryId", "GAKCKDNKJCD", "LEJEKIBLCPN", "ChessRogueMainStoryId", "HLNCGMKBIOJ", "LJMHFFIONBI", "MIELJMANDKC" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo), global::EggLink.DanhengServer.Proto.ChessRogueStoryInfo.Parser, new[]{ "LONJGNHJBKD", "ChessRogueSubStoryId", "GAKCKDNKJCD", "LEJEKIBLCPN", "ChessRogueMainStoryId", "StoryIdList", "LJMHFFIONBI", "MIELJMANDKC" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -41,21 +42,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class JFHEFPLCCCJ : pb::IMessage<JFHEFPLCCCJ>
|
||||
public sealed partial class ChessRogueStoryInfo : pb::IMessage<ChessRogueStoryInfo>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<JFHEFPLCCCJ> _parser = new pb::MessageParser<JFHEFPLCCCJ>(() => new JFHEFPLCCCJ());
|
||||
private static readonly pb::MessageParser<ChessRogueStoryInfo> _parser = new pb::MessageParser<ChessRogueStoryInfo>(() => new ChessRogueStoryInfo());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<JFHEFPLCCCJ> Parser { get { return _parser; } }
|
||||
public static pb::MessageParser<ChessRogueStoryInfo> 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.JFHEFPLCCCJReflection.Descriptor.MessageTypes[0]; }
|
||||
get { return global::EggLink.DanhengServer.Proto.ChessRogueStoryInfoReflection.Descriptor.MessageTypes[0]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -66,7 +67,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public JFHEFPLCCCJ() {
|
||||
public ChessRogueStoryInfo() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
@@ -74,13 +75,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public JFHEFPLCCCJ(JFHEFPLCCCJ other) : this() {
|
||||
public ChessRogueStoryInfo(ChessRogueStoryInfo other) : this() {
|
||||
lONJGNHJBKD_ = other.lONJGNHJBKD_.Clone();
|
||||
chessRogueSubStoryId_ = other.chessRogueSubStoryId_;
|
||||
gAKCKDNKJCD_ = other.gAKCKDNKJCD_.Clone();
|
||||
lEJEKIBLCPN_ = other.lEJEKIBLCPN_;
|
||||
chessRogueMainStoryId_ = other.chessRogueMainStoryId_;
|
||||
hLNCGMKBIOJ_ = other.hLNCGMKBIOJ_.Clone();
|
||||
storyIdList_ = other.storyIdList_.Clone();
|
||||
lJMHFFIONBI_ = other.lJMHFFIONBI_;
|
||||
mIELJMANDKC_ = other.mIELJMANDKC_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
@@ -88,8 +89,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public JFHEFPLCCCJ Clone() {
|
||||
return new JFHEFPLCCCJ(this);
|
||||
public ChessRogueStoryInfo Clone() {
|
||||
return new ChessRogueStoryInfo(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "LONJGNHJBKD" field.</summary>
|
||||
@@ -150,15 +151,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "HLNCGMKBIOJ" field.</summary>
|
||||
public const int HLNCGMKBIOJFieldNumber = 4;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_hLNCGMKBIOJ_codec
|
||||
/// <summary>Field number for the "story_id_list" field.</summary>
|
||||
public const int StoryIdListFieldNumber = 4;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_storyIdList_codec
|
||||
= pb::FieldCodec.ForUInt32(34);
|
||||
private readonly pbc::RepeatedField<uint> hLNCGMKBIOJ_ = new pbc::RepeatedField<uint>();
|
||||
private readonly pbc::RepeatedField<uint> storyIdList_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<uint> HLNCGMKBIOJ {
|
||||
get { return hLNCGMKBIOJ_; }
|
||||
public pbc::RepeatedField<uint> StoryIdList {
|
||||
get { return storyIdList_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "LJMHFFIONBI" field.</summary>
|
||||
@@ -188,12 +189,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 JFHEFPLCCCJ);
|
||||
return Equals(other as ChessRogueStoryInfo);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(JFHEFPLCCCJ other) {
|
||||
public bool Equals(ChessRogueStoryInfo other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
@@ -205,7 +206,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if(!gAKCKDNKJCD_.Equals(other.gAKCKDNKJCD_)) return false;
|
||||
if (LEJEKIBLCPN != other.LEJEKIBLCPN) return false;
|
||||
if (ChessRogueMainStoryId != other.ChessRogueMainStoryId) return false;
|
||||
if(!hLNCGMKBIOJ_.Equals(other.hLNCGMKBIOJ_)) return false;
|
||||
if(!storyIdList_.Equals(other.storyIdList_)) return false;
|
||||
if (LJMHFFIONBI != other.LJMHFFIONBI) return false;
|
||||
if (MIELJMANDKC != other.MIELJMANDKC) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
@@ -220,7 +221,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
hash ^= gAKCKDNKJCD_.GetHashCode();
|
||||
if (LEJEKIBLCPN != false) hash ^= LEJEKIBLCPN.GetHashCode();
|
||||
if (ChessRogueMainStoryId != 0) hash ^= ChessRogueMainStoryId.GetHashCode();
|
||||
hash ^= hLNCGMKBIOJ_.GetHashCode();
|
||||
hash ^= storyIdList_.GetHashCode();
|
||||
if (LJMHFFIONBI != false) hash ^= LJMHFFIONBI.GetHashCode();
|
||||
if (MIELJMANDKC != 0) hash ^= MIELJMANDKC.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
@@ -246,7 +247,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(MIELJMANDKC);
|
||||
}
|
||||
hLNCGMKBIOJ_.WriteTo(output, _repeated_hLNCGMKBIOJ_codec);
|
||||
storyIdList_.WriteTo(output, _repeated_storyIdList_codec);
|
||||
if (LJMHFFIONBI != false) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteBool(LJMHFFIONBI);
|
||||
@@ -279,7 +280,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(MIELJMANDKC);
|
||||
}
|
||||
hLNCGMKBIOJ_.WriteTo(ref output, _repeated_hLNCGMKBIOJ_codec);
|
||||
storyIdList_.WriteTo(ref output, _repeated_storyIdList_codec);
|
||||
if (LJMHFFIONBI != false) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteBool(LJMHFFIONBI);
|
||||
@@ -318,7 +319,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ChessRogueMainStoryId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChessRogueMainStoryId);
|
||||
}
|
||||
size += hLNCGMKBIOJ_.CalculateSize(_repeated_hLNCGMKBIOJ_codec);
|
||||
size += storyIdList_.CalculateSize(_repeated_storyIdList_codec);
|
||||
if (LJMHFFIONBI != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
@@ -333,7 +334,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(JFHEFPLCCCJ other) {
|
||||
public void MergeFrom(ChessRogueStoryInfo other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
@@ -348,7 +349,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.ChessRogueMainStoryId != 0) {
|
||||
ChessRogueMainStoryId = other.ChessRogueMainStoryId;
|
||||
}
|
||||
hLNCGMKBIOJ_.Add(other.hLNCGMKBIOJ_);
|
||||
storyIdList_.Add(other.storyIdList_);
|
||||
if (other.LJMHFFIONBI != false) {
|
||||
LJMHFFIONBI = other.LJMHFFIONBI;
|
||||
}
|
||||
@@ -381,7 +382,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
case 34:
|
||||
case 32: {
|
||||
hLNCGMKBIOJ_.AddEntriesFrom(input, _repeated_hLNCGMKBIOJ_codec);
|
||||
storyIdList_.AddEntriesFrom(input, _repeated_storyIdList_codec);
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
@@ -431,7 +432,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
case 34:
|
||||
case 32: {
|
||||
hLNCGMKBIOJ_.AddEntriesFrom(ref input, _repeated_hLNCGMKBIOJ_codec);
|
||||
storyIdList_.AddEntriesFrom(ref input, _repeated_storyIdList_codec);
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
@@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CitDaGVzc1JvZ3VlVXBkYXRlTGV2ZWxCYXNlSW5mb1NjTm90aWZ5LnByb3Rv",
|
||||
"GhtDaGVzc1JvZ3VlTGV2ZWxTdGF0dXMucHJvdG8aIUNoZXNzUm9ndWVVcGRh",
|
||||
"dGVMZXZlbFN0YXR1cy5wcm90byKDAQolQ2hlc3NSb2d1ZVVwZGF0ZUxldmVs",
|
||||
"GiFDaGVzc1JvZ3VlVXBkYXRlTGV2ZWxTdGF0dXMucHJvdG8aG0NoZXNzUm9n",
|
||||
"dWVMZXZlbFN0YXR1cy5wcm90byKDAQolQ2hlc3NSb2d1ZVVwZGF0ZUxldmVs",
|
||||
"QmFzZUluZm9TY05vdGlmeRIsCgxsZXZlbF9zdGF0dXMYDyABKA4yFi5DaGVz",
|
||||
"c1JvZ3VlTGV2ZWxTdGF0dXMSLAoGcmVhc29uGAwgASgOMhwuQ2hlc3NSb2d1",
|
||||
"ZVVwZGF0ZUxldmVsU3RhdHVzQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
|
||||
"UHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueUpdateLevelStatusReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueUpdateLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelStatusReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueUpdateLevelBaseInfoScNotify), global::EggLink.DanhengServer.Proto.ChessRogueUpdateLevelBaseInfoScNotify.Parser, new[]{ "LevelStatus", "Reason" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,7 +24,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ClientMailReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChBDbGllbnRNYWlsLnByb3RvGg5JdGVtTGlzdC5wcm90bxoOTWFpbFR5cGUu",
|
||||
"ChBDbGllbnRNYWlsLnByb3RvGg5NYWlsVHlwZS5wcm90bxoOSXRlbUxpc3Qu",
|
||||
"cHJvdG8i3AEKCkNsaWVudE1haWwSDQoFVGl0bGUYDiABKAkSDwoHQ29udGVu",
|
||||
"dBgDIAEoCRIKCgJpZBgEIAEoDRIOCgZTZW5kZXIYBSABKAkSGwoITWFpbFR5",
|
||||
"cGUYASABKA4yCS5NYWlsVHlwZRISCgpFeHBpcmVUaW1lGAcgASgDEg4KBklz",
|
||||
@@ -32,7 +32,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"AiABKAsyCS5JdGVtTGlzdBIQCghQYXJhTGlzdBgKIAMoCRIMCgRUaW1lGAYg",
|
||||
"ASgDQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.MailTypeReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MailTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClientMail), global::EggLink.DanhengServer.Proto.ClientMail.Parser, new[]{ "Title", "Content", "Id", "Sender", "MailType", "ExpireTime", "IsRead", "TemplateId", "Attachment", "ParaList", "Time" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ClockParkGetOngoingScriptInfoScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CihDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1NjUnNwLnByb3RvGhFP",
|
||||
"S0lPT0JOQkRFQi5wcm90bxoRQ01FQk1JTk5KT04ucHJvdG8aEUlNSlBLSUNG",
|
||||
"CihDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1NjUnNwLnByb3RvGhFD",
|
||||
"TUVCTUlOTkpPTi5wcm90bxoRT0tJT09CTkJERUIucHJvdG8aEUlNSlBLSUNG",
|
||||
"QkxJLnByb3RvIsgCCiJDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1Nj",
|
||||
"UnNwEhMKC0ZNUERGRkFHS0ZPGAYgASgNEg8KB3JldGNvZGUYBSABKA0SJQoP",
|
||||
"cm9ndWVfYnVmZl9pbmZvGAggASgLMgwuT0tJT09CTkJERUISEwoLSkZNUEtC",
|
||||
@@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"GAQgASgNEhEKCXNjcmlwdF9pZBgDIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n",
|
||||
"U2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OKIOOBNBDEBReflection.Descriptor, global::EggLink.DanhengServer.Proto.CMEBMINNJONReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMJPKICFBLIReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CMEBMINNJONReflection.Descriptor, global::EggLink.DanhengServer.Proto.OKIOOBNBDEBReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMJPKICFBLIReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkGetOngoingScriptInfoScRsp), global::EggLink.DanhengServer.Proto.ClockParkGetOngoingScriptInfoScRsp.Parser, new[]{ "FMPDFFAGKFO", "Retcode", "RogueBuffInfo", "JFMPKBHGOPE", "GKEADPKKANG", "OCBBEAJPFGF", "FIHJEFNGFEK", "FMHJAGNLOFD", "IBFECHKNJAL", "GAKDAENACOD", "CIGPMMBDEJD", "ScriptId" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ClockParkHandleWaitOperationCsReqReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CidDbG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXEucHJvdG8aEUFK",
|
||||
"QkZKT0VJTURNLnByb3RvGhFMTUNCTkJPTU5LSy5wcm90bxoRQ0FIUEJQRUVQ",
|
||||
"R0IucHJvdG8aEU1CSFBIRUlKUE1HLnByb3RvGhFLRkpKQUdBSUNERS5wcm90",
|
||||
"bxoRREJJQUNCRENQSEUucHJvdG8aEUFDSklDQ05LQ0xLLnByb3RvItUCCiFD",
|
||||
"CidDbG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXEucHJvdG8aEUNB",
|
||||
"SFBCUEVFUEdCLnByb3RvGhFMTUNCTkJPTU5LSy5wcm90bxoRS0ZKSkFHQUlD",
|
||||
"REUucHJvdG8aEUFDSklDQ05LQ0xLLnByb3RvGhFEQklBQ0JEQ1BIRS5wcm90",
|
||||
"bxoRQUpCRkpPRUlNRE0ucHJvdG8aEU1CSFBIRUlKUE1HLnByb3RvItUCCiFD",
|
||||
"bG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXESEQoJc2NyaXB0X2lk",
|
||||
"GAggASgNEhMKC0hJQUdFSU5MQUhMGAwgASgNEiEKC0RCSEFGTEJQT0RBGA0g",
|
||||
"ASgLMgwuTE1DQk5CT01OS0sSIQoLRU1KRURKRkVGSEoYCSABKAsyDC5DQUhQ",
|
||||
@@ -38,7 +38,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"SEUSEwoLRk1QREZGQUdLRk8YAiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
|
||||
"cnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AJBFJOEIMDMReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMCBNBOMNKKReflection.Descriptor, global::EggLink.DanhengServer.Proto.CAHPBPEEPGBReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBHPHEIJPMGReflection.Descriptor, global::EggLink.DanhengServer.Proto.KFJJAGAICDEReflection.Descriptor, global::EggLink.DanhengServer.Proto.DBIACBDCPHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.ACJICCNKCLKReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CAHPBPEEPGBReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMCBNBOMNKKReflection.Descriptor, global::EggLink.DanhengServer.Proto.KFJJAGAICDEReflection.Descriptor, global::EggLink.DanhengServer.Proto.ACJICCNKCLKReflection.Descriptor, global::EggLink.DanhengServer.Proto.DBIACBDCPHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJBFJOEIMDMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBHPHEIJPMGReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationCsReq), global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationCsReq.Parser, new[]{ "ScriptId", "HIAGEINLAHL", "DBHAFLBPODA", "EMJEDJFEFHJ", "ONMPCHLDDGA", "ENCLLODMEJH", "MHEGJKOFOLB", "KEKMKBFHEED", "FHBOCHDINAB", "FMPDFFAGKFO" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ClockParkUseBuffScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChtDbG9ja1BhcmtVc2VCdWZmU2NSc3AucHJvdG8aEU9LSU9PQk5CREVCLnBy",
|
||||
"b3RvGhFJTUpQS0lDRkJMSS5wcm90bxoRRFBDQU1HRUxIQlAucHJvdG8ivwEK",
|
||||
"ChtDbG9ja1BhcmtVc2VCdWZmU2NSc3AucHJvdG8aEURQQ0FNR0VMSEJQLnBy",
|
||||
"b3RvGhFPS0lPT0JOQkRFQi5wcm90bxoRSU1KUEtJQ0ZCTEkucHJvdG8ivwEK",
|
||||
"FUNsb2NrUGFya1VzZUJ1ZmZTY1JzcBITCgtISUFHRUlOTEFITBgLIAEoDRIl",
|
||||
"Cg9yb2d1ZV9idWZmX2luZm8YAiABKAsyDC5PS0lPT0JOQkRFQhIPCgdyZXRj",
|
||||
"b2RlGA4gASgNEhEKCXNjcmlwdF9pZBgBIAEoDRIiCgtNQUxLSE5GSEZBRRjz",
|
||||
@@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"TUpQS0lDRkJMSUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
||||
"cm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OKIOOBNBDEBReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMJPKICFBLIReflection.Descriptor, global::EggLink.DanhengServer.Proto.DPCAMGELHBPReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DPCAMGELHBPReflection.Descriptor, global::EggLink.DanhengServer.Proto.OKIOOBNBDEBReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMJPKICFBLIReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkUseBuffScRsp), global::EggLink.DanhengServer.Proto.ClockParkUseBuffScRsp.Parser, new[]{ "HIAGEINLAHL", "RogueBuffInfo", "Retcode", "ScriptId", "MALKHNFHFAE", "OCBBEAJPFGF" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CihDb21tb25Sb2d1ZUNvbXBvbmVudFVwZGF0ZVNjTm90aWZ5LnByb3RvGhNS",
|
||||
"b2d1ZUdhbWVJbmZvLnByb3RvIosBCiJDb21tb25Sb2d1ZUNvbXBvbmVudFVw",
|
||||
"ZGF0ZVNjTm90aWZ5EhMKC09KSUJPQk5BSUtIGAUgASgNEhMKC0lIS0hORUdC",
|
||||
"RUxFGA0gASgNEiMKC0FPUE9BT05JSUFNGAMgASgLMg4uUm9ndWVHYW1lSW5m",
|
||||
"bxIWCg5yb2d1ZV9zdWJfbW9kZRgHIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n",
|
||||
"U2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
"b2d1ZUdhbWVJbmZvLnByb3RvIpgBCiJDb21tb25Sb2d1ZUNvbXBvbmVudFVw",
|
||||
"ZGF0ZVNjTm90aWZ5EiAKGHJvZ3VlX21hZ2ljX2JhdHRsZV9jb25zdBgFIAEo",
|
||||
"DRITCgtJSEtITkVHQkVMRRgNIAEoDRIjCgtBT1BPQU9OSUlBTRgDIAEoCzIO",
|
||||
"LlJvZ3VlR2FtZUluZm8SFgoOcm9ndWVfc3ViX21vZGUYByABKA1CHqoCG0Vn",
|
||||
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueGameInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CommonRogueComponentUpdateScNotify), global::EggLink.DanhengServer.Proto.CommonRogueComponentUpdateScNotify.Parser, new[]{ "OJIBOBNAIKH", "IHKHNEGBELE", "AOPOAONIIAM", "RogueSubMode" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CommonRogueComponentUpdateScNotify), global::EggLink.DanhengServer.Proto.CommonRogueComponentUpdateScNotify.Parser, new[]{ "RogueMagicBattleConst", "IHKHNEGBELE", "AOPOAONIIAM", "RogueSubMode" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -75,7 +75,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public CommonRogueComponentUpdateScNotify(CommonRogueComponentUpdateScNotify other) : this() {
|
||||
oJIBOBNAIKH_ = other.oJIBOBNAIKH_;
|
||||
rogueMagicBattleConst_ = other.rogueMagicBattleConst_;
|
||||
iHKHNEGBELE_ = other.iHKHNEGBELE_;
|
||||
aOPOAONIIAM_ = other.aOPOAONIIAM_ != null ? other.aOPOAONIIAM_.Clone() : null;
|
||||
rogueSubMode_ = other.rogueSubMode_;
|
||||
@@ -88,15 +88,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new CommonRogueComponentUpdateScNotify(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "OJIBOBNAIKH" field.</summary>
|
||||
public const int OJIBOBNAIKHFieldNumber = 5;
|
||||
private uint oJIBOBNAIKH_;
|
||||
/// <summary>Field number for the "rogue_magic_battle_const" field.</summary>
|
||||
public const int RogueMagicBattleConstFieldNumber = 5;
|
||||
private uint rogueMagicBattleConst_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint OJIBOBNAIKH {
|
||||
get { return oJIBOBNAIKH_; }
|
||||
public uint RogueMagicBattleConst {
|
||||
get { return rogueMagicBattleConst_; }
|
||||
set {
|
||||
oJIBOBNAIKH_ = value;
|
||||
rogueMagicBattleConst_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (OJIBOBNAIKH != other.OJIBOBNAIKH) return false;
|
||||
if (RogueMagicBattleConst != other.RogueMagicBattleConst) return false;
|
||||
if (IHKHNEGBELE != other.IHKHNEGBELE) return false;
|
||||
if (!object.Equals(AOPOAONIIAM, other.AOPOAONIIAM)) return false;
|
||||
if (RogueSubMode != other.RogueSubMode) return false;
|
||||
@@ -162,7 +162,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (OJIBOBNAIKH != 0) hash ^= OJIBOBNAIKH.GetHashCode();
|
||||
if (RogueMagicBattleConst != 0) hash ^= RogueMagicBattleConst.GetHashCode();
|
||||
if (IHKHNEGBELE != 0) hash ^= IHKHNEGBELE.GetHashCode();
|
||||
if (aOPOAONIIAM_ != null) hash ^= AOPOAONIIAM.GetHashCode();
|
||||
if (RogueSubMode != 0) hash ^= RogueSubMode.GetHashCode();
|
||||
@@ -188,9 +188,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteMessage(AOPOAONIIAM);
|
||||
}
|
||||
if (OJIBOBNAIKH != 0) {
|
||||
if (RogueMagicBattleConst != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(OJIBOBNAIKH);
|
||||
output.WriteUInt32(RogueMagicBattleConst);
|
||||
}
|
||||
if (RogueSubMode != 0) {
|
||||
output.WriteRawTag(56);
|
||||
@@ -214,9 +214,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(26);
|
||||
output.WriteMessage(AOPOAONIIAM);
|
||||
}
|
||||
if (OJIBOBNAIKH != 0) {
|
||||
if (RogueMagicBattleConst != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(OJIBOBNAIKH);
|
||||
output.WriteUInt32(RogueMagicBattleConst);
|
||||
}
|
||||
if (RogueSubMode != 0) {
|
||||
output.WriteRawTag(56);
|
||||
@@ -236,8 +236,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (OJIBOBNAIKH != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OJIBOBNAIKH);
|
||||
if (RogueMagicBattleConst != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RogueMagicBattleConst);
|
||||
}
|
||||
if (IHKHNEGBELE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IHKHNEGBELE);
|
||||
@@ -260,8 +260,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.OJIBOBNAIKH != 0) {
|
||||
OJIBOBNAIKH = other.OJIBOBNAIKH;
|
||||
if (other.RogueMagicBattleConst != 0) {
|
||||
RogueMagicBattleConst = other.RogueMagicBattleConst;
|
||||
}
|
||||
if (other.IHKHNEGBELE != 0) {
|
||||
IHKHNEGBELE = other.IHKHNEGBELE;
|
||||
@@ -298,7 +298,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
OJIBOBNAIKH = input.ReadUInt32();
|
||||
RogueMagicBattleConst = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
@@ -332,7 +332,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
OJIBOBNAIKH = input.ReadUInt32();
|
||||
RogueMagicBattleConst = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
|
||||
@@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"Ch9Db21wb3NlU2VsZWN0ZWRSZWxpY0NzUmVxLnByb3RvGhJJdGVtQ29zdERh",
|
||||
"dGEucHJvdG8ilAEKGUNvbXBvc2VTZWxlY3RlZFJlbGljQ3NSZXESEgoKY29t",
|
||||
"cG9zZV9pZBgJIAEoDRITCgtCR01JRUZMTUFHRhgEIAEoDRIoChFjb21wb3Nl",
|
||||
"X2l0ZW1fbGlzdBgNIAEoCzINLkl0ZW1Db3N0RGF0YRINCgVjb3VudBgHIAEo",
|
||||
"DRIVCg1tYWluX2FmZml4X2lkGAUgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
|
||||
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
"dGEucHJvdG8imQEKGUNvbXBvc2VTZWxlY3RlZFJlbGljQ3NSZXESEgoKY29t",
|
||||
"cG9zZV9pZBgJIAEoDRIYChBjb21wb3NlX3JlbGljX2lkGAQgASgNEigKEWNv",
|
||||
"bXBvc2VfaXRlbV9saXN0GA0gASgLMg0uSXRlbUNvc3REYXRhEg0KBWNvdW50",
|
||||
"GAcgASgNEhUKDW1haW5fYWZmaXhfaWQYBSABKA1CHqoCG0VnZ0xpbmsuRGFu",
|
||||
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
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.ComposeSelectedRelicCsReq), global::EggLink.DanhengServer.Proto.ComposeSelectedRelicCsReq.Parser, new[]{ "ComposeId", "BGMIEFLMAGF", "ComposeItemList", "Count", "MainAffixId" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ComposeSelectedRelicCsReq), global::EggLink.DanhengServer.Proto.ComposeSelectedRelicCsReq.Parser, new[]{ "ComposeId", "ComposeRelicId", "ComposeItemList", "Count", "MainAffixId" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -76,7 +76,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public ComposeSelectedRelicCsReq(ComposeSelectedRelicCsReq other) : this() {
|
||||
composeId_ = other.composeId_;
|
||||
bGMIEFLMAGF_ = other.bGMIEFLMAGF_;
|
||||
composeRelicId_ = other.composeRelicId_;
|
||||
composeItemList_ = other.composeItemList_ != null ? other.composeItemList_.Clone() : null;
|
||||
count_ = other.count_;
|
||||
mainAffixId_ = other.mainAffixId_;
|
||||
@@ -101,15 +101,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "BGMIEFLMAGF" field.</summary>
|
||||
public const int BGMIEFLMAGFFieldNumber = 4;
|
||||
private uint bGMIEFLMAGF_;
|
||||
/// <summary>Field number for the "compose_relic_id" field.</summary>
|
||||
public const int ComposeRelicIdFieldNumber = 4;
|
||||
private uint composeRelicId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint BGMIEFLMAGF {
|
||||
get { return bGMIEFLMAGF_; }
|
||||
public uint ComposeRelicId {
|
||||
get { return composeRelicId_; }
|
||||
set {
|
||||
bGMIEFLMAGF_ = value;
|
||||
composeRelicId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -165,7 +165,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if (ComposeId != other.ComposeId) return false;
|
||||
if (BGMIEFLMAGF != other.BGMIEFLMAGF) return false;
|
||||
if (ComposeRelicId != other.ComposeRelicId) return false;
|
||||
if (!object.Equals(ComposeItemList, other.ComposeItemList)) return false;
|
||||
if (Count != other.Count) return false;
|
||||
if (MainAffixId != other.MainAffixId) return false;
|
||||
@@ -177,7 +177,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (ComposeId != 0) hash ^= ComposeId.GetHashCode();
|
||||
if (BGMIEFLMAGF != 0) hash ^= BGMIEFLMAGF.GetHashCode();
|
||||
if (ComposeRelicId != 0) hash ^= ComposeRelicId.GetHashCode();
|
||||
if (composeItemList_ != null) hash ^= ComposeItemList.GetHashCode();
|
||||
if (Count != 0) hash ^= Count.GetHashCode();
|
||||
if (MainAffixId != 0) hash ^= MainAffixId.GetHashCode();
|
||||
@@ -199,9 +199,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (BGMIEFLMAGF != 0) {
|
||||
if (ComposeRelicId != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(BGMIEFLMAGF);
|
||||
output.WriteUInt32(ComposeRelicId);
|
||||
}
|
||||
if (MainAffixId != 0) {
|
||||
output.WriteRawTag(40);
|
||||
@@ -229,9 +229,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (BGMIEFLMAGF != 0) {
|
||||
if (ComposeRelicId != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(BGMIEFLMAGF);
|
||||
output.WriteUInt32(ComposeRelicId);
|
||||
}
|
||||
if (MainAffixId != 0) {
|
||||
output.WriteRawTag(40);
|
||||
@@ -262,8 +262,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ComposeId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ComposeId);
|
||||
}
|
||||
if (BGMIEFLMAGF != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BGMIEFLMAGF);
|
||||
if (ComposeRelicId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ComposeRelicId);
|
||||
}
|
||||
if (composeItemList_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ComposeItemList);
|
||||
@@ -289,8 +289,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.ComposeId != 0) {
|
||||
ComposeId = other.ComposeId;
|
||||
}
|
||||
if (other.BGMIEFLMAGF != 0) {
|
||||
BGMIEFLMAGF = other.BGMIEFLMAGF;
|
||||
if (other.ComposeRelicId != 0) {
|
||||
ComposeRelicId = other.ComposeRelicId;
|
||||
}
|
||||
if (other.composeItemList_ != null) {
|
||||
if (composeItemList_ == null) {
|
||||
@@ -320,7 +320,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 32: {
|
||||
BGMIEFLMAGF = input.ReadUInt32();
|
||||
ComposeRelicId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
@@ -358,7 +358,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 32: {
|
||||
BGMIEFLMAGF = input.ReadUInt32();
|
||||
ComposeRelicId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
|
||||
@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static CurChallengeReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChJDdXJDaGFsbGVuZ2UucHJvdG8aEUtpbGxNb25zdGVyLnByb3RvGhhDaGFs",
|
||||
"bGVuZ2VTdG9yeUluZm8ucHJvdG8aFUV4dHJhTGluZXVwVHlwZS5wcm90bxoV",
|
||||
"Q2hhbGxlbmdlU3RhdHVzLnByb3RvIpgCCgxDdXJDaGFsbGVuZ2USKwoRZXh0",
|
||||
"ChJDdXJDaGFsbGVuZ2UucHJvdG8aGENoYWxsZW5nZVN0b3J5SW5mby5wcm90",
|
||||
"bxoVQ2hhbGxlbmdlU3RhdHVzLnByb3RvGhVFeHRyYUxpbmV1cFR5cGUucHJv",
|
||||
"dG8aEUtpbGxNb25zdGVyLnByb3RvIpgCCgxDdXJDaGFsbGVuZ2USKwoRZXh0",
|
||||
"cmFfbGluZXVwX3R5cGUYCSABKA4yEC5FeHRyYUxpbmV1cFR5cGUSFAoMY2hh",
|
||||
"bGxlbmdlX2lkGAYgASgNEhMKC3JvdW5kX2NvdW50GAEgASgNEhEKCXNjb3Jl",
|
||||
"X3R3bxgNIAEoDRInChFraWxsX21vbnN0ZXJfbGlzdBgFIAMoCzIMLktpbGxN",
|
||||
@@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"Z2VfaW5mbxgCIAEoCzITLkNoYWxsZW5nZVN0b3J5SW5mb0IeqgIbRWdnTGlu",
|
||||
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KillMonsterReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStoryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStatusReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeStoryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.KillMonsterReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CurChallenge), global::EggLink.DanhengServer.Proto.CurChallenge.Parser, new[]{ "ExtraLineupType", "ChallengeId", "RoundCount", "ScoreTwo", "KillMonsterList", "ScoreId", "DeadAvatarNum", "Status", "StageInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static DNPMGACEBMMReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFETlBNR0FDRUJNTS5wcm90bxoRUm9ndWVTdGF0dXMucHJvdG8aFENoZXNz",
|
||||
"Um9ndWVCdWZmLnByb3RvGhdDaGVzc1JvZ3VlTWlyYWNsZS5wcm90byKbAgoL",
|
||||
"ChFETlBNR0FDRUJNTS5wcm90bxoXQ2hlc3NSb2d1ZU1pcmFjbGUucHJvdG8a",
|
||||
"FENoZXNzUm9ndWVCdWZmLnByb3RvGhFSb2d1ZVN0YXR1cy5wcm90byKbAgoL",
|
||||
"RE5QTUdBQ0VCTU0SLgoVY2hlc3Nfcm9ndWVfYnVmZl9pbmZvGAUgASgLMg8u",
|
||||
"Q2hlc3NSb2d1ZUJ1ZmYSEwoLRUlGSE9DTkFMQkEYCiABKA0SEwoLQkdKS09M",
|
||||
"TkNPUE4YAyABKA0SGwoTYmFzZV9hdmF0YXJfaWRfbGlzdBgEIAMoDRIcCgZz",
|
||||
@@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"R0tLSUoYDCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
||||
"cHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueStatusReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DNPMGACEBMM), global::EggLink.DanhengServer.Proto.DNPMGACEBMM.Parser, new[]{ "ChessRogueBuffInfo", "EIFHOCNALBA", "BGJKOLNCOPN", "BaseAvatarIdList", "Status", "MapId", "TrialAvatarIdList", "ChessRogueMiracleInfo", "CGHKMJGKKIJ" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -25,14 +25,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChtEYWlseUFjdGl2ZUluZm9Ob3RpZnkucHJvdG8aF0RhaWx5QWN0aXZpdHlJ",
|
||||
"bmZvLnByb3RvImoKFURhaWx5QWN0aXZlSW5mb05vdGlmeRITCgtGUE5EUExN",
|
||||
"SUdKUBgJIAEoDRInCgtLR0NMRk9BQkNJQhgMIAMoCzISLkRhaWx5QWN0aXZp",
|
||||
"dHlJbmZvEhMKC0VLTE9CSURBR09EGAIgAygNQh6qAhtFZ2dMaW5rLkRhbmhl",
|
||||
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
"bmZvLnByb3RvIowBChVEYWlseUFjdGl2ZUluZm9Ob3RpZnkSGgoSZGFpbHlf",
|
||||
"YWN0aXZlX3BvaW50GAkgASgNEjMKF2RhaWx5X2FjdGl2ZV9sZXZlbF9saXN0",
|
||||
"GAwgAygLMhIuRGFpbHlBY3Rpdml0eUluZm8SIgoaZGFpbHlfYWN0aXZlX3F1",
|
||||
"ZXN0X2lkX2xpc3QYAiADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
|
||||
"cm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DailyActivityInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyActiveInfoNotify), global::EggLink.DanhengServer.Proto.DailyActiveInfoNotify.Parser, new[]{ "FPNDPLMIGJP", "KGCLFOABCIB", "EKLOBIDAGOD" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyActiveInfoNotify), global::EggLink.DanhengServer.Proto.DailyActiveInfoNotify.Parser, new[]{ "DailyActivePoint", "DailyActiveLevelList", "DailyActiveQuestIdList" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -74,9 +75,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public DailyActiveInfoNotify(DailyActiveInfoNotify other) : this() {
|
||||
fPNDPLMIGJP_ = other.fPNDPLMIGJP_;
|
||||
kGCLFOABCIB_ = other.kGCLFOABCIB_.Clone();
|
||||
eKLOBIDAGOD_ = other.eKLOBIDAGOD_.Clone();
|
||||
dailyActivePoint_ = other.dailyActivePoint_;
|
||||
dailyActiveLevelList_ = other.dailyActiveLevelList_.Clone();
|
||||
dailyActiveQuestIdList_ = other.dailyActiveQuestIdList_.Clone();
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -86,38 +87,38 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new DailyActiveInfoNotify(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FPNDPLMIGJP" field.</summary>
|
||||
public const int FPNDPLMIGJPFieldNumber = 9;
|
||||
private uint fPNDPLMIGJP_;
|
||||
/// <summary>Field number for the "daily_active_point" field.</summary>
|
||||
public const int DailyActivePointFieldNumber = 9;
|
||||
private uint dailyActivePoint_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint FPNDPLMIGJP {
|
||||
get { return fPNDPLMIGJP_; }
|
||||
public uint DailyActivePoint {
|
||||
get { return dailyActivePoint_; }
|
||||
set {
|
||||
fPNDPLMIGJP_ = value;
|
||||
dailyActivePoint_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "KGCLFOABCIB" field.</summary>
|
||||
public const int KGCLFOABCIBFieldNumber = 12;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DailyActivityInfo> _repeated_kGCLFOABCIB_codec
|
||||
/// <summary>Field number for the "daily_active_level_list" field.</summary>
|
||||
public const int DailyActiveLevelListFieldNumber = 12;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DailyActivityInfo> _repeated_dailyActiveLevelList_codec
|
||||
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.DailyActivityInfo.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DailyActivityInfo> kGCLFOABCIB_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DailyActivityInfo>();
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DailyActivityInfo> dailyActiveLevelList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DailyActivityInfo>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DailyActivityInfo> KGCLFOABCIB {
|
||||
get { return kGCLFOABCIB_; }
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DailyActivityInfo> DailyActiveLevelList {
|
||||
get { return dailyActiveLevelList_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "EKLOBIDAGOD" field.</summary>
|
||||
public const int EKLOBIDAGODFieldNumber = 2;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_eKLOBIDAGOD_codec
|
||||
/// <summary>Field number for the "daily_active_quest_id_list" field.</summary>
|
||||
public const int DailyActiveQuestIdListFieldNumber = 2;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_dailyActiveQuestIdList_codec
|
||||
= pb::FieldCodec.ForUInt32(18);
|
||||
private readonly pbc::RepeatedField<uint> eKLOBIDAGOD_ = new pbc::RepeatedField<uint>();
|
||||
private readonly pbc::RepeatedField<uint> dailyActiveQuestIdList_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<uint> EKLOBIDAGOD {
|
||||
get { return eKLOBIDAGOD_; }
|
||||
public pbc::RepeatedField<uint> DailyActiveQuestIdList {
|
||||
get { return dailyActiveQuestIdList_; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -135,9 +136,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (FPNDPLMIGJP != other.FPNDPLMIGJP) return false;
|
||||
if(!kGCLFOABCIB_.Equals(other.kGCLFOABCIB_)) return false;
|
||||
if(!eKLOBIDAGOD_.Equals(other.eKLOBIDAGOD_)) return false;
|
||||
if (DailyActivePoint != other.DailyActivePoint) return false;
|
||||
if(!dailyActiveLevelList_.Equals(other.dailyActiveLevelList_)) return false;
|
||||
if(!dailyActiveQuestIdList_.Equals(other.dailyActiveQuestIdList_)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -145,9 +146,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (FPNDPLMIGJP != 0) hash ^= FPNDPLMIGJP.GetHashCode();
|
||||
hash ^= kGCLFOABCIB_.GetHashCode();
|
||||
hash ^= eKLOBIDAGOD_.GetHashCode();
|
||||
if (DailyActivePoint != 0) hash ^= DailyActivePoint.GetHashCode();
|
||||
hash ^= dailyActiveLevelList_.GetHashCode();
|
||||
hash ^= dailyActiveQuestIdList_.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -166,12 +167,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
eKLOBIDAGOD_.WriteTo(output, _repeated_eKLOBIDAGOD_codec);
|
||||
if (FPNDPLMIGJP != 0) {
|
||||
dailyActiveQuestIdList_.WriteTo(output, _repeated_dailyActiveQuestIdList_codec);
|
||||
if (DailyActivePoint != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(FPNDPLMIGJP);
|
||||
output.WriteUInt32(DailyActivePoint);
|
||||
}
|
||||
kGCLFOABCIB_.WriteTo(output, _repeated_kGCLFOABCIB_codec);
|
||||
dailyActiveLevelList_.WriteTo(output, _repeated_dailyActiveLevelList_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -182,12 +183,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
eKLOBIDAGOD_.WriteTo(ref output, _repeated_eKLOBIDAGOD_codec);
|
||||
if (FPNDPLMIGJP != 0) {
|
||||
dailyActiveQuestIdList_.WriteTo(ref output, _repeated_dailyActiveQuestIdList_codec);
|
||||
if (DailyActivePoint != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteUInt32(FPNDPLMIGJP);
|
||||
output.WriteUInt32(DailyActivePoint);
|
||||
}
|
||||
kGCLFOABCIB_.WriteTo(ref output, _repeated_kGCLFOABCIB_codec);
|
||||
dailyActiveLevelList_.WriteTo(ref output, _repeated_dailyActiveLevelList_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -198,11 +199,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (FPNDPLMIGJP != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FPNDPLMIGJP);
|
||||
if (DailyActivePoint != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DailyActivePoint);
|
||||
}
|
||||
size += kGCLFOABCIB_.CalculateSize(_repeated_kGCLFOABCIB_codec);
|
||||
size += eKLOBIDAGOD_.CalculateSize(_repeated_eKLOBIDAGOD_codec);
|
||||
size += dailyActiveLevelList_.CalculateSize(_repeated_dailyActiveLevelList_codec);
|
||||
size += dailyActiveQuestIdList_.CalculateSize(_repeated_dailyActiveQuestIdList_codec);
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -215,11 +216,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.FPNDPLMIGJP != 0) {
|
||||
FPNDPLMIGJP = other.FPNDPLMIGJP;
|
||||
if (other.DailyActivePoint != 0) {
|
||||
DailyActivePoint = other.DailyActivePoint;
|
||||
}
|
||||
kGCLFOABCIB_.Add(other.kGCLFOABCIB_);
|
||||
eKLOBIDAGOD_.Add(other.eKLOBIDAGOD_);
|
||||
dailyActiveLevelList_.Add(other.dailyActiveLevelList_);
|
||||
dailyActiveQuestIdList_.Add(other.dailyActiveQuestIdList_);
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -237,15 +238,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
case 18:
|
||||
case 16: {
|
||||
eKLOBIDAGOD_.AddEntriesFrom(input, _repeated_eKLOBIDAGOD_codec);
|
||||
dailyActiveQuestIdList_.AddEntriesFrom(input, _repeated_dailyActiveQuestIdList_codec);
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
FPNDPLMIGJP = input.ReadUInt32();
|
||||
DailyActivePoint = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
kGCLFOABCIB_.AddEntriesFrom(input, _repeated_kGCLFOABCIB_codec);
|
||||
dailyActiveLevelList_.AddEntriesFrom(input, _repeated_dailyActiveLevelList_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -265,15 +266,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
case 18:
|
||||
case 16: {
|
||||
eKLOBIDAGOD_.AddEntriesFrom(ref input, _repeated_eKLOBIDAGOD_codec);
|
||||
dailyActiveQuestIdList_.AddEntriesFrom(ref input, _repeated_dailyActiveQuestIdList_codec);
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
FPNDPLMIGJP = input.ReadUInt32();
|
||||
DailyActivePoint = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
kGCLFOABCIB_.AddEntriesFrom(ref input, _repeated_kGCLFOABCIB_codec);
|
||||
dailyActiveLevelList_.AddEntriesFrom(ref input, _repeated_dailyActiveLevelList_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static DailyActivityInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChdEYWlseUFjdGl2aXR5SW5mby5wcm90byJhChFEYWlseUFjdGl2aXR5SW5m",
|
||||
"bxITCgt3b3JsZF9sZXZlbBgPIAEoDRITCgtGUE5EUExNSUdKUBgDIAEoDRIT",
|
||||
"CgtKQUlKRENJRUpKRRgEIAEoCBINCgVsZXZlbBgLIAEoDUIeqgIbRWdnTGlu",
|
||||
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
"ChdEYWlseUFjdGl2aXR5SW5mby5wcm90byJpChFEYWlseUFjdGl2aXR5SW5m",
|
||||
"bxITCgt3b3JsZF9sZXZlbBgPIAEoDRIaChJkYWlseV9hY3RpdmVfcG9pbnQY",
|
||||
"AyABKA0SFAoMaXNfaGFzX3Rha2VuGAQgASgIEg0KBWxldmVsGAsgASgNQh6q",
|
||||
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyActivityInfo), global::EggLink.DanhengServer.Proto.DailyActivityInfo.Parser, new[]{ "WorldLevel", "FPNDPLMIGJP", "JAIJDCIEJJE", "Level" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyActivityInfo), global::EggLink.DanhengServer.Proto.DailyActivityInfo.Parser, new[]{ "WorldLevel", "DailyActivePoint", "IsHasTaken", "Level" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -74,8 +74,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public DailyActivityInfo(DailyActivityInfo other) : this() {
|
||||
worldLevel_ = other.worldLevel_;
|
||||
fPNDPLMIGJP_ = other.fPNDPLMIGJP_;
|
||||
jAIJDCIEJJE_ = other.jAIJDCIEJJE_;
|
||||
dailyActivePoint_ = other.dailyActivePoint_;
|
||||
isHasTaken_ = other.isHasTaken_;
|
||||
level_ = other.level_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
@@ -98,27 +98,27 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FPNDPLMIGJP" field.</summary>
|
||||
public const int FPNDPLMIGJPFieldNumber = 3;
|
||||
private uint fPNDPLMIGJP_;
|
||||
/// <summary>Field number for the "daily_active_point" field.</summary>
|
||||
public const int DailyActivePointFieldNumber = 3;
|
||||
private uint dailyActivePoint_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint FPNDPLMIGJP {
|
||||
get { return fPNDPLMIGJP_; }
|
||||
public uint DailyActivePoint {
|
||||
get { return dailyActivePoint_; }
|
||||
set {
|
||||
fPNDPLMIGJP_ = value;
|
||||
dailyActivePoint_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "JAIJDCIEJJE" field.</summary>
|
||||
public const int JAIJDCIEJJEFieldNumber = 4;
|
||||
private bool jAIJDCIEJJE_;
|
||||
/// <summary>Field number for the "is_has_taken" field.</summary>
|
||||
public const int IsHasTakenFieldNumber = 4;
|
||||
private bool isHasTaken_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool JAIJDCIEJJE {
|
||||
get { return jAIJDCIEJJE_; }
|
||||
public bool IsHasTaken {
|
||||
get { return isHasTaken_; }
|
||||
set {
|
||||
jAIJDCIEJJE_ = value;
|
||||
isHasTaken_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -150,8 +150,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if (WorldLevel != other.WorldLevel) return false;
|
||||
if (FPNDPLMIGJP != other.FPNDPLMIGJP) return false;
|
||||
if (JAIJDCIEJJE != other.JAIJDCIEJJE) return false;
|
||||
if (DailyActivePoint != other.DailyActivePoint) return false;
|
||||
if (IsHasTaken != other.IsHasTaken) return false;
|
||||
if (Level != other.Level) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -161,8 +161,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode();
|
||||
if (FPNDPLMIGJP != 0) hash ^= FPNDPLMIGJP.GetHashCode();
|
||||
if (JAIJDCIEJJE != false) hash ^= JAIJDCIEJJE.GetHashCode();
|
||||
if (DailyActivePoint != 0) hash ^= DailyActivePoint.GetHashCode();
|
||||
if (IsHasTaken != false) hash ^= IsHasTaken.GetHashCode();
|
||||
if (Level != 0) hash ^= Level.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
@@ -182,13 +182,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (FPNDPLMIGJP != 0) {
|
||||
if (DailyActivePoint != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(FPNDPLMIGJP);
|
||||
output.WriteUInt32(DailyActivePoint);
|
||||
}
|
||||
if (JAIJDCIEJJE != false) {
|
||||
if (IsHasTaken != false) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteBool(JAIJDCIEJJE);
|
||||
output.WriteBool(IsHasTaken);
|
||||
}
|
||||
if (Level != 0) {
|
||||
output.WriteRawTag(88);
|
||||
@@ -208,13 +208,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 (FPNDPLMIGJP != 0) {
|
||||
if (DailyActivePoint != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(FPNDPLMIGJP);
|
||||
output.WriteUInt32(DailyActivePoint);
|
||||
}
|
||||
if (JAIJDCIEJJE != false) {
|
||||
if (IsHasTaken != false) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteBool(JAIJDCIEJJE);
|
||||
output.WriteBool(IsHasTaken);
|
||||
}
|
||||
if (Level != 0) {
|
||||
output.WriteRawTag(88);
|
||||
@@ -237,10 +237,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (WorldLevel != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel);
|
||||
}
|
||||
if (FPNDPLMIGJP != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FPNDPLMIGJP);
|
||||
if (DailyActivePoint != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DailyActivePoint);
|
||||
}
|
||||
if (JAIJDCIEJJE != false) {
|
||||
if (IsHasTaken != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (Level != 0) {
|
||||
@@ -261,11 +261,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.WorldLevel != 0) {
|
||||
WorldLevel = other.WorldLevel;
|
||||
}
|
||||
if (other.FPNDPLMIGJP != 0) {
|
||||
FPNDPLMIGJP = other.FPNDPLMIGJP;
|
||||
if (other.DailyActivePoint != 0) {
|
||||
DailyActivePoint = other.DailyActivePoint;
|
||||
}
|
||||
if (other.JAIJDCIEJJE != false) {
|
||||
JAIJDCIEJJE = other.JAIJDCIEJJE;
|
||||
if (other.IsHasTaken != false) {
|
||||
IsHasTaken = other.IsHasTaken;
|
||||
}
|
||||
if (other.Level != 0) {
|
||||
Level = other.Level;
|
||||
@@ -286,11 +286,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 24: {
|
||||
FPNDPLMIGJP = input.ReadUInt32();
|
||||
DailyActivePoint = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
JAIJDCIEJJE = input.ReadBool();
|
||||
IsHasTaken = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
@@ -317,11 +317,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 24: {
|
||||
FPNDPLMIGJP = input.ReadUInt32();
|
||||
DailyActivePoint = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
JAIJDCIEJJE = input.ReadBool();
|
||||
IsHasTaken = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static DailyRefreshNotifyReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChhEYWlseVJlZnJlc2hOb3RpZnkucHJvdG8iKQoSRGFpbHlSZWZyZXNoTm90",
|
||||
"aWZ5EhMKC0lJSEZCR0dGSUlOGA4gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
|
||||
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
"ChhEYWlseVJlZnJlc2hOb3RpZnkucHJvdG8iJQoSRGFpbHlSZWZyZXNoTm90",
|
||||
"aWZ5Eg8KB2N1cl9kYXkYDiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
|
||||
"ci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyRefreshNotify), global::EggLink.DanhengServer.Proto.DailyRefreshNotify.Parser, new[]{ "IIHFBGGFIIN" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyRefreshNotify), global::EggLink.DanhengServer.Proto.DailyRefreshNotify.Parser, new[]{ "CurDay" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public DailyRefreshNotify(DailyRefreshNotify other) : this() {
|
||||
iIHFBGGFIIN_ = other.iIHFBGGFIIN_;
|
||||
curDay_ = other.curDay_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new DailyRefreshNotify(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IIHFBGGFIIN" field.</summary>
|
||||
public const int IIHFBGGFIINFieldNumber = 14;
|
||||
private uint iIHFBGGFIIN_;
|
||||
/// <summary>Field number for the "cur_day" field.</summary>
|
||||
public const int CurDayFieldNumber = 14;
|
||||
private uint curDay_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint IIHFBGGFIIN {
|
||||
get { return iIHFBGGFIIN_; }
|
||||
public uint CurDay {
|
||||
get { return curDay_; }
|
||||
set {
|
||||
iIHFBGGFIIN_ = value;
|
||||
curDay_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (IIHFBGGFIIN != other.IIHFBGGFIIN) return false;
|
||||
if (CurDay != other.CurDay) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (IIHFBGGFIIN != 0) hash ^= IIHFBGGFIIN.GetHashCode();
|
||||
if (CurDay != 0) hash ^= CurDay.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (IIHFBGGFIIN != 0) {
|
||||
if (CurDay != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(IIHFBGGFIIN);
|
||||
output.WriteUInt32(CurDay);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (IIHFBGGFIIN != 0) {
|
||||
if (CurDay != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(IIHFBGGFIIN);
|
||||
output.WriteUInt32(CurDay);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -164,8 +164,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (IIHFBGGFIIN != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IIHFBGGFIIN);
|
||||
if (CurDay != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurDay);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.IIHFBGGFIIN != 0) {
|
||||
IIHFBGGFIIN = other.IIHFBGGFIIN;
|
||||
if (other.CurDay != 0) {
|
||||
CurDay = other.CurDay;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 112: {
|
||||
IIHFBGGFIIN = input.ReadUInt32();
|
||||
CurDay = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 112: {
|
||||
IIHFBGGFIIN = input.ReadUInt32();
|
||||
CurDay = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static DiscardRelicCsReqReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChdEaXNjYXJkUmVsaWNDc1JlcS5wcm90byJSChFEaXNjYXJkUmVsaWNDc1Jl",
|
||||
"cRITCgtLRUZLQURPUE9FQxgDIAEoCBITCgtPS0tKRklCTkdDRRgLIAEoCBIT",
|
||||
"CgtFQU1MS0xBQkZCTxgKIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
|
||||
"LlByb3RvYgZwcm90bzM="));
|
||||
"ChdEaXNjYXJkUmVsaWNDc1JlcS5wcm90byJaChFEaXNjYXJkUmVsaWNDc1Jl",
|
||||
"cRISCgppc19kaXNjYXJkGAMgASgIEhMKC09LS0pGSUJOR0NFGAsgASgIEhwK",
|
||||
"FHJlbGljX3VuaXF1ZV9pZF9saXN0GAogAygNQh6qAhtFZ2dMaW5rLkRhbmhl",
|
||||
"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.DiscardRelicCsReq), global::EggLink.DanhengServer.Proto.DiscardRelicCsReq.Parser, new[]{ "KEFKADOPOEC", "OKKJFIBNGCE", "EAMLKLABFBO" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DiscardRelicCsReq), global::EggLink.DanhengServer.Proto.DiscardRelicCsReq.Parser, new[]{ "IsDiscard", "OKKJFIBNGCE", "RelicUniqueIdList" }, 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 DiscardRelicCsReq(DiscardRelicCsReq other) : this() {
|
||||
kEFKADOPOEC_ = other.kEFKADOPOEC_;
|
||||
isDiscard_ = other.isDiscard_;
|
||||
oKKJFIBNGCE_ = other.oKKJFIBNGCE_;
|
||||
eAMLKLABFBO_ = other.eAMLKLABFBO_.Clone();
|
||||
relicUniqueIdList_ = other.relicUniqueIdList_.Clone();
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -85,15 +85,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new DiscardRelicCsReq(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "KEFKADOPOEC" field.</summary>
|
||||
public const int KEFKADOPOECFieldNumber = 3;
|
||||
private bool kEFKADOPOEC_;
|
||||
/// <summary>Field number for the "is_discard" field.</summary>
|
||||
public const int IsDiscardFieldNumber = 3;
|
||||
private bool isDiscard_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool KEFKADOPOEC {
|
||||
get { return kEFKADOPOEC_; }
|
||||
public bool IsDiscard {
|
||||
get { return isDiscard_; }
|
||||
set {
|
||||
kEFKADOPOEC_ = value;
|
||||
isDiscard_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,15 +109,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "EAMLKLABFBO" field.</summary>
|
||||
public const int EAMLKLABFBOFieldNumber = 10;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_eAMLKLABFBO_codec
|
||||
/// <summary>Field number for the "relic_unique_id_list" field.</summary>
|
||||
public const int RelicUniqueIdListFieldNumber = 10;
|
||||
private static readonly pb::FieldCodec<uint> _repeated_relicUniqueIdList_codec
|
||||
= pb::FieldCodec.ForUInt32(82);
|
||||
private readonly pbc::RepeatedField<uint> eAMLKLABFBO_ = new pbc::RepeatedField<uint>();
|
||||
private readonly pbc::RepeatedField<uint> relicUniqueIdList_ = new pbc::RepeatedField<uint>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<uint> EAMLKLABFBO {
|
||||
get { return eAMLKLABFBO_; }
|
||||
public pbc::RepeatedField<uint> RelicUniqueIdList {
|
||||
get { return relicUniqueIdList_; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -135,9 +135,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (KEFKADOPOEC != other.KEFKADOPOEC) return false;
|
||||
if (IsDiscard != other.IsDiscard) return false;
|
||||
if (OKKJFIBNGCE != other.OKKJFIBNGCE) return false;
|
||||
if(!eAMLKLABFBO_.Equals(other.eAMLKLABFBO_)) return false;
|
||||
if(!relicUniqueIdList_.Equals(other.relicUniqueIdList_)) 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 (KEFKADOPOEC != false) hash ^= KEFKADOPOEC.GetHashCode();
|
||||
if (IsDiscard != false) hash ^= IsDiscard.GetHashCode();
|
||||
if (OKKJFIBNGCE != false) hash ^= OKKJFIBNGCE.GetHashCode();
|
||||
hash ^= eAMLKLABFBO_.GetHashCode();
|
||||
hash ^= relicUniqueIdList_.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -166,11 +166,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (KEFKADOPOEC != false) {
|
||||
if (IsDiscard != false) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteBool(KEFKADOPOEC);
|
||||
output.WriteBool(IsDiscard);
|
||||
}
|
||||
eAMLKLABFBO_.WriteTo(output, _repeated_eAMLKLABFBO_codec);
|
||||
relicUniqueIdList_.WriteTo(output, _repeated_relicUniqueIdList_codec);
|
||||
if (OKKJFIBNGCE != false) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteBool(OKKJFIBNGCE);
|
||||
@@ -185,11 +185,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (KEFKADOPOEC != false) {
|
||||
if (IsDiscard != false) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteBool(KEFKADOPOEC);
|
||||
output.WriteBool(IsDiscard);
|
||||
}
|
||||
eAMLKLABFBO_.WriteTo(ref output, _repeated_eAMLKLABFBO_codec);
|
||||
relicUniqueIdList_.WriteTo(ref output, _repeated_relicUniqueIdList_codec);
|
||||
if (OKKJFIBNGCE != false) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteBool(OKKJFIBNGCE);
|
||||
@@ -204,13 +204,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (KEFKADOPOEC != false) {
|
||||
if (IsDiscard != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (OKKJFIBNGCE != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
size += eAMLKLABFBO_.CalculateSize(_repeated_eAMLKLABFBO_codec);
|
||||
size += relicUniqueIdList_.CalculateSize(_repeated_relicUniqueIdList_codec);
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -223,13 +223,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.KEFKADOPOEC != false) {
|
||||
KEFKADOPOEC = other.KEFKADOPOEC;
|
||||
if (other.IsDiscard != false) {
|
||||
IsDiscard = other.IsDiscard;
|
||||
}
|
||||
if (other.OKKJFIBNGCE != false) {
|
||||
OKKJFIBNGCE = other.OKKJFIBNGCE;
|
||||
}
|
||||
eAMLKLABFBO_.Add(other.eAMLKLABFBO_);
|
||||
relicUniqueIdList_.Add(other.relicUniqueIdList_);
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -246,12 +246,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 24: {
|
||||
KEFKADOPOEC = input.ReadBool();
|
||||
IsDiscard = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 82:
|
||||
case 80: {
|
||||
eAMLKLABFBO_.AddEntriesFrom(input, _repeated_eAMLKLABFBO_codec);
|
||||
relicUniqueIdList_.AddEntriesFrom(input, _repeated_relicUniqueIdList_codec);
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
@@ -274,12 +274,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 24: {
|
||||
KEFKADOPOEC = input.ReadBool();
|
||||
IsDiscard = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 82:
|
||||
case 80: {
|
||||
eAMLKLABFBO_.AddEntriesFrom(ref input, _repeated_eAMLKLABFBO_codec);
|
||||
relicUniqueIdList_.AddEntriesFrom(ref input, _repeated_relicUniqueIdList_codec);
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static DiscardRelicScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChdEaXNjYXJkUmVsaWNTY1JzcC5wcm90byI5ChFEaXNjYXJkUmVsaWNTY1Jz",
|
||||
"cBIPCgdyZXRjb2RlGA8gASgNEhMKC0tFRktBRE9QT0VDGAIgASgIQh6qAhtF",
|
||||
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
"ChdEaXNjYXJkUmVsaWNTY1JzcC5wcm90byI4ChFEaXNjYXJkUmVsaWNTY1Jz",
|
||||
"cBIPCgdyZXRjb2RlGA8gASgNEhIKCmlzX2Rpc2NhcmQYAiABKAhCHqoCG0Vn",
|
||||
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DiscardRelicScRsp), global::EggLink.DanhengServer.Proto.DiscardRelicScRsp.Parser, new[]{ "Retcode", "KEFKADOPOEC" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DiscardRelicScRsp), global::EggLink.DanhengServer.Proto.DiscardRelicScRsp.Parser, new[]{ "Retcode", "IsDiscard" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public DiscardRelicScRsp(DiscardRelicScRsp other) : this() {
|
||||
retcode_ = other.retcode_;
|
||||
kEFKADOPOEC_ = other.kEFKADOPOEC_;
|
||||
isDiscard_ = other.isDiscard_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -95,15 +95,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "KEFKADOPOEC" field.</summary>
|
||||
public const int KEFKADOPOECFieldNumber = 2;
|
||||
private bool kEFKADOPOEC_;
|
||||
/// <summary>Field number for the "is_discard" field.</summary>
|
||||
public const int IsDiscardFieldNumber = 2;
|
||||
private bool isDiscard_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool KEFKADOPOEC {
|
||||
get { return kEFKADOPOEC_; }
|
||||
public bool IsDiscard {
|
||||
get { return isDiscard_; }
|
||||
set {
|
||||
kEFKADOPOEC_ = value;
|
||||
isDiscard_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if (Retcode != other.Retcode) return false;
|
||||
if (KEFKADOPOEC != other.KEFKADOPOEC) return false;
|
||||
if (IsDiscard != other.IsDiscard) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -132,7 +132,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (KEFKADOPOEC != false) hash ^= KEFKADOPOEC.GetHashCode();
|
||||
if (IsDiscard != false) hash ^= IsDiscard.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -151,9 +151,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (KEFKADOPOEC != false) {
|
||||
if (IsDiscard != false) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteBool(KEFKADOPOEC);
|
||||
output.WriteBool(IsDiscard);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(120);
|
||||
@@ -169,9 +169,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (KEFKADOPOEC != false) {
|
||||
if (IsDiscard != false) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteBool(KEFKADOPOEC);
|
||||
output.WriteBool(IsDiscard);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(120);
|
||||
@@ -190,7 +190,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
if (KEFKADOPOEC != false) {
|
||||
if (IsDiscard != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -208,8 +208,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
if (other.KEFKADOPOEC != false) {
|
||||
KEFKADOPOEC = other.KEFKADOPOEC;
|
||||
if (other.IsDiscard != false) {
|
||||
IsDiscard = other.IsDiscard;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -227,7 +227,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 16: {
|
||||
KEFKADOPOEC = input.ReadBool();
|
||||
IsDiscard = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
@@ -250,7 +250,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 16: {
|
||||
KEFKADOPOEC = input.ReadBool();
|
||||
IsDiscard = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
|
||||
@@ -27,10 +27,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"Ch1EaXNwbGF5QXZhdGFyRGV0YWlsSW5mby5wcm90bxoaRGlzcGxheUVxdWlw",
|
||||
"bWVudEluZm8ucHJvdG8aFkRpc3BsYXlSZWxpY0luZm8ucHJvdG8aFUF2YXRh",
|
||||
"clNraWxsVHJlZS5wcm90byKIAgoXRGlzcGxheUF2YXRhckRldGFpbEluZm8S",
|
||||
"DAoEUmFuaxgIIAEoDRILCgNFeHAYDSABKA0SFwoPZHJlc3NlZF9za2luX2lk",
|
||||
"DAoEcmFuaxgIIAEoDRILCgNFeHAYDSABKA0SFwoPZHJlc3NlZF9za2luX2lk",
|
||||
"GAwgASgNEhEKCWF2YXRhcl9pZBgCIAEoDRIkCglSZWxpY0xpc3QYDiADKAsy",
|
||||
"ES5EaXNwbGF5UmVsaWNJbmZvEgsKA1BvcxgBIAEoDRInCg1Ta2lsbHRyZWVM",
|
||||
"aXN0GA8gAygLMhAuQXZhdGFyU2tpbGxUcmVlEhEKCVByb21vdGlvbhgKIAEo",
|
||||
"aXN0GA8gAygLMhAuQXZhdGFyU2tpbGxUcmVlEhEKCXByb21vdGlvbhgKIAEo",
|
||||
"DRINCgVsZXZlbBgJIAEoDRIoCglFcXVpcG1lbnQYAyABKAsyFS5EaXNwbGF5",
|
||||
"RXF1aXBtZW50SW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
||||
"YgZwcm90bzM="));
|
||||
@@ -98,7 +98,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new DisplayAvatarDetailInfo(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "Rank" field.</summary>
|
||||
/// <summary>Field number for the "rank" field.</summary>
|
||||
public const int RankFieldNumber = 8;
|
||||
private uint rank_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -180,7 +180,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
get { return skilltreeList_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "Promotion" field.</summary>
|
||||
/// <summary>Field number for the "promotion" field.</summary>
|
||||
public const int PromotionFieldNumber = 10;
|
||||
private uint promotion_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
|
||||
@@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EHEACEHNEGAReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFFSEVBQ0VITkVHQS5wcm90bxoRSUZJSk1PRUNDT0UucHJvdG8aEUNQRExN",
|
||||
"R0tJSkxKLnByb3RvGhFFRklHQUtDSUhITS5wcm90bxoRT0xGRUlJQk1QR0wu",
|
||||
"cHJvdG8aEU9JS0hBSkFERU1HLnByb3RvIr4BCgtFSEVBQ0VITkVHQRIiCgtC",
|
||||
"ChFFSEVBQ0VITkVHQS5wcm90bxoRQ1BETE1HS0lKTEoucHJvdG8aEU9MRkVJ",
|
||||
"SUJNUEdMLnByb3RvGhFPSUtIQUpBREVNRy5wcm90bxoRRUZJR0FLQ0lISE0u",
|
||||
"cHJvdG8aEUlGSUpNT0VDQ09FLnByb3RvIr4BCgtFSEVBQ0VITkVHQRIiCgtC",
|
||||
"RkJPTEdLSU1JQhi1ASABKAsyDC5FRklHQUtDSUhITRIiCgtMSUdFRElIRUZN",
|
||||
"QhjAByABKAsyDC5DUERMTUdLSUpMShIhCgtLTk1ES0ZGQkdIUBgGIAEoCzIM",
|
||||
"Lk9JS0hBSkFERU1HEiEKC0hGR01IUExKRktQGA8gASgLMgwuSUZJSk1PRUND",
|
||||
"T0USIQoLR0JCQ0JDQU9PS0kYASABKAsyDC5PTEZFSUlCTVBHTEIeqgIbRWdn",
|
||||
"TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IFIJMOECCOEReflection.Descriptor, global::EggLink.DanhengServer.Proto.CPDLMGKIJLJReflection.Descriptor, global::EggLink.DanhengServer.Proto.EFIGAKCIHHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.OLFEIIBMPGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.OIKHAJADEMGReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CPDLMGKIJLJReflection.Descriptor, global::EggLink.DanhengServer.Proto.OLFEIIBMPGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.OIKHAJADEMGReflection.Descriptor, global::EggLink.DanhengServer.Proto.EFIGAKCIHHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.IFIJMOECCOEReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EHEACEHNEGA), global::EggLink.DanhengServer.Proto.EHEACEHNEGA.Parser, new[]{ "BFBOLGKIMIB", "LIGEDIHEFMB", "KNMDKFFBGHP", "HFGMHPLJFKP", "GBBCBCAOOKI" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EJKBGEPDPMFReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFFSktCR0VQRFBNRi5wcm90byJKCgtFSktCR0VQRFBNRhITCgtLSEhGQ0VM",
|
||||
"QUZKQRgNIAEoDRIRCgltYXhfc2NvcmUYAyABKA0SEwoLREdFSk1DS0lGSkIY",
|
||||
"CyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
"ChFFSktCR0VQRFBNRi5wcm90byJHCgtFSktCR0VQRFBNRhITCgtLSEhGQ0VM",
|
||||
"QUZKQRgNIAEoDRIRCgltYXhfc2NvcmUYAyABKA0SEAoIbGV2ZWxfaWQYCyAB",
|
||||
"KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EJKBGEPDPMF), global::EggLink.DanhengServer.Proto.EJKBGEPDPMF.Parser, new[]{ "KHHFCELAFJA", "MaxScore", "DGEJMCKIFJB" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EJKBGEPDPMF), global::EggLink.DanhengServer.Proto.EJKBGEPDPMF.Parser, new[]{ "KHHFCELAFJA", "MaxScore", "LevelId" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -74,7 +74,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public EJKBGEPDPMF(EJKBGEPDPMF other) : this() {
|
||||
kHHFCELAFJA_ = other.kHHFCELAFJA_;
|
||||
maxScore_ = other.maxScore_;
|
||||
dGEJMCKIFJB_ = other.dGEJMCKIFJB_;
|
||||
levelId_ = other.levelId_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -108,15 +108,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "DGEJMCKIFJB" field.</summary>
|
||||
public const int DGEJMCKIFJBFieldNumber = 11;
|
||||
private uint dGEJMCKIFJB_;
|
||||
/// <summary>Field number for the "level_id" field.</summary>
|
||||
public const int LevelIdFieldNumber = 11;
|
||||
private uint levelId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint DGEJMCKIFJB {
|
||||
get { return dGEJMCKIFJB_; }
|
||||
public uint LevelId {
|
||||
get { return levelId_; }
|
||||
set {
|
||||
dGEJMCKIFJB_ = value;
|
||||
levelId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
if (KHHFCELAFJA != other.KHHFCELAFJA) return false;
|
||||
if (MaxScore != other.MaxScore) return false;
|
||||
if (DGEJMCKIFJB != other.DGEJMCKIFJB) return false;
|
||||
if (LevelId != other.LevelId) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -147,7 +147,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
int hash = 1;
|
||||
if (KHHFCELAFJA != 0) hash ^= KHHFCELAFJA.GetHashCode();
|
||||
if (MaxScore != 0) hash ^= MaxScore.GetHashCode();
|
||||
if (DGEJMCKIFJB != 0) hash ^= DGEJMCKIFJB.GetHashCode();
|
||||
if (LevelId != 0) hash ^= LevelId.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -170,9 +170,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(MaxScore);
|
||||
}
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
if (LevelId != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(DGEJMCKIFJB);
|
||||
output.WriteUInt32(LevelId);
|
||||
}
|
||||
if (KHHFCELAFJA != 0) {
|
||||
output.WriteRawTag(104);
|
||||
@@ -192,9 +192,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(MaxScore);
|
||||
}
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
if (LevelId != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(DGEJMCKIFJB);
|
||||
output.WriteUInt32(LevelId);
|
||||
}
|
||||
if (KHHFCELAFJA != 0) {
|
||||
output.WriteRawTag(104);
|
||||
@@ -216,8 +216,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (MaxScore != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MaxScore);
|
||||
}
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGEJMCKIFJB);
|
||||
if (LevelId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -237,8 +237,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.MaxScore != 0) {
|
||||
MaxScore = other.MaxScore;
|
||||
}
|
||||
if (other.DGEJMCKIFJB != 0) {
|
||||
DGEJMCKIFJB = other.DGEJMCKIFJB;
|
||||
if (other.LevelId != 0) {
|
||||
LevelId = other.LevelId;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -260,7 +260,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
DGEJMCKIFJB = input.ReadUInt32();
|
||||
LevelId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
@@ -287,7 +287,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
DGEJMCKIFJB = input.ReadUInt32();
|
||||
LevelId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ENCGLEPGAGEReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFFTkNHTEVQR0FHRS5wcm90bxoRT0VCSkhPUEJHQU0ucHJvdG8aEUhHTU9C",
|
||||
"QUxFT0hPLnByb3RvGhFPS0NJSEpJSEJBTi5wcm90byKMAQoLRU5DR0xFUEdB",
|
||||
"ChFFTkNHTEVQR0FHRS5wcm90bxoRT0tDSUhKSUhCQU4ucHJvdG8aEU9FQkpI",
|
||||
"T1BCR0FNLnByb3RvGhFIR01PQkFMRU9ITy5wcm90byKMAQoLRU5DR0xFUEdB",
|
||||
"R0USIQoLT0xIRUFMUEVPRUEYDiABKAsyDC5IR01PQkFMRU9ITxIuChhGVU5D",
|
||||
"X1VOTE9DS19JRF9FUVVJUE1FTlQYCCABKAsyDC5PRUJKSE9QQkdBTRIqChRG",
|
||||
"VU5DX1VOTE9DS19JRF9SRUxJQxgGIAEoCzIMLk9LQ0lISklIQkFOQh6qAhtF",
|
||||
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OEBJHOPBGAMReflection.Descriptor, global::EggLink.DanhengServer.Proto.HGMOBALEOHOReflection.Descriptor, global::EggLink.DanhengServer.Proto.OKCIHJIHBANReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OKCIHJIHBANReflection.Descriptor, global::EggLink.DanhengServer.Proto.OEBJHOPBGAMReflection.Descriptor, global::EggLink.DanhengServer.Proto.HGMOBALEOHOReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ENCGLEPGAGE), global::EggLink.DanhengServer.Proto.ENCGLEPGAGE.Parser, new[]{ "OLHEALPEOEA", "FUNCUNLOCKIDEQUIPMENT", "FUNCUNLOCKIDRELIC" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EndDrinkMakerSequenceScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiBFbmREcmlua01ha2VyU2VxdWVuY2VTY1JzcC5wcm90bxoOSXRlbUxpc3Qu",
|
||||
"cHJvdG8aFURyaW5rTWFrZXJHdWVzdC5wcm90bxoRQktGTExPSERMRU0ucHJv",
|
||||
"CiBFbmREcmlua01ha2VyU2VxdWVuY2VTY1JzcC5wcm90bxoVRHJpbmtNYWtl",
|
||||
"ckd1ZXN0LnByb3RvGhFCS0ZMTE9IRExFTS5wcm90bxoOSXRlbUxpc3QucHJv",
|
||||
"dG8izgEKGkVuZERyaW5rTWFrZXJTZXF1ZW5jZVNjUnNwEhkKBnJld2FyZBgM",
|
||||
"IAEoCzIJLkl0ZW1MaXN0EgwKBFRpcHMYCSABKA0SCwoDRXhwGAQgASgNEhYK",
|
||||
"Dk5leHRTZXF1ZW5jZUlkGAsgASgNEh8KBUd1ZXN0GAMgASgLMhAuRHJpbmtN",
|
||||
@@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"UmVxdWVzdExpc3QYASADKAsyDC5CS0ZMTE9IRExFTUIeqgIbRWdnTGluay5E",
|
||||
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.DrinkMakerGuestReflection.Descriptor, global::EggLink.DanhengServer.Proto.BKFLLOHDLEMReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DrinkMakerGuestReflection.Descriptor, global::EggLink.DanhengServer.Proto.BKFLLOHDLEMReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EndDrinkMakerSequenceScRsp), global::EggLink.DanhengServer.Proto.EndDrinkMakerSequenceScRsp.Parser, new[]{ "Reward", "Tips", "Exp", "NextSequenceId", "Guest", "Level", "Retcode", "RequestList" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EnhanceChessRogueBuffScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiBFbmhhbmNlQ2hlc3NSb2d1ZUJ1ZmZTY1JzcC5wcm90bxoVUm9ndWVDb21t",
|
||||
"b25CdWZmLnByb3RvGh9DaGVzc1JvZ3VlQnVmZkVuaGFuY2VMaXN0LnByb3Rv",
|
||||
"CiBFbmhhbmNlQ2hlc3NSb2d1ZUJ1ZmZTY1JzcC5wcm90bxofQ2hlc3NSb2d1",
|
||||
"ZUJ1ZmZFbmhhbmNlTGlzdC5wcm90bxoVUm9ndWVDb21tb25CdWZmLnByb3Rv",
|
||||
"Ip4BChpFbmhhbmNlQ2hlc3NSb2d1ZUJ1ZmZTY1JzcBIkCgpyb2d1ZV9idWZm",
|
||||
"GAEgASgLMhAuUm9ndWVDb21tb25CdWZmEjUKEWJ1ZmZfZW5oYW5jZV9pbmZv",
|
||||
"GAIgASgLMhouQ2hlc3NSb2d1ZUJ1ZmZFbmhhbmNlTGlzdBIPCgdyZXRjb2Rl",
|
||||
"GAYgASgNEhIKCmlzX3N1Y2Nlc3MYDCABKAhCHqoCG0VnZ0xpbmsuRGFuaGVu",
|
||||
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffEnhanceListReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueBuffEnhanceListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnhanceChessRogueBuffScRsp), global::EggLink.DanhengServer.Proto.EnhanceChessRogueBuffScRsp.Parser, new[]{ "RogueBuff", "BuffEnhanceInfo", "Retcode", "IsSuccess" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EnterMapRotationRegionScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiFFbnRlck1hcFJvdGF0aW9uUmVnaW9uU2NSc3AucHJvdG8aF1JvdGF0ZXJF",
|
||||
"bmVyZ3lJbmZvLnByb3RvGhBNb3Rpb25JbmZvLnByb3RvIroBChtFbnRlck1h",
|
||||
"CiFFbnRlck1hcFJvdGF0aW9uUmVnaW9uU2NSc3AucHJvdG8aEE1vdGlvbklu",
|
||||
"Zm8ucHJvdG8aF1JvdGF0ZXJFbmVyZ3lJbmZvLnByb3RvIroBChtFbnRlck1h",
|
||||
"cFJvdGF0aW9uUmVnaW9uU2NSc3ASEwoLQ0hKTU9ESU1MREEYDCABKA0SGwoG",
|
||||
"bW90aW9uGAIgASgLMgsuTW90aW9uSW5mbxIPCgdyZXRjb2RlGA8gASgNEicK",
|
||||
"C2VuZXJneV9pbmZvGAkgASgLMhIuUm90YXRlckVuZXJneUluZm8SEwoLSVBG",
|
||||
"T0ZISEtKS1AYByABKA0SGgoSY2xpZW50X3Bvc192ZXJzaW9uGAsgASgNQh6q",
|
||||
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MotionInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MotionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnterMapRotationRegionScRsp), global::EggLink.DanhengServer.Proto.EnterMapRotationRegionScRsp.Parser, new[]{ "CHJMODIMLDA", "Motion", "Retcode", "EnergyInfo", "IPFOFHHKJKP", "ClientPosVersion" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EnterRogueEndlessActivityStageScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CilFbnRlclJvZ3VlRW5kbGVzc0FjdGl2aXR5U3RhZ2VTY1JzcC5wcm90bxoV",
|
||||
"U2NlbmVCYXR0bGVJbmZvLnByb3RvGhtSb2d1ZUVuZGxlc3NMYXllckluZm8u",
|
||||
"CilFbnRlclJvZ3VlRW5kbGVzc0FjdGl2aXR5U3RhZ2VTY1JzcC5wcm90bxob",
|
||||
"Um9ndWVFbmRsZXNzTGF5ZXJJbmZvLnByb3RvGhVTY2VuZUJhdHRsZUluZm8u",
|
||||
"cHJvdG8iigEKI0VudGVyUm9ndWVFbmRsZXNzQWN0aXZpdHlTdGFnZVNjUnNw",
|
||||
"EisKC0hDTUhHS0lKS0ZJGAYgASgLMhYuUm9ndWVFbmRsZXNzTGF5ZXJJbmZv",
|
||||
"Eg8KB3JldGNvZGUYBCABKA0SJQoLYmF0dGxlX2luZm8YDSABKAsyEC5TY2Vu",
|
||||
"ZUJhdHRsZUluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
||||
"cHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueEndlessLayerInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueEndlessLayerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnterRogueEndlessActivityStageScRsp), global::EggLink.DanhengServer.Proto.EnterRogueEndlessActivityStageScRsp.Parser, new[]{ "HCMHGKIJKFI", "Retcode", "BattleInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EnterRogueMapRoomScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChxFbnRlclJvZ3VlTWFwUm9vbVNjUnNwLnByb3RvGhBMaW5ldXBJbmZvLnBy",
|
||||
"b3RvGg9TY2VuZUluZm8ucHJvdG8aGFJvZ3VlTWFwUm90YXRlSW5mby5wcm90",
|
||||
"ChxFbnRlclJvZ3VlTWFwUm9vbVNjUnNwLnByb3RvGhhSb2d1ZU1hcFJvdGF0",
|
||||
"ZUluZm8ucHJvdG8aEExpbmV1cEluZm8ucHJvdG8aD1NjZW5lSW5mby5wcm90",
|
||||
"byKgAQoWRW50ZXJSb2d1ZU1hcFJvb21TY1JzcBIZCgVzY2VuZRgCIAEoCzIK",
|
||||
"LlNjZW5lSW5mbxIoCgtyb3RhdGVfaW5mbxgBIAEoCzITLlJvZ3VlTWFwUm90",
|
||||
"YXRlSW5mbxIPCgdyZXRjb2RlGAUgASgNEhsKBmxpbmV1cBgDIAEoCzILLkxp",
|
||||
"bmV1cEluZm8SEwoLY3VyX3NpdGVfaWQYBCABKA1CHqoCG0VnZ0xpbmsuRGFu",
|
||||
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnterRogueMapRoomScRsp), global::EggLink.DanhengServer.Proto.EnterRogueMapRoomScRsp.Parser, new[]{ "Scene", "RotateInfo", "Retcode", "Lineup", "CurSiteId" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EnterRogueScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChVFbnRlclJvZ3VlU2NSc3AucHJvdG8aEExpbmV1cEluZm8ucHJvdG8aD1Nj",
|
||||
"ZW5lSW5mby5wcm90bxoPUm9ndWVJbmZvLnByb3RvGhhSb2d1ZU1hcFJvdGF0",
|
||||
"ChVFbnRlclJvZ3VlU2NSc3AucHJvdG8aD1JvZ3VlSW5mby5wcm90bxoYUm9n",
|
||||
"dWVNYXBSb3RhdGVJbmZvLnByb3RvGhBMaW5ldXBJbmZvLnByb3RvGg9TY2Vu",
|
||||
"ZUluZm8ucHJvdG8iqQEKD0VudGVyUm9ndWVTY1JzcBIoCgtyb3RhdGVfaW5m",
|
||||
"bxgOIAEoCzITLlJvZ3VlTWFwUm90YXRlSW5mbxIbCgZsaW5ldXAYDCABKAsy",
|
||||
"Cy5MaW5ldXBJbmZvEiMKD3JvZ3VlX2dhbWVfaW5mbxgHIAEoCzIKLlJvZ3Vl",
|
||||
"SW5mbxIPCgdyZXRjb2RlGAsgASgNEhkKBXNjZW5lGAMgASgLMgouU2NlbmVJ",
|
||||
"bmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnterRogueScRsp), global::EggLink.DanhengServer.Proto.EnterRogueScRsp.Parser, new[]{ "RotateInfo", "Lineup", "RogueGameInfo", "Retcode", "Scene" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EnterSceneByServerScNotifyReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiBFbnRlclNjZW5lQnlTZXJ2ZXJTY05vdGlmeS5wcm90bxoQTGluZXVwSW5m",
|
||||
"by5wcm90bxoPU2NlbmVJbmZvLnByb3RvGhZFbnRlclNjZW5lUmVhc29uLnBy",
|
||||
"CiBFbnRlclNjZW5lQnlTZXJ2ZXJTY05vdGlmeS5wcm90bxoWRW50ZXJTY2Vu",
|
||||
"ZVJlYXNvbi5wcm90bxoQTGluZXVwSW5mby5wcm90bxoPU2NlbmVJbmZvLnBy",
|
||||
"b3RvIncKGkVudGVyU2NlbmVCeVNlcnZlclNjTm90aWZ5EhkKBXNjZW5lGA0g",
|
||||
"ASgLMgouU2NlbmVJbmZvEhsKBmxpbmV1cBgJIAEoCzILLkxpbmV1cEluZm8S",
|
||||
"IQoGcmVhc29uGAwgASgOMhEuRW50ZXJTY2VuZVJlYXNvbkIeqgIbRWdnTGlu",
|
||||
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EnterSceneReasonReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EnterSceneReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnterSceneByServerScNotify), global::EggLink.DanhengServer.Proto.EnterSceneByServerScNotify.Parser, new[]{ "Scene", "Lineup", "Reason" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EntityBuffChangeInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpFbnRpdHlCdWZmQ2hhbmdlSW5mby5wcm90bxoOQnVmZkluZm8ucHJvdG8a",
|
||||
"H1NjZW5lRW50aXR5QnVmZkNoYW5nZVR5cGUucHJvdG8ikgEKFEVudGl0eUJ1",
|
||||
"ChpFbnRpdHlCdWZmQ2hhbmdlSW5mby5wcm90bxofU2NlbmVFbnRpdHlCdWZm",
|
||||
"Q2hhbmdlVHlwZS5wcm90bxoOQnVmZkluZm8ucHJvdG8ikgEKFEVudGl0eUJ1",
|
||||
"ZmZDaGFuZ2VJbmZvEhEKCWVudGl0eV9pZBgKIAEoDRIjChBidWZmX2NoYW5n",
|
||||
"ZV9pbmZvGAYgASgLMgkuQnVmZkluZm8SFgoOcmVtb3ZlX2J1ZmZfaWQYByAB",
|
||||
"KA0SKgoGcmVhc29uGAsgASgOMhouU2NlbmVFbnRpdHlCdWZmQ2hhbmdlVHlw",
|
||||
"ZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneEntityBuffChangeTypeReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneEntityBuffChangeTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.BuffInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EntityBuffChangeInfo), global::EggLink.DanhengServer.Proto.EntityBuffChangeInfo.Parser, new[]{ "EntityId", "BuffChangeInfo", "RemoveBuffId", "Reason" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EquipAetherDividePassiveSkillScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CihFcXVpcEFldGhlckRpdmlkZVBhc3NpdmVTa2lsbFNjUnNwLnByb3RvGhxB",
|
||||
"ZXRoZXJEaXZpZGVTcGlyaXRJbmZvLnByb3RvGhVBZXRoZXJTa2lsbEluZm8u",
|
||||
"CihFcXVpcEFldGhlckRpdmlkZVBhc3NpdmVTa2lsbFNjUnNwLnByb3RvGhVB",
|
||||
"ZXRoZXJTa2lsbEluZm8ucHJvdG8aHEFldGhlckRpdmlkZVNwaXJpdEluZm8u",
|
||||
"cHJvdG8ikAEKIkVxdWlwQWV0aGVyRGl2aWRlUGFzc2l2ZVNraWxsU2NSc3AS",
|
||||
"DwoHcmV0Y29kZRgJIAEoDRIsCgthZXRoZXJfaW5mbxgNIAEoCzIXLkFldGhl",
|
||||
"ckRpdmlkZVNwaXJpdEluZm8SKwoRYWV0aGVyX3NraWxsX2luZm8YDCABKAsy",
|
||||
"EC5BZXRoZXJTa2lsbEluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
|
||||
"cm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherSkillInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherSkillInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EquipAetherDividePassiveSkillScRsp), global::EggLink.DanhengServer.Proto.EquipAetherDividePassiveSkillScRsp.Parser, new[]{ "Retcode", "AetherInfo", "AetherSkillInfo" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EvolveBuildBattleInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChtFdm9sdmVCdWlsZEJhdHRsZUluZm8ucHJvdG8aEUhIUFBOTkdHUElBLnBy",
|
||||
"b3RvGhFCQkRGTENKSUVFSi5wcm90bxoRTENMSk1KQUZIT0UucHJvdG8aEUZF",
|
||||
"UElBR0dLTktOLnByb3RvGh9Fdm9sdmVCdWlsZEdlYXJEYW1hZ2VJbmZvLnBy",
|
||||
"ChtFdm9sdmVCdWlsZEJhdHRsZUluZm8ucHJvdG8aEUZFUElBR0dLTktOLnBy",
|
||||
"b3RvGhFMQ0xKTUpBRkhPRS5wcm90bxoRQkJERkxDSklFRUoucHJvdG8aEUhI",
|
||||
"UFBOTkdHUElBLnByb3RvGh9Fdm9sdmVCdWlsZEdlYXJEYW1hZ2VJbmZvLnBy",
|
||||
"b3RvIvgEChVFdm9sdmVCdWlsZEJhdHRsZUluZm8SEgoKQ3VyTGV2ZWxJZBgB",
|
||||
"IAEoDRIRCglDdXJQZXJpb2QYAiABKA0SDwoHQ3VyQ29pbhgDIAEoDRIkCg5X",
|
||||
"ZWFwb25TbG90TGlzdBgEIAMoCzIMLkhIUFBOTkdHUElBEicKEUFjY2Vzc29y",
|
||||
@@ -44,7 +44,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"ZWQYFyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"dG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HHPPNNGGPIAReflection.Descriptor, global::EggLink.DanhengServer.Proto.BBDFLCJIEEJReflection.Descriptor, global::EggLink.DanhengServer.Proto.LCLJMJAFHOEReflection.Descriptor, global::EggLink.DanhengServer.Proto.FEPIAGGKNKNReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildGearDamageInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FEPIAGGKNKNReflection.Descriptor, global::EggLink.DanhengServer.Proto.LCLJMJAFHOEReflection.Descriptor, global::EggLink.DanhengServer.Proto.BBDFLCJIEEJReflection.Descriptor, global::EggLink.DanhengServer.Proto.HHPPNNGGPIAReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildGearDamageInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfo), global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfo.Parser, new[]{ "CurLevelId", "CurPeriod", "CurCoin", "WeaponSlotList", "AccessorySlotList", "BanGearList", "Collection", "AllowedGearList", "CurExp", "CurReroll", "CurTreasureMissCnt", "PeriodIdList", "CurGearLostCnt", "CurWave", "IsUnlockGearReroll", "IsUnlockGearBan", "CardList", "GearDamageList", "StatParams", "IsGiveup", "CurUnusedRoundCnt", "StatLogInfo", "PeriodFirstRandomSeed" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EvolveBuildLevelInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpFdm9sdmVCdWlsZExldmVsSW5mby5wcm90bxoXRXZvbHZlQnVpbGRBdmF0",
|
||||
"YXIucHJvdG8aEkJhdHRsZVRhcmdldC5wcm90bxobRXZvbHZlQnVpbGRCYXR0",
|
||||
"bGVJbmZvLnByb3RvItABChRFdm9sdmVCdWlsZExldmVsSW5mbxInCgthdmF0",
|
||||
"ChpFdm9sdmVCdWlsZExldmVsSW5mby5wcm90bxobRXZvbHZlQnVpbGRCYXR0",
|
||||
"bGVJbmZvLnByb3RvGhdFdm9sdmVCdWlsZEF2YXRhci5wcm90bxoSQmF0dGxl",
|
||||
"VGFyZ2V0LnByb3RvItABChRFdm9sdmVCdWlsZExldmVsSW5mbxInCgthdmF0",
|
||||
"YXJfbGlzdBgGIAMoCzISLkV2b2x2ZUJ1aWxkQXZhdGFyEhQKDFBlcmlvZElk",
|
||||
"TGlzdBgIIAMoDRIqCgpCYXR0bGVJbmZvGAMgASgLMhYuRXZvbHZlQnVpbGRC",
|
||||
"YXR0bGVJbmZvEhIKCkN1ckdhbWVFeHAYDSABKA0SEAoIUm91bmRDbnQYAiAB",
|
||||
"KA0SJwoQQmF0dGxlVGFyZ2V0TGlzdBgFIAMoCzINLkJhdHRsZVRhcmdldEIe",
|
||||
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfoReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfo), global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfo.Parser, new[]{ "AvatarList", "PeriodIdList", "BattleInfo", "CurGameExp", "RoundCnt", "BattleTargetList" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EvolveBuildQueryInfoScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"Ch9Fdm9sdmVCdWlsZFF1ZXJ5SW5mb1NjUnNwLnByb3RvGhpFdm9sdmVCdWls",
|
||||
"ZExldmVsSW5mby5wcm90bxoRS0JCTU5QQ05ITU8ucHJvdG8igQEKGUV2b2x2",
|
||||
"Ch9Fdm9sdmVCdWlsZFF1ZXJ5SW5mb1NjUnNwLnByb3RvGhFLQkJNTlBDTkhN",
|
||||
"Ty5wcm90bxoaRXZvbHZlQnVpbGRMZXZlbEluZm8ucHJvdG8igQEKGUV2b2x2",
|
||||
"ZUJ1aWxkUXVlcnlJbmZvU2NSc3ASKQoKbGV2ZWxfaW5mbxgEIAEoCzIVLkV2",
|
||||
"b2x2ZUJ1aWxkTGV2ZWxJbmZvEigKEnJvZ3VlX2N1cnJlbnRfaW5mbxgHIAEo",
|
||||
"CzIMLktCQk1OUENOSE1PEg8KB3JldGNvZGUYDSABKA1CHqoCG0VnZ0xpbmsu",
|
||||
"RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KBBMNPCNHMOReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KBBMNPCNHMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfoReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildQueryInfoScRsp), global::EggLink.DanhengServer.Proto.EvolveBuildQueryInfoScRsp.Parser, new[]{ "LevelInfo", "RogueCurrentInfo", "Retcode" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EvolveBuildReRandomStageCsReqReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiNFdm9sdmVCdWlsZFJlUmFuZG9tU3RhZ2VDc1JlcS5wcm90byI0Ch1Fdm9s",
|
||||
"dmVCdWlsZFJlUmFuZG9tU3RhZ2VDc1JlcRITCgtER0VKTUNLSUZKQhgNIAEo",
|
||||
"DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
"CiNFdm9sdmVCdWlsZFJlUmFuZG9tU3RhZ2VDc1JlcS5wcm90byIxCh1Fdm9s",
|
||||
"dmVCdWlsZFJlUmFuZG9tU3RhZ2VDc1JlcRIQCghsZXZlbF9pZBgNIAEoDUIe",
|
||||
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildReRandomStageCsReq), global::EggLink.DanhengServer.Proto.EvolveBuildReRandomStageCsReq.Parser, new[]{ "DGEJMCKIFJB" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildReRandomStageCsReq), global::EggLink.DanhengServer.Proto.EvolveBuildReRandomStageCsReq.Parser, new[]{ "LevelId" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public EvolveBuildReRandomStageCsReq(EvolveBuildReRandomStageCsReq other) : this() {
|
||||
dGEJMCKIFJB_ = other.dGEJMCKIFJB_;
|
||||
levelId_ = other.levelId_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new EvolveBuildReRandomStageCsReq(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "DGEJMCKIFJB" field.</summary>
|
||||
public const int DGEJMCKIFJBFieldNumber = 13;
|
||||
private uint dGEJMCKIFJB_;
|
||||
/// <summary>Field number for the "level_id" field.</summary>
|
||||
public const int LevelIdFieldNumber = 13;
|
||||
private uint levelId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint DGEJMCKIFJB {
|
||||
get { return dGEJMCKIFJB_; }
|
||||
public uint LevelId {
|
||||
get { return levelId_; }
|
||||
set {
|
||||
dGEJMCKIFJB_ = value;
|
||||
levelId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (DGEJMCKIFJB != other.DGEJMCKIFJB) return false;
|
||||
if (LevelId != other.LevelId) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (DGEJMCKIFJB != 0) hash ^= DGEJMCKIFJB.GetHashCode();
|
||||
if (LevelId != 0) hash ^= LevelId.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
if (LevelId != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(DGEJMCKIFJB);
|
||||
output.WriteUInt32(LevelId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
if (LevelId != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(DGEJMCKIFJB);
|
||||
output.WriteUInt32(LevelId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -164,8 +164,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGEJMCKIFJB);
|
||||
if (LevelId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.DGEJMCKIFJB != 0) {
|
||||
DGEJMCKIFJB = other.DGEJMCKIFJB;
|
||||
if (other.LevelId != 0) {
|
||||
LevelId = other.LevelId;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 104: {
|
||||
DGEJMCKIFJB = input.ReadUInt32();
|
||||
LevelId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 104: {
|
||||
DGEJMCKIFJB = input.ReadUInt32();
|
||||
LevelId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EvolveBuildStartLevelCsReqReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiBFdm9sdmVCdWlsZFN0YXJ0TGV2ZWxDc1JlcS5wcm90bxoRTkdJS0dIS01B",
|
||||
"SEEucHJvdG8aF0V2b2x2ZUJ1aWxkQXZhdGFyLnByb3RvIn0KGkV2b2x2ZUJ1",
|
||||
"aWxkU3RhcnRMZXZlbENzUmVxEhMKC0RHRUpNQ0tJRkpCGAQgASgNEicKC2F2",
|
||||
"YXRhcl9saXN0GA0gAygLMhIuRXZvbHZlQnVpbGRBdmF0YXISIQoLSkpMRklC",
|
||||
"QUFKTkoYDCABKAsyDC5OR0lLR0hLTUFIQUIeqgIbRWdnTGluay5EYW5oZW5n",
|
||||
"U2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
"CiBFdm9sdmVCdWlsZFN0YXJ0TGV2ZWxDc1JlcS5wcm90bxoXRXZvbHZlQnVp",
|
||||
"bGRBdmF0YXIucHJvdG8aEU5HSUtHSEtNQUhBLnByb3RvInoKGkV2b2x2ZUJ1",
|
||||
"aWxkU3RhcnRMZXZlbENzUmVxEhAKCGxldmVsX2lkGAQgASgNEicKC2F2YXRh",
|
||||
"cl9saXN0GA0gAygLMhIuRXZvbHZlQnVpbGRBdmF0YXISIQoLSkpMRklCQUFK",
|
||||
"TkoYDCABKAsyDC5OR0lLR0hLTUFIQUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
|
||||
"dmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NGIKGHKMAHAReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildAvatarReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.NGIKGHKMAHAReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildStartLevelCsReq), global::EggLink.DanhengServer.Proto.EvolveBuildStartLevelCsReq.Parser, new[]{ "DGEJMCKIFJB", "AvatarList", "JJLFIBAAJNJ" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildStartLevelCsReq), global::EggLink.DanhengServer.Proto.EvolveBuildStartLevelCsReq.Parser, new[]{ "LevelId", "AvatarList", "JJLFIBAAJNJ" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -75,7 +75,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public EvolveBuildStartLevelCsReq(EvolveBuildStartLevelCsReq other) : this() {
|
||||
dGEJMCKIFJB_ = other.dGEJMCKIFJB_;
|
||||
levelId_ = other.levelId_;
|
||||
avatarList_ = other.avatarList_.Clone();
|
||||
jJLFIBAAJNJ_ = other.jJLFIBAAJNJ_ != null ? other.jJLFIBAAJNJ_.Clone() : null;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
@@ -87,15 +87,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new EvolveBuildStartLevelCsReq(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "DGEJMCKIFJB" field.</summary>
|
||||
public const int DGEJMCKIFJBFieldNumber = 4;
|
||||
private uint dGEJMCKIFJB_;
|
||||
/// <summary>Field number for the "level_id" field.</summary>
|
||||
public const int LevelIdFieldNumber = 4;
|
||||
private uint levelId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint DGEJMCKIFJB {
|
||||
get { return dGEJMCKIFJB_; }
|
||||
public uint LevelId {
|
||||
get { return levelId_; }
|
||||
set {
|
||||
dGEJMCKIFJB_ = value;
|
||||
levelId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (DGEJMCKIFJB != other.DGEJMCKIFJB) return false;
|
||||
if (LevelId != other.LevelId) return false;
|
||||
if(!avatarList_.Equals(other.avatarList_)) return false;
|
||||
if (!object.Equals(JJLFIBAAJNJ, other.JJLFIBAAJNJ)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
@@ -147,7 +147,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (DGEJMCKIFJB != 0) hash ^= DGEJMCKIFJB.GetHashCode();
|
||||
if (LevelId != 0) hash ^= LevelId.GetHashCode();
|
||||
hash ^= avatarList_.GetHashCode();
|
||||
if (jJLFIBAAJNJ_ != null) hash ^= JJLFIBAAJNJ.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
@@ -168,9 +168,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
if (LevelId != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(DGEJMCKIFJB);
|
||||
output.WriteUInt32(LevelId);
|
||||
}
|
||||
if (jJLFIBAAJNJ_ != null) {
|
||||
output.WriteRawTag(98);
|
||||
@@ -187,9 +187,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
if (LevelId != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteUInt32(DGEJMCKIFJB);
|
||||
output.WriteUInt32(LevelId);
|
||||
}
|
||||
if (jJLFIBAAJNJ_ != null) {
|
||||
output.WriteRawTag(98);
|
||||
@@ -206,8 +206,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGEJMCKIFJB);
|
||||
if (LevelId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId);
|
||||
}
|
||||
size += avatarList_.CalculateSize(_repeated_avatarList_codec);
|
||||
if (jJLFIBAAJNJ_ != null) {
|
||||
@@ -225,8 +225,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.DGEJMCKIFJB != 0) {
|
||||
DGEJMCKIFJB = other.DGEJMCKIFJB;
|
||||
if (other.LevelId != 0) {
|
||||
LevelId = other.LevelId;
|
||||
}
|
||||
avatarList_.Add(other.avatarList_);
|
||||
if (other.jJLFIBAAJNJ_ != null) {
|
||||
@@ -251,7 +251,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 32: {
|
||||
DGEJMCKIFJB = input.ReadUInt32();
|
||||
LevelId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
@@ -281,7 +281,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 32: {
|
||||
DGEJMCKIFJB = input.ReadUInt32();
|
||||
LevelId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static EvolveBuildStartStageCsReqReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiBFdm9sdmVCdWlsZFN0YXJ0U3RhZ2VDc1JlcS5wcm90byIxChpFdm9sdmVC",
|
||||
"dWlsZFN0YXJ0U3RhZ2VDc1JlcRITCgtER0VKTUNLSUZKQhgDIAEoDUIeqgIb",
|
||||
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
"CiBFdm9sdmVCdWlsZFN0YXJ0U3RhZ2VDc1JlcS5wcm90byIuChpFdm9sdmVC",
|
||||
"dWlsZFN0YXJ0U3RhZ2VDc1JlcRIQCghsZXZlbF9pZBgDIAEoDUIeqgIbRWdn",
|
||||
"TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildStartStageCsReq), global::EggLink.DanhengServer.Proto.EvolveBuildStartStageCsReq.Parser, new[]{ "DGEJMCKIFJB" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildStartStageCsReq), global::EggLink.DanhengServer.Proto.EvolveBuildStartStageCsReq.Parser, new[]{ "LevelId" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public EvolveBuildStartStageCsReq(EvolveBuildStartStageCsReq other) : this() {
|
||||
dGEJMCKIFJB_ = other.dGEJMCKIFJB_;
|
||||
levelId_ = other.levelId_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new EvolveBuildStartStageCsReq(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "DGEJMCKIFJB" field.</summary>
|
||||
public const int DGEJMCKIFJBFieldNumber = 3;
|
||||
private uint dGEJMCKIFJB_;
|
||||
/// <summary>Field number for the "level_id" field.</summary>
|
||||
public const int LevelIdFieldNumber = 3;
|
||||
private uint levelId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint DGEJMCKIFJB {
|
||||
get { return dGEJMCKIFJB_; }
|
||||
public uint LevelId {
|
||||
get { return levelId_; }
|
||||
set {
|
||||
dGEJMCKIFJB_ = value;
|
||||
levelId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (DGEJMCKIFJB != other.DGEJMCKIFJB) return false;
|
||||
if (LevelId != other.LevelId) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (DGEJMCKIFJB != 0) hash ^= DGEJMCKIFJB.GetHashCode();
|
||||
if (LevelId != 0) hash ^= LevelId.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
if (LevelId != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(DGEJMCKIFJB);
|
||||
output.WriteUInt32(LevelId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
if (LevelId != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(DGEJMCKIFJB);
|
||||
output.WriteUInt32(LevelId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -164,8 +164,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGEJMCKIFJB);
|
||||
if (LevelId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.DGEJMCKIFJB != 0) {
|
||||
DGEJMCKIFJB = other.DGEJMCKIFJB;
|
||||
if (other.LevelId != 0) {
|
||||
LevelId = other.LevelId;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 24: {
|
||||
DGEJMCKIFJB = input.ReadUInt32();
|
||||
LevelId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 24: {
|
||||
DGEJMCKIFJB = input.ReadUInt32();
|
||||
LevelId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ExchangeGachaCeilingScRspReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"Ch9FeGNoYW5nZUdhY2hhQ2VpbGluZ1NjUnNwLnByb3RvGg5JdGVtTGlzdC5w",
|
||||
"cm90bxoSR2FjaGFDZWlsaW5nLnByb3RvIqABChlFeGNoYW5nZUdhY2hhQ2Vp",
|
||||
"Ch9FeGNoYW5nZUdhY2hhQ2VpbGluZ1NjUnNwLnByb3RvGhJHYWNoYUNlaWxp",
|
||||
"bmcucHJvdG8aDkl0ZW1MaXN0LnByb3RvIqABChlFeGNoYW5nZUdhY2hhQ2Vp",
|
||||
"bGluZ1NjUnNwEiQKDWdhY2hhX2NlaWxpbmcYDSABKAsyDS5HYWNoYUNlaWxp",
|
||||
"bmcSEQoJYXZhdGFyX2lkGAYgASgNEg8KB3JldGNvZGUYBSABKA0SJQoSdHJh",
|
||||
"bnNmZXJfaXRlbV9saXN0GAkgASgLMgkuSXRlbUxpc3QSEgoKZ2FjaGFfdHlw",
|
||||
"ZRgOIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
||||
"bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.GachaCeilingReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GachaCeilingReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ExchangeGachaCeilingScRsp), global::EggLink.DanhengServer.Proto.ExchangeGachaCeilingScRsp.Parser, new[]{ "GachaCeiling", "AvatarId", "Retcode", "TransferItemList", "GachaType" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChhFeGNoYW5nZUhjb2luU2NSc3AucHJvdG8iMgoSRXhjaGFuZ2VIY29pblNj",
|
||||
"UnNwEgsKA051bRgPIAEoDRIPCgdyZXRjb2RlGA4gASgNQh6qAhtFZ2dMaW5r",
|
||||
"UnNwEgsKA251bRgPIAEoDRIPCgdyZXRjb2RlGA4gASgNQh6qAhtFZ2dMaW5r",
|
||||
"LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new ExchangeHcoinScRsp(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "Num" field.</summary>
|
||||
/// <summary>Field number for the "num" field.</summary>
|
||||
public const int NumFieldNumber = 15;
|
||||
private uint num_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
|
||||
@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static ExpeditionDataChangeScNotifyReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiJFeHBlZGl0aW9uRGF0YUNoYW5nZVNjTm90aWZ5LnByb3RvGhFKTEhIQ0lK",
|
||||
"UE9QRC5wcm90bxoYQWN0aXZpdHlFeHBlZGl0aW9uLnByb3RvIqoBChxFeHBl",
|
||||
"CiJFeHBlZGl0aW9uRGF0YUNoYW5nZVNjTm90aWZ5LnByb3RvGhhBY3Rpdml0",
|
||||
"eUV4cGVkaXRpb24ucHJvdG8aEUpMSEhDSUpQT1BELnByb3RvIqoBChxFeHBl",
|
||||
"ZGl0aW9uRGF0YUNoYW5nZVNjTm90aWZ5EhMKC0RMSElMREVIQk1JGAkgASgN",
|
||||
"EigKC0tMTUdGRkFCSENBGAQgAygLMhMuQWN0aXZpdHlFeHBlZGl0aW9uEiEK",
|
||||
"C0NMT0dBRU1LUFBNGA8gAygLMgwuSkxISENJSlBPUEQSEwoLR05KS05NT0FF",
|
||||
"SEEYCyADKA0SEwoLTEVPSkNJSE9HUE0YByADKA1CHqoCG0VnZ0xpbmsuRGFu",
|
||||
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JLHHCIJPOPDReflection.Descriptor, global::EggLink.DanhengServer.Proto.ActivityExpeditionReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ActivityExpeditionReflection.Descriptor, global::EggLink.DanhengServer.Proto.JLHHCIJPOPDReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ExpeditionDataChangeScNotify), global::EggLink.DanhengServer.Proto.ExpeditionDataChangeScNotify.Parser, new[]{ "DLHILDEHBMI", "KLMGFFABHCA", "CLOGAEMKPPM", "GNJKNMOAEHA", "LEOJCIHOGPM" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static FAINMOBPJMGReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFGQUlOTU9CUEpNRy5wcm90bxoRSUNETElNRUVHQkMucHJvdG8aEUVHQlBG",
|
||||
"Qk1HSVBGLnByb3RvGhFLSklGS0tMSElKQi5wcm90bxoVRGV2ZWxvcG1lbnRU",
|
||||
"ChFGQUlOTU9CUEpNRy5wcm90bxoRS0pJRktLTEhJSkIucHJvdG8aEUlDRExJ",
|
||||
"TUVFR0JDLnByb3RvGhFFR0JQRkJNR0lQRi5wcm90bxoVRGV2ZWxvcG1lbnRU",
|
||||
"eXBlLnByb3RvIu4BCgtGQUlOTU9CUEpNRxIlCgtPR0RNRUdDT0RITxgBIAEo",
|
||||
"DjIQLkRldmVsb3BtZW50VHlwZRIMCgR0aW1lGAogASgDEiIKC0pNTE1IS0ZD",
|
||||
"T0dKGI4JIAEoCzIMLkVHQlBGQk1HSVBGEiIKC0VIRkNESUFBREpFGMYKIAEo",
|
||||
@@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"SkFHRRiRDyABKAsyDC5JQ0RMSU1FRUdCQ0IeqgIbRWdnTGluay5EYW5oZW5n",
|
||||
"U2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ICDLIMEEGBCReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGBPFBMGIPFReflection.Descriptor, global::EggLink.DanhengServer.Proto.KJIFKKLHIJBReflection.Descriptor, global::EggLink.DanhengServer.Proto.DevelopmentTypeReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KJIFKKLHIJBReflection.Descriptor, global::EggLink.DanhengServer.Proto.ICDLIMEEGBCReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGBPFBMGIPFReflection.Descriptor, global::EggLink.DanhengServer.Proto.DevelopmentTypeReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FAINMOBPJMG), global::EggLink.DanhengServer.Proto.FAINMOBPJMG.Parser, new[]{ "OGDMEGCODHO", "Time", "JMLMHKFCOGJ", "EHFCDIAADJE", "AvatarId", "EGNDMKMFPIN", "BAEAKJGMOGA", "PHLBMNLJAGE" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static FAJCMNEPFKPReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFGQUpDTU5FUEZLUC5wcm90bxoRQU1IR0FBTkhETU4ucHJvdG8aEU1CT0FN",
|
||||
"UE1LQ0ZILnByb3RvGhFKSEhLRUJGQU5MTC5wcm90bxoRSkJHQVBMTE1IR0Qu",
|
||||
"cHJvdG8aEU9CSExFRFBBUEFMLnByb3RvGhFITUlESUlCR0pMSi5wcm90bxoR",
|
||||
"RkNETkdNSUZDTk8ucHJvdG8aEUdJUERBRkxQSk5OLnByb3RvIosDCgtGQUpD",
|
||||
"ChFGQUpDTU5FUEZLUC5wcm90bxoRR0lQREFGTFBKTk4ucHJvdG8aEUhNSURJ",
|
||||
"SUJHSkxKLnByb3RvGhFBTUhHQUFOSERNTi5wcm90bxoRSkhIS0VCRkFOTEwu",
|
||||
"cHJvdG8aEUpCR0FQTExNSEdELnByb3RvGhFNQk9BTVBNS0NGSC5wcm90bxoR",
|
||||
"RkNETkdNSUZDTk8ucHJvdG8aEU9CSExFRFBBUEFMLnByb3RvIosDCgtGQUpD",
|
||||
"TU5FUEZLUBIhCgtNS0NIRk5FT09NTRgDIAEoCzIMLkpCR0FQTExNSEdEEiEK",
|
||||
"C0hET0pQREdORUJPGAIgASgLMgwuTUJPQU1QTUtDRkgSIQoLT0hKSEhBRk1H",
|
||||
"SUwYDyABKAsyDC5NQk9BTVBNS0NGSBIhCgtKRk5LTE1KTkdMTBgFIAEoCzIM",
|
||||
@@ -39,7 +39,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
"SUlCR0pMShIUCgtQT1BFTUhQS0xKTxi0DSABKA1CHqoCG0VnZ0xpbmsuRGFu",
|
||||
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AMHGAANHDMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBOAMPMKCFHReflection.Descriptor, global::EggLink.DanhengServer.Proto.JHHKEBFANLLReflection.Descriptor, global::EggLink.DanhengServer.Proto.JBGAPLLMHGDReflection.Descriptor, global::EggLink.DanhengServer.Proto.OBHLEDPAPALReflection.Descriptor, global::EggLink.DanhengServer.Proto.HMIDIIBGJLJReflection.Descriptor, global::EggLink.DanhengServer.Proto.FCDNGMIFCNOReflection.Descriptor, global::EggLink.DanhengServer.Proto.GIPDAFLPJNNReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GIPDAFLPJNNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HMIDIIBGJLJReflection.Descriptor, global::EggLink.DanhengServer.Proto.AMHGAANHDMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.JHHKEBFANLLReflection.Descriptor, global::EggLink.DanhengServer.Proto.JBGAPLLMHGDReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBOAMPMKCFHReflection.Descriptor, global::EggLink.DanhengServer.Proto.FCDNGMIFCNOReflection.Descriptor, global::EggLink.DanhengServer.Proto.OBHLEDPAPALReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FAJCMNEPFKP), global::EggLink.DanhengServer.Proto.FAJCMNEPFKP.Parser, new[]{ "MKCHFNEOOMM", "HDOJPDGNEBO", "OHJHHAFMGIL", "JFNKLMJNGLL", "NLBKJHGCHDJ", "LODOEOEBHPK", "MGFCGKNCCCM", "LNPKBCGHFBA", "GFBBLGMOCDN", "FIAAEFDIDDI", "AENAJJCDGOD", "POPEMHPKLJO" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static FCGOPFMEGIEReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFGQ0dPUEZNRUdJRS5wcm90bxoRRktMQ0NKRFBIRUkucHJvdG8aEU9LRURG",
|
||||
"Q1BDRkpPLnByb3RvGhFKREpITUpCS0hFRi5wcm90byJ2CgtGQ0dPUEZNRUdJ",
|
||||
"ChFGQ0dPUEZNRUdJRS5wcm90bxoRSkRKSE1KQktIRUYucHJvdG8aEU9LRURG",
|
||||
"Q1BDRkpPLnByb3RvGhFGS0xDQ0pEUEhFSS5wcm90byJ2CgtGQ0dPUEZNRUdJ",
|
||||
"RRIhCgtCQUdNS0RPSEJPQxgBIAMoCzIMLk9LRURGQ1BDRkpPEiEKC05KRUhH",
|
||||
"QkdIQ0tHGAIgAygLMgwuRktMQ0NKRFBIRUkSIQoLQkhCUENESEpNTkQYAyAD",
|
||||
"KAsyDC5KREpITUpCS0hFRkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
|
||||
"b3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FKLCCJDPHEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.OKEDFCPCFJOReflection.Descriptor, global::EggLink.DanhengServer.Proto.JDJHMJBKHEFReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JDJHMJBKHEFReflection.Descriptor, global::EggLink.DanhengServer.Proto.OKEDFCPCFJOReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKLCCJDPHEIReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FCGOPFMEGIE), global::EggLink.DanhengServer.Proto.FCGOPFMEGIE.Parser, new[]{ "BAGMKDOHBOC", "NJEHGBGHCKG", "BHBPCDHJMND" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static FNJFGLPKKIJReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChFGTkpGR0xQS0tJSi5wcm90byI3CgtGTkpGR0xQS0tJShITCgtER0VKTUNL",
|
||||
"SUZKQhgPIAEoDRITCgtLSUZQRkNERUFBRRgLIAEoDUIeqgIbRWdnTGluay5E",
|
||||
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
"ChFGTkpGR0xQS0tJSi5wcm90byI0CgtGTkpGR0xQS0tJShIQCghsZXZlbF9p",
|
||||
"ZBgPIAEoDRITCgtLSUZQRkNERUFBRRgLIAEoDUIeqgIbRWdnTGluay5EYW5o",
|
||||
"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.FNJFGLPKKIJ), global::EggLink.DanhengServer.Proto.FNJFGLPKKIJ.Parser, new[]{ "DGEJMCKIFJB", "KIFPFCDEAAE" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FNJFGLPKKIJ), global::EggLink.DanhengServer.Proto.FNJFGLPKKIJ.Parser, new[]{ "LevelId", "KIFPFCDEAAE" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public FNJFGLPKKIJ(FNJFGLPKKIJ other) : this() {
|
||||
dGEJMCKIFJB_ = other.dGEJMCKIFJB_;
|
||||
levelId_ = other.levelId_;
|
||||
kIFPFCDEAAE_ = other.kIFPFCDEAAE_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
@@ -83,15 +83,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new FNJFGLPKKIJ(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "DGEJMCKIFJB" field.</summary>
|
||||
public const int DGEJMCKIFJBFieldNumber = 15;
|
||||
private uint dGEJMCKIFJB_;
|
||||
/// <summary>Field number for the "level_id" field.</summary>
|
||||
public const int LevelIdFieldNumber = 15;
|
||||
private uint levelId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint DGEJMCKIFJB {
|
||||
get { return dGEJMCKIFJB_; }
|
||||
public uint LevelId {
|
||||
get { return levelId_; }
|
||||
set {
|
||||
dGEJMCKIFJB_ = value;
|
||||
levelId_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -122,7 +122,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (DGEJMCKIFJB != other.DGEJMCKIFJB) return false;
|
||||
if (LevelId != other.LevelId) return false;
|
||||
if (KIFPFCDEAAE != other.KIFPFCDEAAE) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -131,7 +131,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (DGEJMCKIFJB != 0) hash ^= DGEJMCKIFJB.GetHashCode();
|
||||
if (LevelId != 0) hash ^= LevelId.GetHashCode();
|
||||
if (KIFPFCDEAAE != 0) hash ^= KIFPFCDEAAE.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
@@ -155,9 +155,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(KIFPFCDEAAE);
|
||||
}
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
if (LevelId != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(DGEJMCKIFJB);
|
||||
output.WriteUInt32(LevelId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
@@ -173,9 +173,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(KIFPFCDEAAE);
|
||||
}
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
if (LevelId != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(DGEJMCKIFJB);
|
||||
output.WriteUInt32(LevelId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
@@ -187,8 +187,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (DGEJMCKIFJB != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGEJMCKIFJB);
|
||||
if (LevelId != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId);
|
||||
}
|
||||
if (KIFPFCDEAAE != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KIFPFCDEAAE);
|
||||
@@ -205,8 +205,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.DGEJMCKIFJB != 0) {
|
||||
DGEJMCKIFJB = other.DGEJMCKIFJB;
|
||||
if (other.LevelId != 0) {
|
||||
LevelId = other.LevelId;
|
||||
}
|
||||
if (other.KIFPFCDEAAE != 0) {
|
||||
KIFPFCDEAAE = other.KIFPFCDEAAE;
|
||||
@@ -231,7 +231,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
DGEJMCKIFJB = input.ReadUInt32();
|
||||
LevelId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -254,7 +254,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
DGEJMCKIFJB = input.ReadUInt32();
|
||||
LevelId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
static FeatureSwitchInfoReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChdGZWF0dXJlU3dpdGNoSW5mby5wcm90bxoXRmVhdHVyZVN3aXRjaFR5cGUu",
|
||||
"cHJvdG8aGEZlYXR1cmVTd2l0Y2hQYXJhbS5wcm90byJ2ChFGZWF0dXJlU3dp",
|
||||
"ChdGZWF0dXJlU3dpdGNoSW5mby5wcm90bxoYRmVhdHVyZVN3aXRjaFBhcmFt",
|
||||
"LnByb3RvGhdGZWF0dXJlU3dpdGNoVHlwZS5wcm90byJ2ChFGZWF0dXJlU3dp",
|
||||
"dGNoSW5mbxIgCgRUeXBlGAEgASgOMhIuRmVhdHVyZVN3aXRjaFR5cGUSKAoL",
|
||||
"c3dpdGNoX2xpc3QYAiADKAsyEy5GZWF0dXJlU3dpdGNoUGFyYW0SFQoNaXNf",
|
||||
"YWxsX2Nsb3NlZBgDIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
|
||||
"b3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FeatureSwitchTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.FeatureSwitchParamReflection.Descriptor, },
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FeatureSwitchParamReflection.Descriptor, global::EggLink.DanhengServer.Proto.FeatureSwitchTypeReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FeatureSwitchInfo), global::EggLink.DanhengServer.Proto.FeatureSwitchInfo.Parser, new[]{ "Type", "SwitchList", "IsAllClosed" }, null, null, null, null)
|
||||
}));
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user