chore: refresh proto

This commit is contained in:
StopWuyu
2025-08-22 21:52:38 +08:00
parent 6d43181e2a
commit 56a798e4f7
315 changed files with 3508 additions and 3501 deletions

View File

@@ -92,7 +92,7 @@ public class ChallengeBossInstance(PlayerInstance player, ChallengeDataPb data)
CurBossBuffs = new ChallengeBossBuffList
{
BuffList = { Data.Boss.Buffs },
ChallengeBossConst = 1
BossGroupConst = 1
}
},
RoundCount = (uint)Config.ChallengeCountDown,

View File

@@ -10,7 +10,7 @@ public class PacketChallengePeakSettleScNotify : BasePacket
{
var proto = new ChallengePeakSettleScNotify
{
PeakRoundCount = inst.Data.Peak.RoundCnt,
PeakRoundsCount = inst.Data.Peak.RoundCnt,
IsWin = inst.IsWin,
PeakLevelId = inst.Data.Peak.CurrentPeakLevelId,
PeakTargetList = { targetIdList },

View File

@@ -16,7 +16,7 @@ public class PacketGetCurChallengePeakScRsp : BasePacket
proto.IsFinished = true;
proto.PeakLevelId = peak.Data.Peak.CurrentPeakLevelId;
proto.PeakBossBuff = peak.Data.Peak.Buffs.FirstOrDefault(0u);
proto.PeakRoundCount = peak.Data.Peak.RoundCnt;
proto.PeakRoundsCount = peak.Data.Peak.RoundCnt;
}
SetData(proto);

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static ADAFJFOJDEGReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFBREFGSkZPSkRFRy5wcm90bxoRR01GRUpFRklCQkkucHJvdG8aEUlJS05H",
"TkhETUZJLnByb3RvIq8BCgtBREFGSkZPSkRFRxIQCghwcm9ncmVzcxgMIAEo",
"ChFBREFGSkZPSkRFRy5wcm90bxoRSUlLTkdOSERNRkkucHJvdG8aEUdNRkVK",
"RUZJQkJJLnByb3RvIq8BCgtBREFGSkZPSkRFRxIQCghwcm9ncmVzcxgMIAEo",
"DRITCgtNRkFOTkNBR0RNUBgOIAEoDRIcCgZzdGF0dXMYCiABKA4yDC5HTUZF",
"SkVGSUJCSRIQCghxdWVzdF9pZBgPIAEoDRIVCgtCT05BR0hCQklDRhgDIAEo",
"DUgAEiMKC05OSFBDT0lJS0ZGGAUgASgLMgwuSUlLTkdOSERNRklIAEINCgtE",
"QURKSkJIT0dNQ0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GMFEJEFIBBIReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.GMFEJEFIBBIReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ADAFJFOJDEG), global::EggLink.DanhengServer.Proto.ADAFJFOJDEG.Parser, new[]{ "Progress", "MFANNCAGDMP", "Status", "QuestId", "BONAGHBBICF", "NNHPCOIIKFF" }, new[]{ "DADJJBHOGMC" }, null, null, null)
}));

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static AIGKNHFANGAReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFBSUdLTkhGQU5HQS5wcm90bxoRTUJKSEZQQ0pBTE4ucHJvdG8aEUFFTlBJ",
"SkNEQk1ILnByb3RvIlMKC0FJR0tOSEZBTkdBEiEKC0VJTEFBQkxEUEhNGAEg",
"ChFBSUdLTkhGQU5HQS5wcm90bxoRQUVOUElKQ0RCTUgucHJvdG8aEU1CSkhG",
"UENKQUxOLnByb3RvIlMKC0FJR0tOSEZBTkdBEiEKC0VJTEFBQkxEUEhNGAEg",
"ASgLMgwuQUVOUElKQ0RCTUgSIQoLSU5QS0dERk1QRUEYAiABKAsyDC5NQkpI",
"RlBDSkFMTkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MBJHFPCJALNReflection.Descriptor, global::EggLink.DanhengServer.Proto.AENPIJCDBMHReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AENPIJCDBMHReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBJHFPCJALNReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AIGKNHFANGA), global::EggLink.DanhengServer.Proto.AIGKNHFANGA.Parser, new[]{ "EILAABLDPHM", "INPKGDFMPEA" }, null, null, null, null)
}));

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static AJCJCHLJBGFReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFBSkNKQ0hMSkJHRi5wcm90bxoRQ0VPRERDRUlEREwucHJvdG8aEUlJS05H",
"TkhETUZJLnByb3RvInMKC0FKQ0pDSExKQkdGEiAKCml0ZW1fdmFsdWUYCiAB",
"ChFBSkNKQ0hMSkJHRi5wcm90bxoRSUlLTkdOSERNRkkucHJvdG8aEUNFT0RE",
"Q0VJRERMLnByb3RvInMKC0FKQ0pDSExKQkdGEiAKCml0ZW1fdmFsdWUYCiAB",
"KAsyDC5JSUtOR05IRE1GSRIhCgtQQ0FKTkNCTUlNTRgNIAEoCzIMLklJS05H",
"TkhETUZJEh8KCWl0ZW1fbGlzdBgCIAMoCzIMLkNFT0REQ0VJRERMQh6qAhtF",
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AJCJCHLJBGF), global::EggLink.DanhengServer.Proto.AJCJCHLJBGF.Parser, new[]{ "ItemValue", "PCAJNCBMIMM", "ItemList" }, null, null, null, null)
}));

View File

@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
static ALEFDNLLKLBReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFBTEVGRE5MTEtMQi5wcm90bxoRR0pCTklJSU5LRkIucHJvdG8aEUJQUE1F",
"SUdBSEdJLnByb3RvGhFQR0dHQ0ZCS0RQSy5wcm90bxoRRE1KTEtJRkVNTU4u",
"cHJvdG8aEU9DQk9MSEZPSUdJLnByb3RvGhFKS01GTU1QTU5BTS5wcm90byKL",
"ChFBTEVGRE5MTEtMQi5wcm90bxoRUEdHR0NGQktEUEsucHJvdG8aEU9DQk9M",
"SEZPSUdJLnByb3RvGhFHSkJOSUlJTktGQi5wcm90bxoRRE1KTEtJRkVNTU4u",
"cHJvdG8aEUJQUE1FSUdBSEdJLnByb3RvGhFKS01GTU1QTU5BTS5wcm90byKL",
"AgoLQUxFRkROTExLTEISIQoLR0JFQUJJTU9CSUMYDyABKAsyDC5QR0dHQ0ZC",
"S0RQSxITCgtFRU5KQlBNTkRPTBgMIAEoDRIkCg5wZW5kaW5nX2FjdGlvbhgI",
"IAEoCzIMLkpLTUZNTVBNTkFNEiEKC05OQ0pPRUNLQ0tBGA4gASgLMgwuQlBQ",
@@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto {
"QlAYByADKA0SIQoLTEpHQ1BOT0dJRk8YAiABKAsyDC5ETUpMS0lGRU1NTkIe",
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GJBNIIINKFBReflection.Descriptor, global::EggLink.DanhengServer.Proto.BPPMEIGAHGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.PGGGCFBKDPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.DMJLKIFEMMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.OCBOLHFOIGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.JKMFMMPMNAMReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PGGGCFBKDPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.OCBOLHFOIGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJBNIIINKFBReflection.Descriptor, global::EggLink.DanhengServer.Proto.DMJLKIFEMMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.BPPMEIGAHGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.JKMFMMPMNAMReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ALEFDNLLKLB), global::EggLink.DanhengServer.Proto.ALEFDNLLKLB.Parser, new[]{ "GBEABIMOBIC", "EENJBPMNDOL", "PendingAction", "NNCJOECKCKA", "AFPDJDKNENI", "SkillInfo", "FDEIGEPCCBP", "LJGCPNOGIFO" }, null, null, null, null)
}));

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static AddEquipmentScNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpBZGRFcXVpcG1lbnRTY05vdGlmeS5wcm90byIrChRBZGRFcXVpcG1lbnRT",
"Y05vdGlmeRITCgtNRE1HS0hMSElJThgMIAEoDUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
"ChpBZGRFcXVpcG1lbnRTY05vdGlmeS5wcm90byItChRBZGRFcXVpcG1lbnRT",
"Y05vdGlmeRIVCg1lcXVpcG1lbnRfdGlkGAwgASgNQh6qAhtFZ2dMaW5rLkRh",
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AddEquipmentScNotify), global::EggLink.DanhengServer.Proto.AddEquipmentScNotify.Parser, new[]{ "MDMGKHLHIIN" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AddEquipmentScNotify), global::EggLink.DanhengServer.Proto.AddEquipmentScNotify.Parser, new[]{ "EquipmentTid" }, 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 AddEquipmentScNotify(AddEquipmentScNotify other) : this() {
mDMGKHLHIIN_ = other.mDMGKHLHIIN_;
equipmentTid_ = other.equipmentTid_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto {
return new AddEquipmentScNotify(this);
}
/// <summary>Field number for the "MDMGKHLHIIN" field.</summary>
public const int MDMGKHLHIINFieldNumber = 12;
private uint mDMGKHLHIIN_;
/// <summary>Field number for the "equipment_tid" field.</summary>
public const int EquipmentTidFieldNumber = 12;
private uint equipmentTid_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MDMGKHLHIIN {
get { return mDMGKHLHIIN_; }
public uint EquipmentTid {
get { return equipmentTid_; }
set {
mDMGKHLHIIN_ = value;
equipmentTid_ = value;
}
}
@@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (MDMGKHLHIIN != other.MDMGKHLHIIN) return false;
if (EquipmentTid != other.EquipmentTid) 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 (MDMGKHLHIIN != 0) hash ^= MDMGKHLHIIN.GetHashCode();
if (EquipmentTid != 0) hash ^= EquipmentTid.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 (MDMGKHLHIIN != 0) {
if (EquipmentTid != 0) {
output.WriteRawTag(96);
output.WriteUInt32(MDMGKHLHIIN);
output.WriteUInt32(EquipmentTid);
}
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 (MDMGKHLHIIN != 0) {
if (EquipmentTid != 0) {
output.WriteRawTag(96);
output.WriteUInt32(MDMGKHLHIIN);
output.WriteUInt32(EquipmentTid);
}
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 (MDMGKHLHIIN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MDMGKHLHIIN);
if (EquipmentTid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EquipmentTid);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.MDMGKHLHIIN != 0) {
MDMGKHLHIIN = other.MDMGKHLHIIN;
if (other.EquipmentTid != 0) {
EquipmentTid = other.EquipmentTid;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 96: {
MDMGKHLHIIN = input.ReadUInt32();
EquipmentTid = input.ReadUInt32();
break;
}
}
@@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 96: {
MDMGKHLHIIN = input.ReadUInt32();
EquipmentTid = input.ReadUInt32();
break;
}
}

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static AddMultiPathAvatarScNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiBBZGRNdWx0aVBhdGhBdmF0YXJTY05vdGlmeS5wcm90bxoRT0JJUEtJSUFM",
"SEMucHJvdG8aDkl0ZW1MaXN0LnByb3RvIn0KGkFkZE11bHRpUGF0aEF2YXRh",
"CiBBZGRNdWx0aVBhdGhBdmF0YXJTY05vdGlmeS5wcm90bxoOSXRlbUxpc3Qu",
"cHJvdG8aEU9CSVBLSUlBTEhDLnByb3RvIn0KGkFkZE11bHRpUGF0aEF2YXRh",
"clNjTm90aWZ5EhEKCWF2YXRhcl9pZBgHIAEoDRIOCgZpc19uZXcYDSABKAgS",
"GQoGcmV3YXJkGAYgASgLMgkuSXRlbUxpc3QSIQoLRk1HTklPRUhIQ0YYBCAB",
"KA4yDC5PQklQS0lJQUxIQ0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OBIPKIIALHCReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.OBIPKIIALHCReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AddMultiPathAvatarScNotify), global::EggLink.DanhengServer.Proto.AddMultiPathAvatarScNotify.Parser, new[]{ "AvatarId", "IsNew", "Reward", "FMGNIOEHHCF" }, null, null, null, null)
}));

View File

@@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto {
static AdventureRoomInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdBZHZlbnR1cmVSb29tSW5mby5wcm90bxoeUm9ndWVBZHZlbnR1cmVSb29t",
"U3RhdHVzLnByb3RvGitSb2d1ZUFkdmVudHVyZVJvb21HYW1lcGxheVdvbGZH",
"dW5JbmZvLnByb3RvItEBChFBZHZlbnR1cmVSb29tSW5mbxIQCghzY29yZV9p",
"ChdBZHZlbnR1cmVSb29tSW5mby5wcm90bxorUm9ndWVBZHZlbnR1cmVSb29t",
"R2FtZXBsYXlXb2xmR3VuSW5mby5wcm90bxoeUm9ndWVBZHZlbnR1cmVSb29t",
"U3RhdHVzLnByb3RvItEBChFBZHZlbnR1cmVSb29tSW5mbxIQCghzY29yZV9p",
"ZBgLIAEoDRIaChJjYXVnaHRfbW9uc3Rlcl9udW0YBSABKA0SGgoScmVtYWlu",
"X21vbnN0ZXJfbnVtGA8gASgNEgsKA3N1cxgMIAEoARIpCgZzdGF0dXMYCSAB",
"KA4yGS5Sb2d1ZUFkdmVudHVyZVJvb21TdGF0dXMSOgoKcXVlcnlfaW5mbxgD",
"IAEoCzImLlJvZ3VlQWR2ZW50dXJlUm9vbUdhbWVwbGF5V29sZkd1bkluZm9C",
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatusReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AdventureRoomInfo), global::EggLink.DanhengServer.Proto.AdventureRoomInfo.Parser, new[]{ "ScoreId", "CaughtMonsterNum", "RemainMonsterNum", "Sus", "Status", "QueryInfo" }, null, null, null, null)
}));

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static AetherDivideBattleInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxBZXRoZXJEaXZpZGVCYXR0bGVJbmZvLnByb3RvGhBCYXR0bGVCdWZmLnBy",
"b3RvGhZTY2VuZU1vbnN0ZXJXYXZlLnByb3RvGhZBZXRoZXJBdmF0YXJJbmZv",
"ChxBZXRoZXJEaXZpZGVCYXR0bGVJbmZvLnByb3RvGhZBZXRoZXJBdmF0YXJJ",
"bmZvLnByb3RvGhZTY2VuZU1vbnN0ZXJXYXZlLnByb3RvGhBCYXR0bGVCdWZm",
"LnByb3RvIuoBChZBZXRoZXJEaXZpZGVCYXR0bGVJbmZvEhMKC05CQ0tGREdN",
"RkRCGAMgASgIEh4KCWJ1ZmZfbGlzdBgBIAMoCzILLkJhdHRsZUJ1ZmYSLQoS",
"YmF0dGxlX2F2YXRhcl9saXN0GA8gAygLMhEuQWV0aGVyQXZhdGFySW5mbxIs",
@@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto {
"X3JhbmRvbV9zZWVkGAYgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
"UHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneMonsterWaveReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherAvatarInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherAvatarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneMonsterWaveReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleBuffReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AetherDivideBattleInfo), global::EggLink.DanhengServer.Proto.AetherDivideBattleInfo.Parser, new[]{ "NBCKFDGMFDB", "BuffList", "BattleAvatarList", "MonsterWaveList", "BattleId", "StageId", "LogicRandomSeed" }, null, null, null, null)
}));

View File

@@ -24,7 +24,7 @@ namespace EggLink.DanhengServer.Proto {
static ArchiveDataReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFBcmNoaXZlRGF0YS5wcm90bxoPUmVsaWNMaXN0LnByb3RvGhFNb25zdGVy",
"ChFBcmNoaXZlRGF0YS5wcm90bxoRTW9uc3Rlckxpc3QucHJvdG8aD1JlbGlj",
"TGlzdC5wcm90byLEAQoLQXJjaGl2ZURhdGESIQoZYXJjaGl2ZV9lcXVpcG1l",
"bnRfaWRfbGlzdBgLIAMoDRInChFraWxsX21vbnN0ZXJfbGlzdBgDIAMoCzIM",
"Lk1vbnN0ZXJMaXN0EikKIWFyY2hpdmVfbWlzc2luZ19lcXVpcG1lbnRfaWRf",
@@ -32,7 +32,7 @@ namespace EggLink.DanhengServer.Proto {
"CnJlbGljX2xpc3QYAiADKAsyCi5SZWxpY0xpc3RCHqoCG0VnZ0xpbmsuRGFu",
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RelicListReflection.Descriptor, global::EggLink.DanhengServer.Proto.MonsterListReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MonsterListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ArchiveData), global::EggLink.DanhengServer.Proto.ArchiveData.Parser, new[]{ "ArchiveEquipmentIdList", "KillMonsterList", "ArchiveMissingEquipmentIdList", "ArchiveAvatarIdList", "RelicList" }, null, null, null, null)
}));

View File

@@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto {
static AvatarBattleInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChZBdmF0YXJCYXR0bGVJbmZvLnByb3RvGhVBdmF0YXJTa2lsbFRyZWUucHJv",
"dG8aF0VxdWlwbWVudFByb3BlcnR5LnByb3RvGhRBdmF0YXJQcm9wZXJ0eS5w",
"cm90bxoQQXZhdGFyVHlwZS5wcm90bxoRU3BBZGRTb3VyY2UucHJvdG8aGkF0",
"dGFja0RhbWFnZVByb3BlcnR5LnByb3RvGhFCYXR0bGVSZWxpYy5wcm90bxoT",
"QWJpbGl0eVVzZVN0dC5wcm90bxoWU2tpbGxVc2VQcm9wZXJ0eS5wcm90byLp",
"ChZBdmF0YXJCYXR0bGVJbmZvLnByb3RvGhdFcXVpcG1lbnRQcm9wZXJ0eS5w",
"cm90bxoVQXZhdGFyU2tpbGxUcmVlLnByb3RvGhFTcEFkZFNvdXJjZS5wcm90",
"bxoRQmF0dGxlUmVsaWMucHJvdG8aEEF2YXRhclR5cGUucHJvdG8aGkF0dGFj",
"a0RhbWFnZVByb3BlcnR5LnByb3RvGhRBdmF0YXJQcm9wZXJ0eS5wcm90bxoW",
"U2tpbGxVc2VQcm9wZXJ0eS5wcm90bxoTQWJpbGl0eVVzZVN0dC5wcm90byLp",
"CwoQQXZhdGFyQmF0dGxlSW5mbxIgCgthdmF0YXJfdHlwZRgBIAEoDjILLkF2",
"YXRhclR5cGUSCgoCaWQYAiABKA0SFAoMYXZhdGFyX2xldmVsGAMgASgNEhMK",
"C2F2YXRhcl9yYW5rGAQgASgNEhgKEGF2YXRhcl9wcm9tb3Rpb24YBSABKA0S",
@@ -65,7 +65,7 @@ namespace EggLink.DanhengServer.Proto {
"aWQYNyABKA0SEwoLTERNSkRJTEJERk8YOCABKA1CHqoCG0VnZ0xpbmsuRGFu",
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.EquipmentPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpAddSourceReflection.Descriptor, global::EggLink.DanhengServer.Proto.AttackDamagePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.AbilityUseSttReflection.Descriptor, global::EggLink.DanhengServer.Proto.SkillUsePropertyReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EquipmentPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpAddSourceReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.AttackDamagePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.SkillUsePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AbilityUseSttReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AvatarBattleInfo), global::EggLink.DanhengServer.Proto.AvatarBattleInfo.Parser, new[]{ "AvatarType", "Id", "AvatarLevel", "AvatarRank", "AvatarPromotion", "AvatarStatus", "AvatarSkill", "AvatarEquipment", "TotalTurns", "TotalDamage", "TotalHeal", "TotalDamageTaken", "TotalHpRecover", "TotalSpCost", "StageId", "StageType", "TotalBreakDamage", "AttackTypeDamage", "AttackTypeBreakDamage", "AttackTypeMaxDamage", "SkillTimes", "DelayCumulate", "TotalSpAdd", "SpAddSource", "TotalBpCost", "DieTimes", "ReviveTimes", "BreakTimes", "ExtraTurns", "TotalShield", "TotalShieldTaken", "TotalShieldDamage", "InitialStatus", "Relics", "AssistUid", "AADGFLPBPDF", "FPFBMIMBBHJ", "GGPJOHNOCPC", "LACKCJHHIMK", "FMODLGOBNPE", "LHKABNICKJN", "NCJHDJJDJNL", "LKMGDIADOPB", "IBLGMCIPCKM", "HACJDJIGMGP", "IMDJAHAJGCF", "JDOLKDBICLJ", "CACCODDCJHI", "LLDMLOHBFLO", "CHNIKKCIBEG", "LBNJHHHLPMO", "PDLILFICHIL", "PMKLPHJIOHC", "MPFAENEKFDC", "AvatarEnhanceId", "LDMJDILBDFO" }, null, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static BAAGNOHEHMAReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFCQUFHTk9IRUhNQS5wcm90bxoRQ1BGQ0JMQURNQkgucHJvdG8aEU5FS0FF",
"TkZHR0FDLnByb3RvGhFOSkhDQ0VNREVPQy5wcm90byJ2CgtCQUFHTk9IRUhN",
"ChFCQUFHTk9IRUhNQS5wcm90bxoRTkVLQUVORkdHQUMucHJvdG8aEU5KSEND",
"RU1ERU9DLnByb3RvGhFDUEZDQkxBRE1CSC5wcm90byJ2CgtCQUFHTk9IRUhN",
"QRIhCgtPSU1CR0FFSERCSRgBIAEoCzIMLkNQRkNCTEFETUJIEiEKC0tLT0xG",
"QUJHQktHGAIgASgLMgwuTkVLQUVORkdHQUMSIQoLSUdJQ0JDRU1IRUUYAyAB",
"KAsyDC5OSkhDQ0VNREVPQ0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CPFCBLADMBHReflection.Descriptor, global::EggLink.DanhengServer.Proto.NEKAENFGGACReflection.Descriptor, global::EggLink.DanhengServer.Proto.NJHCCEMDEOCReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NEKAENFGGACReflection.Descriptor, global::EggLink.DanhengServer.Proto.NJHCCEMDEOCReflection.Descriptor, global::EggLink.DanhengServer.Proto.CPFCBLADMBHReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BAAGNOHEHMA), global::EggLink.DanhengServer.Proto.BAAGNOHEHMA.Parser, new[]{ "OIMBGAEHDBI", "KKOLFABGBKG", "IGICBCEMHEE" }, null, null, null, null)
}));

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static BCMOKFHJMPMReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFCQ01PS0ZISk1QTS5wcm90bxoRTEFJTE5JR0ZQT08ucHJvdG8aEU9PRU1J",
"QkZOTExELnByb3RvIswDCgtCQ01PS0ZISk1QTRIhCgtLR0JFSktOQ0xGSxgF",
"ChFCQ01PS0ZISk1QTS5wcm90bxoRT09FTUlCRk5MTEQucHJvdG8aEUxBSUxO",
"SUdGUE9PLnByb3RvIswDCgtCQ01PS0ZISk1QTRIhCgtLR0JFSktOQ0xGSxgF",
"IAMoCzIMLk9PRU1JQkZOTExEEhMKC0pHTklITEpGSlBQGAMgASgNEhMKC0RH",
"RVBNS0ZGT0FCGAYgASgNEhMKC0RHQUxDTUZJREZQGAIgASgNEiEKC0pDS05H",
"RkpFRUdJGAsgAygLMgwuT09FTUlCRk5MTEQSFAoLUEpERkJQQk1CQkEY3g0g",
@@ -38,7 +38,7 @@ namespace EggLink.DanhengServer.Proto {
"ASgEEhQKC0RESUJFRk1JTE1QGJoIIAEoCUIeqgIbRWdnTGluay5EYW5oZW5n",
"U2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LAILNIGFPOOReflection.Descriptor, global::EggLink.DanhengServer.Proto.OOEMIBFNLLDReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OOEMIBFNLLDReflection.Descriptor, global::EggLink.DanhengServer.Proto.LAILNIGFPOOReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BCMOKFHJMPM), global::EggLink.DanhengServer.Proto.BCMOKFHJMPM.Parser, new[]{ "KGBEJKNCLFK", "JGNIHLJFJPP", "DGEPMKFFOAB", "DGALCMFIDFP", "JCKNGFJEEGI", "PJDFBPBMBBA", "JOJNDGBEJEK", "BNOLDNBMJHF", "LJJMLEIOIFE", "CJFMAIAKENL", "EBABBEJIPJN", "PoolId", "IFKFEPKHLGN", "FHOLFDONOII", "JLEGPNIHMJD", "OMGKJLJIHLH", "EBOOLGNACJJ", "DDIBEFMILMP" }, null, null, null, null)
}));

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static BFDLHIDCNMFReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFCRkRMSElEQ05NRi5wcm90bxoRQ0RJTUVNRkpKRlAucHJvdG8aEUJIR1BI",
"S0xFSEVDLnByb3RvGhFOUFBORlBQRU5NQy5wcm90byKZAgoLQkZETEhJRENO",
"ChFCRkRMSElEQ05NRi5wcm90bxoRQkhHUEhLTEVIRUMucHJvdG8aEU5QUE5G",
"UFBFTk1DLnByb3RvGhFDRElNRU1GSkpGUC5wcm90byKZAgoLQkZETEhJRENO",
"TUYSEwoLTUlERUpOSkNBSUEYBSABKA0SEAoIc2NvcmVfaWQYCSABKA0SIQoL",
"TklBRUdISkxOTUIYBiABKAsyDC5DRElNRU1GSkpGUBITCgtMRE5CRUlESkJI",
"SRgHIAEoDRIhCgtLSlBNT0hGSUlMTxgDIAEoDjIMLk5QUE5GUFBFTk1DEhMK",
@@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto {
"ASgIEhMKC0pETkdGQk9BSkFQGAwgASgIEhMKC0FOSEZKS0VQQ0dGGAIgASgN",
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CDIMEMFJJFPReflection.Descriptor, global::EggLink.DanhengServer.Proto.BHGPHKLEHECReflection.Descriptor, global::EggLink.DanhengServer.Proto.NPPNFPPENMCReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BHGPHKLEHECReflection.Descriptor, global::EggLink.DanhengServer.Proto.NPPNFPPENMCReflection.Descriptor, global::EggLink.DanhengServer.Proto.CDIMEMFJJFPReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BFDLHIDCNMF), global::EggLink.DanhengServer.Proto.BFDLHIDCNMF.Parser, new[]{ "MIDEJNJCAIA", "ScoreId", "NIAEGHJLNMB", "LDNBEIDJBHI", "KJPMOHFIILO", "EnergyInfo", "ItemList", "OGNEPBFPILH", "COCONGACIFJ", "JDNGFBOAJAP", "ANHFJKEPCGF" }, null, null, null, null)
}));

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static BMMLAFJKNLHReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFCTU1MQUZKS05MSC5wcm90bxoRQk1LRk9JRkxCTEUucHJvdG8aEUVNTk1M",
"SUlMS0tFLnByb3RvIrsBCgtCTU1MQUZKS05MSBITCgtCQ0ZBSUlKRkxGQRgK",
"ChFCTU1MQUZKS05MSC5wcm90bxoRRU1OTUxJSUxLS0UucHJvdG8aEUJNS0ZP",
"SUZMQkxFLnByb3RvIrsBCgtCTU1MQUZKS05MSBITCgtCQ0ZBSUlKRkxGQRgK",
"IAEoCBISCgppdGVtX3ZhbHVlGAwgASgNEhMKC0FLSURDTEVGUERLGAkgASgN",
"EiEKC0lISklGUFBIS0pEGA8gAygLMgwuQk1LRk9JRkxCTEUSEwoLTUVFQ05H",
"S0xESkcYByABKA0SIQoLUFBJQkJLSExNSkMYDSADKAsyDC5FTU5NTElJTEtL",
"RRITCgtESVBKT0lBQ0xIThgLIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
"dmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BMKFOIFLBLEReflection.Descriptor, global::EggLink.DanhengServer.Proto.EMNMLIILKKEReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EMNMLIILKKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMKFOIFLBLEReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BMMLAFJKNLH), global::EggLink.DanhengServer.Proto.BMMLAFJKNLH.Parser, new[]{ "BCFAIIJFLFA", "ItemValue", "AKIDCLEFPDK", "IHJIFPPHKJD", "MEECNGKLDJG", "PPIBBKHLMJC", "DIPJOIACLHN" }, null, null, null, null)
}));

View File

@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
static BattleAvatarReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChJCYXR0bGVBdmF0YXIucHJvdG8aEUJKSEVCQ0NCQU5BLnByb3RvGhVBdmF0",
"YXJTa2lsbFRyZWUucHJvdG8aD1NwQmFySW5mby5wcm90bxoQQXZhdGFyVHlw",
"ZS5wcm90bxoRQmF0dGxlUmVsaWMucHJvdG8aFUJhdHRsZUVxdWlwbWVudC5w",
"ChJCYXR0bGVBdmF0YXIucHJvdG8aEUJKSEVCQ0NCQU5BLnByb3RvGhFCYXR0",
"bGVSZWxpYy5wcm90bxoVQXZhdGFyU2tpbGxUcmVlLnByb3RvGhBBdmF0YXJU",
"eXBlLnByb3RvGg9TcEJhckluZm8ucHJvdG8aFUJhdHRsZUVxdWlwbWVudC5w",
"cm90byK8AwoMQmF0dGxlQXZhdGFyEiAKC2F2YXRhcl90eXBlGAEgASgOMgsu",
"QXZhdGFyVHlwZRIKCgJpZBgCIAEoDRINCgVsZXZlbBgDIAEoDRIMCgRyYW5r",
"GAQgASgNEg0KBWluZGV4GAUgASgNEigKDnNraWxsdHJlZV9saXN0GAYgAygL",
@@ -39,7 +39,7 @@ namespace EggLink.DanhengServer.Proto {
"CzIQLkF2YXRhclNraWxsVHJlZRIZChFhdmF0YXJfZW5oYW5jZV9pZBgTIAEo",
"DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BJHEBCCBANAReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEquipmentReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BJHEBCCBANAReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEquipmentReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleAvatar), global::EggLink.DanhengServer.Proto.BattleAvatar.Parser, new[]{ "AvatarType", "Id", "Level", "Rank", "Index", "SkilltreeList", "EquipmentList", "Hp", "Promotion", "RelicList", "WorldLevel", "AssistUid", "ECIFJLAKHCL", "SpBar", "GMOBAOCEFCE", "IMJJKBJOOHJ", "AvatarEnhanceId" }, null, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static BattleEventBattleInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtCYXR0bGVFdmVudEJhdHRsZUluZm8ucHJvdG8aEUdBQUdFSEFCSU5NLnBy",
"b3RvGhlCYXR0bGVFdmVudFByb3BlcnR5LnByb3RvIngKFUJhdHRsZUV2ZW50",
"ChtCYXR0bGVFdmVudEJhdHRsZUluZm8ucHJvdG8aGUJhdHRsZUV2ZW50UHJv",
"cGVydHkucHJvdG8aEUdBQUdFSEFCSU5NLnByb3RvIngKFUJhdHRsZUV2ZW50",
"QmF0dGxlSW5mbxIXCg9iYXR0bGVfZXZlbnRfaWQYASABKA0SJAoGc3RhdHVz",
"GAIgASgLMhQuQmF0dGxlRXZlbnRQcm9wZXJ0eRIgCgpza2lsbF9pbmZvGAMg",
"AygLMgwuR0FBR0VIQUJJTk1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
"cm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GAAGEHABINMReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEventPropertyReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleEventPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.GAAGEHABINMReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleEventBattleInfo), global::EggLink.DanhengServer.Proto.BattleEventBattleInfo.Parser, new[]{ "BattleEventId", "Status", "SkillInfo" }, null, null, null, null)
}));

View File

@@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto {
static BattleStatisticsReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChZCYXR0bGVTdGF0aXN0aWNzLnByb3RvGhFDSERPTklHT0tOTS5wcm90bxoR",
"Tk1DTU9IQUhPUEwucHJvdG8aEUlCRkZBSk9IS01PLnByb3RvGhtCYXR0bGVF",
"dmVudEJhdHRsZUluZm8ucHJvdG8aFkF2YXRhckJhdHRsZUluZm8ucHJvdG8a",
"F01vbnN0ZXJCYXR0bGVJbmZvLnByb3RvGhFJSUlQSEpJTU5JRC5wcm90bxoR",
"SU5LRkNQS0JHUEgucHJvdG8aEURFTUxQQ05ESkpQLnByb3RvGhFNTU5ESkFN",
"RUJNTC5wcm90bxoRUEVESk5QSktPQ0sucHJvdG8aEUJETUdPRUpCRkdMLnBy",
"b3RvGhFFQUdPQ0FIRkdBRi5wcm90bxoVQmF0dGxlRW5kUmVhc29uLnByb3Rv",
"GhFKRkZORE9CQk5GQi5wcm90bxoRRUtCQUdNT01FQ0wucHJvdG8aEUJBQUdO",
"T0hFSE1BLnByb3RvGhZCYXR0bGVUYXJnZXRMaXN0LnByb3RvGhFBSUdLTkhG",
"QU5HQS5wcm90bxoRR01LRVBDT01IUE4ucHJvdG8i3goKEEJhdHRsZVN0YXRp",
"ChZCYXR0bGVTdGF0aXN0aWNzLnByb3RvGhZCYXR0bGVUYXJnZXRMaXN0LnBy",
"b3RvGhFJSUlQSEpJTU5JRC5wcm90bxoRTk1DTU9IQUhPUEwucHJvdG8aEURF",
"TUxQQ05ESkpQLnByb3RvGhZBdmF0YXJCYXR0bGVJbmZvLnByb3RvGhFQRURK",
"TlBKS09DSy5wcm90bxoRQUlHS05IRkFOR0EucHJvdG8aF01vbnN0ZXJCYXR0",
"bGVJbmZvLnByb3RvGhFJQkZGQUpPSEtNTy5wcm90bxobQmF0dGxlRXZlbnRC",
"YXR0bGVJbmZvLnByb3RvGhFFQUdPQ0FIRkdBRi5wcm90bxoRTU1OREpBTUVC",
"TUwucHJvdG8aEUpGRk5ET0JCTkZCLnByb3RvGhFDSERPTklHT0tOTS5wcm90",
"bxoVQmF0dGxlRW5kUmVhc29uLnByb3RvGhFCQUFHTk9IRUhNQS5wcm90bxoR",
"QkRNR09FSkJGR0wucHJvdG8aEUlOS0ZDUEtCR1BILnByb3RvGhFHTUtFUENP",
"TUhQTi5wcm90bxoRRUtCQUdNT01FQ0wucHJvdG8i3goKEEJhdHRsZVN0YXRp",
"c3RpY3MSGgoSdG90YWxfYmF0dGxlX3R1cm5zGAEgASgNEhgKEHRvdGFsX2F1",
"dG9fdHVybnMYAiABKA0SFgoOYXZhdGFyX2lkX2xpc3QYAyADKA0SEQoJdWx0",
"cmFfY250GAQgASgNEhwKFHRvdGFsX2RlbGF5X2N1bXVsYXRlGAUgASgBEhEK",
@@ -67,7 +67,7 @@ namespace EggLink.DanhengServer.Proto {
"Z2V0TGlzdDoCOAFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
"cHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CHDONIGOKNMReflection.Descriptor, global::EggLink.DanhengServer.Proto.NMCMOHAHOPLReflection.Descriptor, global::EggLink.DanhengServer.Proto.IBFFAJOHKMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEventBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MonsterBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIIPHJIMNIDReflection.Descriptor, global::EggLink.DanhengServer.Proto.INKFCPKBGPHReflection.Descriptor, global::EggLink.DanhengServer.Proto.DEMLPCNDJJPReflection.Descriptor, global::EggLink.DanhengServer.Proto.MMNDJAMEBMLReflection.Descriptor, global::EggLink.DanhengServer.Proto.PEDJNPJKOCKReflection.Descriptor, global::EggLink.DanhengServer.Proto.BDMGOEJBFGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.EAGOCAHFGAFReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEndReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.JFFNDOBBNFBReflection.Descriptor, global::EggLink.DanhengServer.Proto.EKBAGMOMECLReflection.Descriptor, global::EggLink.DanhengServer.Proto.BAAGNOHEHMAReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetListReflection.Descriptor, global::EggLink.DanhengServer.Proto.AIGKNHFANGAReflection.Descriptor, global::EggLink.DanhengServer.Proto.GMKEPCOMHPNReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleTargetListReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIIPHJIMNIDReflection.Descriptor, global::EggLink.DanhengServer.Proto.NMCMOHAHOPLReflection.Descriptor, global::EggLink.DanhengServer.Proto.DEMLPCNDJJPReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PEDJNPJKOCKReflection.Descriptor, global::EggLink.DanhengServer.Proto.AIGKNHFANGAReflection.Descriptor, global::EggLink.DanhengServer.Proto.MonsterBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.IBFFAJOHKMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEventBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EAGOCAHFGAFReflection.Descriptor, global::EggLink.DanhengServer.Proto.MMNDJAMEBMLReflection.Descriptor, global::EggLink.DanhengServer.Proto.JFFNDOBBNFBReflection.Descriptor, global::EggLink.DanhengServer.Proto.CHDONIGOKNMReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEndReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.BAAGNOHEHMAReflection.Descriptor, global::EggLink.DanhengServer.Proto.BDMGOEJBFGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.INKFCPKBGPHReflection.Descriptor, global::EggLink.DanhengServer.Proto.GMKEPCOMHPNReflection.Descriptor, global::EggLink.DanhengServer.Proto.EKBAGMOMECLReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleStatistics), global::EggLink.DanhengServer.Proto.BattleStatistics.Parser, new[]{ "TotalBattleTurns", "TotalAutoTurns", "AvatarIdList", "UltraCnt", "TotalDelayCumulate", "CostTime", "BattleAvatarList", "MonsterList", "RoundCnt", "CocoonDeadWave", "AvatarBattleTurns", "MonsterBattleTurns", "CustomValues", "ChallengeScore", "IJOLOFBJINB", "EndReason", "GLOJPNLNHJH", "IICCEFCGPAK", "LDGAANONMBK", "ADBHGKPNIKP", "ECEFBCNOFKB", "BattleTargetInfo", "NAJLKHFLLPG", "JPGIFCHJDLK", "MNPHNJKGPKL", "LEDDODAMMNO", "ENBJCPKGCOL", "NGOKNFDMHMF", "DKOEADNAMCJ", "IDCGPAKJFMD", "BILLJJBFIOL", "HMPGMILJAPB", "NOCIGFLLIFG", "JNJIIMJBOJP", "KKPKALJMAMF", "OKGCIPAHMEI", "BAPOHBLOLCC", "LDMJDILBDFO" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
}));

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static BenefitItemConfigReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdCZW5lZml0SXRlbUNvbmZpZy5wcm90bxoXQmVuZWZpdFJld2FyZEl0ZW0u",
"cHJvdG8aEUVDTUtBTEtDSkFDLnByb3RvIsMBChFCZW5lZml0SXRlbUNvbmZp",
"ChdCZW5lZml0SXRlbUNvbmZpZy5wcm90bxoRRUNNS0FMS0NKQUMucHJvdG8a",
"F0JlbmVmaXRSZXdhcmRJdGVtLnByb3RvIsMBChFCZW5lZml0SXRlbUNvbmZp",
"ZxIYChByZXZlYWxfbnVtX2xpbWl0GAsgASgNEjMKF3JvZ3VlX3Njb3JlX3Jl",
"d2FyZF9pbmZvGAcgAygLMhIuQmVuZWZpdFJld2FyZEl0ZW0SEAoIZW5kX3Rp",
"bWUYDSABKAQSEwoLcmV2ZWFsX3RpbWUYAyABKAQSJAoObHVja3lfa29pX2xp",
"c3QYAiADKAsyDC5FQ01LQUxLQ0pBQxISCgpiZWdpbl90aW1lGAUgASgEQh6q",
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BenefitRewardItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECMKALKCJACReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ECMKALKCJACReflection.Descriptor, global::EggLink.DanhengServer.Proto.BenefitRewardItemReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BenefitItemConfig), global::EggLink.DanhengServer.Proto.BenefitItemConfig.Parser, new[]{ "RevealNumLimit", "RogueScoreRewardInfo", "EndTime", "RevealTime", "LuckyKoiList", "BeginTime" }, null, null, null, null)
}));

View File

@@ -1,6 +1,6 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChallengeBossStatistics.proto
// source: BossGroupStatistics.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
@@ -11,28 +11,27 @@ using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from ChallengeBossStatistics.proto</summary>
public static partial class ChallengeBossStatisticsReflection {
/// <summary>Holder for reflection information generated from BossGroupStatistics.proto</summary>
public static partial class BossGroupStatisticsReflection {
#region Descriptor
/// <summary>File descriptor for ChallengeBossStatistics.proto</summary>
/// <summary>File descriptor for BossGroupStatistics.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChallengeBossStatisticsReflection() {
static BossGroupStatisticsReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1DaGFsbGVuZ2VCb3NzU3RhdGlzdGljcy5wcm90bxohQ2hhbGxlbmdlQm9z",
"c1N0YWdlVGVydGluZ2dpLnByb3RvImMKF0NoYWxsZW5nZUJvc3NTdGF0aXN0",
"aWNzEjUKD3N0YWdlX3RlcnRpbmdnaRgMIAEoCzIcLkNoYWxsZW5nZUJvc3NT",
"dGFnZVRlcnRpbmdnaRIRCglyZWNvcmRfaWQYAiABKA1CHqoCG0VnZ0xpbmsu",
"RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
"ChlCb3NzR3JvdXBTdGF0aXN0aWNzLnByb3RvGhhCb3NzU3RhdGlzdGljc0lu",
"Zm8ucHJvdG8iTwoTQm9zc0dyb3VwU3RhdGlzdGljcxIlCghzdHRfaW5mbxgM",
"IAEoCzITLkJvc3NTdGF0aXN0aWNzSW5mbxIRCglyZWNvcmRfaWQYAiABKA1C",
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossStageTertinggiReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BossStatisticsInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBossStatistics), global::EggLink.DanhengServer.Proto.ChallengeBossStatistics.Parser, new[]{ "StageTertinggi", "RecordId" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BossGroupStatistics), global::EggLink.DanhengServer.Proto.BossGroupStatistics.Parser, new[]{ "SttInfo", "RecordId" }, null, null, null, null)
}));
}
#endregion
@@ -40,21 +39,21 @@ namespace EggLink.DanhengServer.Proto {
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChallengeBossStatistics : pb::IMessage<ChallengeBossStatistics>
public sealed partial class BossGroupStatistics : pb::IMessage<BossGroupStatistics>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChallengeBossStatistics> _parser = new pb::MessageParser<ChallengeBossStatistics>(() => new ChallengeBossStatistics());
private static readonly pb::MessageParser<BossGroupStatistics> _parser = new pb::MessageParser<BossGroupStatistics>(() => new BossGroupStatistics());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChallengeBossStatistics> Parser { get { return _parser; } }
public static pb::MessageParser<BossGroupStatistics> 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.ChallengeBossStatisticsReflection.Descriptor.MessageTypes[0]; }
get { return global::EggLink.DanhengServer.Proto.BossGroupStatisticsReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -65,7 +64,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeBossStatistics() {
public BossGroupStatistics() {
OnConstruction();
}
@@ -73,27 +72,27 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeBossStatistics(ChallengeBossStatistics other) : this() {
stageTertinggi_ = other.stageTertinggi_ != null ? other.stageTertinggi_.Clone() : null;
public BossGroupStatistics(BossGroupStatistics other) : this() {
sttInfo_ = other.sttInfo_ != null ? other.sttInfo_.Clone() : null;
recordId_ = other.recordId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeBossStatistics Clone() {
return new ChallengeBossStatistics(this);
public BossGroupStatistics Clone() {
return new BossGroupStatistics(this);
}
/// <summary>Field number for the "stage_tertinggi" field.</summary>
public const int StageTertinggiFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.ChallengeBossStageTertinggi stageTertinggi_;
/// <summary>Field number for the "stt_info" field.</summary>
public const int SttInfoFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.BossStatisticsInfo sttInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChallengeBossStageTertinggi StageTertinggi {
get { return stageTertinggi_; }
public global::EggLink.DanhengServer.Proto.BossStatisticsInfo SttInfo {
get { return sttInfo_; }
set {
stageTertinggi_ = value;
sttInfo_ = value;
}
}
@@ -112,19 +111,19 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ChallengeBossStatistics);
return Equals(other as BossGroupStatistics);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChallengeBossStatistics other) {
public bool Equals(BossGroupStatistics other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(StageTertinggi, other.StageTertinggi)) return false;
if (!object.Equals(SttInfo, other.SttInfo)) return false;
if (RecordId != other.RecordId) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -133,7 +132,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (stageTertinggi_ != null) hash ^= StageTertinggi.GetHashCode();
if (sttInfo_ != null) hash ^= SttInfo.GetHashCode();
if (RecordId != 0) hash ^= RecordId.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
@@ -157,9 +156,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(16);
output.WriteUInt32(RecordId);
}
if (stageTertinggi_ != null) {
if (sttInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(StageTertinggi);
output.WriteMessage(SttInfo);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
@@ -175,9 +174,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(16);
output.WriteUInt32(RecordId);
}
if (stageTertinggi_ != null) {
if (sttInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(StageTertinggi);
output.WriteMessage(SttInfo);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
@@ -189,8 +188,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (stageTertinggi_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(StageTertinggi);
if (sttInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(SttInfo);
}
if (RecordId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RecordId);
@@ -203,15 +202,15 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChallengeBossStatistics other) {
public void MergeFrom(BossGroupStatistics other) {
if (other == null) {
return;
}
if (other.stageTertinggi_ != null) {
if (stageTertinggi_ == null) {
StageTertinggi = new global::EggLink.DanhengServer.Proto.ChallengeBossStageTertinggi();
if (other.sttInfo_ != null) {
if (sttInfo_ == null) {
SttInfo = new global::EggLink.DanhengServer.Proto.BossStatisticsInfo();
}
StageTertinggi.MergeFrom(other.StageTertinggi);
SttInfo.MergeFrom(other.SttInfo);
}
if (other.RecordId != 0) {
RecordId = other.RecordId;
@@ -236,10 +235,10 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 98: {
if (stageTertinggi_ == null) {
StageTertinggi = new global::EggLink.DanhengServer.Proto.ChallengeBossStageTertinggi();
if (sttInfo_ == null) {
SttInfo = new global::EggLink.DanhengServer.Proto.BossStatisticsInfo();
}
input.ReadMessage(StageTertinggi);
input.ReadMessage(SttInfo);
break;
}
}
@@ -262,10 +261,10 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 98: {
if (stageTertinggi_ == null) {
StageTertinggi = new global::EggLink.DanhengServer.Proto.ChallengeBossStageTertinggi();
if (sttInfo_ == null) {
SttInfo = new global::EggLink.DanhengServer.Proto.BossStatisticsInfo();
}
input.ReadMessage(StageTertinggi);
input.ReadMessage(SttInfo);
break;
}
}

View File

@@ -1,6 +1,6 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: PPCFHAPCCIB.proto
// source: BossLevelStatistics.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
@@ -11,30 +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 PPCFHAPCCIB.proto</summary>
public static partial class PPCFHAPCCIBReflection {
/// <summary>Holder for reflection information generated from BossLevelStatistics.proto</summary>
public static partial class BossLevelStatisticsReflection {
#region Descriptor
/// <summary>File descriptor for PPCFHAPCCIB.proto</summary>
/// <summary>File descriptor for BossLevelStatistics.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static PPCFHAPCCIBReflection() {
static BossLevelStatisticsReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFQUENGSEFQQ0NJQi5wcm90bxoZQ2hhbGxlbmdlTGluZXVwTGlzdC5wcm90",
"byLLAQoLUFBDRkhBUENDSUISEwoLTkhHT01BS0hDT1AYAiABKAgSEwoLTEdK",
"Q0VQTk1DS00YBCABKAgSDwoHYnVmZl9pZBgPIAEoDRIaChJsZWFzdF9yb3Vu",
"ZHNfY291bnQYBSABKA0SJAoGbGluZXVwGAsgASgLMhQuQ2hhbGxlbmdlTGlu",
"ZXVwTGlzdBITCgtJRVBIRExNTE9BTxgIIAMoDRIVCg1wZWFrX2xldmVsX2lk",
"GA0gASgNEhMKC0pCT0xBQUZES0FOGA4gASgNQh6qAhtFZ2dMaW5rLkRhbmhl",
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
"ChlCb3NzTGV2ZWxTdGF0aXN0aWNzLnByb3RvGhlDaGFsbGVuZ2VMaW5ldXBM",
"aXN0LnByb3RvItMBChNCb3NzTGV2ZWxTdGF0aXN0aWNzEhMKC05IR09NQUtI",
"Q09QGAIgASgIEhMKC0xHSkNFUE5NQ0tNGAQgASgIEg8KB2J1ZmZfaWQYDyAB",
"KA0SGgoSbGVhc3Rfcm91bmRzX2NvdW50GAUgASgNEiQKBmxpbmV1cBgLIAEo",
"CzIULkNoYWxsZW5nZUxpbmV1cExpc3QSEwoLSUVQSERMTUxPQU8YCCADKA0S",
"FQoNcGVha19sZXZlbF9pZBgNIAEoDRITCgtKQk9MQUFGREtBThgOIAEoDUIe",
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeLineupListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PPCFHAPCCIB), global::EggLink.DanhengServer.Proto.PPCFHAPCCIB.Parser, new[]{ "NHGOMAKHCOP", "LGJCEPNMCKM", "BuffId", "LeastRoundsCount", "Lineup", "IEPHDLMLOAO", "PeakLevelId", "JBOLAAFDKAN" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BossLevelStatistics), global::EggLink.DanhengServer.Proto.BossLevelStatistics.Parser, new[]{ "NHGOMAKHCOP", "LGJCEPNMCKM", "BuffId", "LeastRoundsCount", "Lineup", "IEPHDLMLOAO", "PeakLevelId", "JBOLAAFDKAN" }, null, null, null, null)
}));
}
#endregion
@@ -42,21 +42,21 @@ namespace EggLink.DanhengServer.Proto {
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PPCFHAPCCIB : pb::IMessage<PPCFHAPCCIB>
public sealed partial class BossLevelStatistics : pb::IMessage<BossLevelStatistics>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<PPCFHAPCCIB> _parser = new pb::MessageParser<PPCFHAPCCIB>(() => new PPCFHAPCCIB());
private static readonly pb::MessageParser<BossLevelStatistics> _parser = new pb::MessageParser<BossLevelStatistics>(() => new BossLevelStatistics());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<PPCFHAPCCIB> Parser { get { return _parser; } }
public static pb::MessageParser<BossLevelStatistics> 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.PPCFHAPCCIBReflection.Descriptor.MessageTypes[0]; }
get { return global::EggLink.DanhengServer.Proto.BossLevelStatisticsReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -67,7 +67,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PPCFHAPCCIB() {
public BossLevelStatistics() {
OnConstruction();
}
@@ -75,7 +75,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PPCFHAPCCIB(PPCFHAPCCIB other) : this() {
public BossLevelStatistics(BossLevelStatistics other) : this() {
nHGOMAKHCOP_ = other.nHGOMAKHCOP_;
lGJCEPNMCKM_ = other.lGJCEPNMCKM_;
buffId_ = other.buffId_;
@@ -89,8 +89,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PPCFHAPCCIB Clone() {
return new PPCFHAPCCIB(this);
public BossLevelStatistics Clone() {
return new BossLevelStatistics(this);
}
/// <summary>Field number for the "NHGOMAKHCOP" field.</summary>
@@ -191,12 +191,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 PPCFHAPCCIB);
return Equals(other as BossLevelStatistics);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(PPCFHAPCCIB other) {
public bool Equals(BossLevelStatistics other) {
if (ReferenceEquals(other, null)) {
return false;
}
@@ -352,7 +352,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(PPCFHAPCCIB other) {
public void MergeFrom(BossLevelStatistics other) {
if (other == null) {
return;
}

View File

@@ -1,6 +1,6 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChallengeBossStageTertinggi.proto
// source: BossStatisticsInfo.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
@@ -11,29 +11,29 @@ using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from ChallengeBossStageTertinggi.proto</summary>
public static partial class ChallengeBossStageTertinggiReflection {
/// <summary>Holder for reflection information generated from BossStatisticsInfo.proto</summary>
public static partial class BossStatisticsInfoReflection {
#region Descriptor
/// <summary>File descriptor for ChallengeBossStageTertinggi.proto</summary>
/// <summary>File descriptor for BossStatisticsInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChallengeBossStageTertinggiReflection() {
static BossStatisticsInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiFDaGFsbGVuZ2VCb3NzU3RhZ2VUZXJ0aW5nZ2kucHJvdG8aGUNoYWxsZW5n",
"ZUxpbmV1cExpc3QucHJvdG8iogEKG0NoYWxsZW5nZUJvc3NTdGFnZVRlcnRp",
"bmdnaRIQCghzY29yZV9pZBgIIAEoDRIQCghidWZmX3R3bxgCIAEoDRITCgtJ",
"TkhERE5OUEJEQhgGIAEoDRIQCghidWZmX29uZRgJIAEoDRINCgVsZXZlbBgN",
"IAEoDRIpCgtsaW5ldXBfbGlzdBgPIAMoCzIULkNoYWxsZW5nZUxpbmV1cExp",
"c3RCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
"ChhCb3NzU3RhdGlzdGljc0luZm8ucHJvdG8aGUNoYWxsZW5nZUxpbmV1cExp",
"c3QucHJvdG8inQEKEkJvc3NTdGF0aXN0aWNzSW5mbxIQCghzY29yZV9pZBgI",
"IAEoDRIQCghidWZmX3R3bxgCIAEoDRIXCg9jdXJfbGV2ZWxfc3RhcnMYBiAB",
"KA0SEAoIYnVmZl9vbmUYCSABKA0SDQoFbGV2ZWwYDSABKA0SKQoLbGluZXVw",
"X2xpc3QYDyADKAsyFC5DaGFsbGVuZ2VMaW5ldXBMaXN0Qh6qAhtFZ2dMaW5r",
"LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeLineupListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBossStageTertinggi), global::EggLink.DanhengServer.Proto.ChallengeBossStageTertinggi.Parser, new[]{ "ScoreId", "BuffTwo", "INHDDNNPBDB", "BuffOne", "Level", "LineupList" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BossStatisticsInfo), global::EggLink.DanhengServer.Proto.BossStatisticsInfo.Parser, new[]{ "ScoreId", "BuffTwo", "CurLevelStars", "BuffOne", "Level", "LineupList" }, null, null, null, null)
}));
}
#endregion
@@ -41,21 +41,21 @@ namespace EggLink.DanhengServer.Proto {
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChallengeBossStageTertinggi : pb::IMessage<ChallengeBossStageTertinggi>
public sealed partial class BossStatisticsInfo : pb::IMessage<BossStatisticsInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChallengeBossStageTertinggi> _parser = new pb::MessageParser<ChallengeBossStageTertinggi>(() => new ChallengeBossStageTertinggi());
private static readonly pb::MessageParser<BossStatisticsInfo> _parser = new pb::MessageParser<BossStatisticsInfo>(() => new BossStatisticsInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChallengeBossStageTertinggi> Parser { get { return _parser; } }
public static pb::MessageParser<BossStatisticsInfo> 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.ChallengeBossStageTertinggiReflection.Descriptor.MessageTypes[0]; }
get { return global::EggLink.DanhengServer.Proto.BossStatisticsInfoReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -66,7 +66,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeBossStageTertinggi() {
public BossStatisticsInfo() {
OnConstruction();
}
@@ -74,10 +74,10 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeBossStageTertinggi(ChallengeBossStageTertinggi other) : this() {
public BossStatisticsInfo(BossStatisticsInfo other) : this() {
scoreId_ = other.scoreId_;
buffTwo_ = other.buffTwo_;
iNHDDNNPBDB_ = other.iNHDDNNPBDB_;
curLevelStars_ = other.curLevelStars_;
buffOne_ = other.buffOne_;
level_ = other.level_;
lineupList_ = other.lineupList_.Clone();
@@ -86,8 +86,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeBossStageTertinggi Clone() {
return new ChallengeBossStageTertinggi(this);
public BossStatisticsInfo Clone() {
return new BossStatisticsInfo(this);
}
/// <summary>Field number for the "score_id" field.</summary>
@@ -114,15 +114,15 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "INHDDNNPBDB" field.</summary>
public const int INHDDNNPBDBFieldNumber = 6;
private uint iNHDDNNPBDB_;
/// <summary>Field number for the "cur_level_stars" field.</summary>
public const int CurLevelStarsFieldNumber = 6;
private uint curLevelStars_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint INHDDNNPBDB {
get { return iNHDDNNPBDB_; }
public uint CurLevelStars {
get { return curLevelStars_; }
set {
iNHDDNNPBDB_ = value;
curLevelStars_ = value;
}
}
@@ -164,12 +164,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 ChallengeBossStageTertinggi);
return Equals(other as BossStatisticsInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChallengeBossStageTertinggi other) {
public bool Equals(BossStatisticsInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
@@ -178,7 +178,7 @@ namespace EggLink.DanhengServer.Proto {
}
if (ScoreId != other.ScoreId) return false;
if (BuffTwo != other.BuffTwo) return false;
if (INHDDNNPBDB != other.INHDDNNPBDB) return false;
if (CurLevelStars != other.CurLevelStars) return false;
if (BuffOne != other.BuffOne) return false;
if (Level != other.Level) return false;
if(!lineupList_.Equals(other.lineupList_)) return false;
@@ -191,7 +191,7 @@ namespace EggLink.DanhengServer.Proto {
int hash = 1;
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (BuffTwo != 0) hash ^= BuffTwo.GetHashCode();
if (INHDDNNPBDB != 0) hash ^= INHDDNNPBDB.GetHashCode();
if (CurLevelStars != 0) hash ^= CurLevelStars.GetHashCode();
if (BuffOne != 0) hash ^= BuffOne.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
hash ^= lineupList_.GetHashCode();
@@ -217,9 +217,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(16);
output.WriteUInt32(BuffTwo);
}
if (INHDDNNPBDB != 0) {
if (CurLevelStars != 0) {
output.WriteRawTag(48);
output.WriteUInt32(INHDDNNPBDB);
output.WriteUInt32(CurLevelStars);
}
if (ScoreId != 0) {
output.WriteRawTag(64);
@@ -248,9 +248,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(16);
output.WriteUInt32(BuffTwo);
}
if (INHDDNNPBDB != 0) {
if (CurLevelStars != 0) {
output.WriteRawTag(48);
output.WriteUInt32(INHDDNNPBDB);
output.WriteUInt32(CurLevelStars);
}
if (ScoreId != 0) {
output.WriteRawTag(64);
@@ -281,8 +281,8 @@ namespace EggLink.DanhengServer.Proto {
if (BuffTwo != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BuffTwo);
}
if (INHDDNNPBDB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(INHDDNNPBDB);
if (CurLevelStars != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurLevelStars);
}
if (BuffOne != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BuffOne);
@@ -299,7 +299,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChallengeBossStageTertinggi other) {
public void MergeFrom(BossStatisticsInfo other) {
if (other == null) {
return;
}
@@ -309,8 +309,8 @@ namespace EggLink.DanhengServer.Proto {
if (other.BuffTwo != 0) {
BuffTwo = other.BuffTwo;
}
if (other.INHDDNNPBDB != 0) {
INHDDNNPBDB = other.INHDDNNPBDB;
if (other.CurLevelStars != 0) {
CurLevelStars = other.CurLevelStars;
}
if (other.BuffOne != 0) {
BuffOne = other.BuffOne;
@@ -339,7 +339,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 48: {
INHDDNNPBDB = input.ReadUInt32();
CurLevelStars = input.ReadUInt32();
break;
}
case 64: {
@@ -378,7 +378,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 48: {
INHDDNNPBDB = input.ReadUInt32();
CurLevelStars = input.ReadUInt32();
break;
}
case 64: {

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static CDNGNDNLNAJReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFDRE5HTkROTE5BSi5wcm90bxoRR0NGRUhNRU5PTk0ucHJvdG8aEUNHQ09O",
"SkZGRkJCLnByb3RvGhFMSExFRUhDQk1PTC5wcm90bxoRRURGQUJLTU5CTEku",
"ChFDRE5HTkROTE5BSi5wcm90bxoRQ0dDT05KRkZGQkIucHJvdG8aEUxITEVF",
"SENCTU9MLnByb3RvGhFFREZBQktNTkJMSS5wcm90bxoRR0NGRUhNRU5PTk0u",
"cHJvdG8irgEKC0NETkdORE5MTkFKEhMKC0dPTkVBS0JER0VLGAUgASgNEiEK",
"C0FBS0hDTkVEQkNEGAggASgLMgwuTEhMRUVIQ0JNT0wSIQoLRUVJSERDUE9M",
"RUYYDyABKAsyDC5FREZBQktNTkJMSRIhCgtHQkZDTE1MSU1IQxgEIAEoCzIM",
"LkdDRkVITUVOT05NEiEKC0hCSEVBSklKRUdGGAkgASgLMgwuQ0dDT05KRkZG",
"QkJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GCFEHMENONMReflection.Descriptor, global::EggLink.DanhengServer.Proto.CGCONJFFFBBReflection.Descriptor, global::EggLink.DanhengServer.Proto.LHLEEHCBMOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.EDFABKMNBLIReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CGCONJFFFBBReflection.Descriptor, global::EggLink.DanhengServer.Proto.LHLEEHCBMOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.EDFABKMNBLIReflection.Descriptor, global::EggLink.DanhengServer.Proto.GCFEHMENONMReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ), global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ.Parser, new[]{ "GONEAKBDGEK", "AAKHCNEDBCD", "EEIHDCPOLEF", "GBFCLMLIMHC", "HBHEAJIJEGF" }, null, null, null, null)
}));

View File

@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
static CGHKIDBJHFHReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFDR0hLSURCSkhGSC5wcm90bxoRT0pMRUhQUEpCQkMucHJvdG8aEU5JR0NP",
"UEdIQU1KLnByb3RvGhFOTENBTEtMUEdPRy5wcm90bxoRS0hQSEFJRk5KRUku",
"cHJvdG8aEUhKS0ROR0lITUFBLnByb3RvGhFPQ0pHTlBJRk9CTS5wcm90bxoR",
"Tk1FTktJR05CQ0EucHJvdG8aEUtIQ0FLUE9NR05LLnByb3RvIrEDCgtDR0hL",
"ChFDR0hLSURCSkhGSC5wcm90bxoRTklHQ09QR0hBTUoucHJvdG8aEUtIQ0FL",
"UE9NR05LLnByb3RvGhFPQ0pHTlBJRk9CTS5wcm90bxoRSEpLRE5HSUhNQUEu",
"cHJvdG8aEU9KTEVIUFBKQkJDLnByb3RvGhFOTUVOS0lHTkJDQS5wcm90bxoR",
"S0hQSEFJRk5KRUkucHJvdG8aEU5MQ0FMS0xQR09HLnByb3RvIrEDCgtDR0hL",
"SURCSkhGSBIjCgtQSkFCS0lGRE5ORBgOIAEoCzIMLk5MQ0FMS0xQR09HSAAS",
"IwoLTklISUZFTU9LQU0YAiABKAsyDC5PSkxFSFBQSkJCQ0gAEiMKC01MQ0dB",
"TElIQUlQGAggASgLMgwuT0pMRUhQUEpCQkNIABIjCgtCSURERE5JUEJMRRgH",
@@ -40,7 +40,7 @@ namespace EggLink.DanhengServer.Proto {
"ByABKA1IAEINCgtOR0RJT0FHRlBFQUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
"dmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OJLEHPPJBBCReflection.Descriptor, global::EggLink.DanhengServer.Proto.NIGCOPGHAMJReflection.Descriptor, global::EggLink.DanhengServer.Proto.NLCALKLPGOGReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHPHAIFNJEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.HJKDNGIHMAAReflection.Descriptor, global::EggLink.DanhengServer.Proto.OCJGNPIFOBMReflection.Descriptor, global::EggLink.DanhengServer.Proto.NMENKIGNBCAReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHCAKPOMGNKReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NIGCOPGHAMJReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHCAKPOMGNKReflection.Descriptor, global::EggLink.DanhengServer.Proto.OCJGNPIFOBMReflection.Descriptor, global::EggLink.DanhengServer.Proto.HJKDNGIHMAAReflection.Descriptor, global::EggLink.DanhengServer.Proto.OJLEHPPJBBCReflection.Descriptor, global::EggLink.DanhengServer.Proto.NMENKIGNBCAReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHPHAIFNJEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.NLCALKLPGOGReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CGHKIDBJHFH), global::EggLink.DanhengServer.Proto.CGHKIDBJHFH.Parser, new[]{ "PJABKIFDNND", "NIHIFEMOKAM", "MLCGALIHAIP", "BIDDDNIPBLE", "DIJHPEHONOK", "EDHBKECGOLI", "MFHBHKIMDCA", "NPFPAJLCLNN", "IOMGDIKELIA", "GKAHDHELILD", "GNPEAMELJDJ", "CBAKIHCDENP" }, new[]{ "NGDIOAGFPEA" }, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static CGOJKBOEOFOReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFDR09KS0JPRU9GTy5wcm90bxoRQkZBQUVGQ0VKUEEucHJvdG8aEU5FSUhM",
"REdFQkhFLnByb3RvGhFJSUtOR05IRE1GSS5wcm90byKLAQoLQ0dPSktCT0VP",
"ChFDR09KS0JPRU9GTy5wcm90bxoRSUlLTkdOSERNRkkucHJvdG8aEUJGQUFF",
"RkNFSlBBLnByb3RvGhFORUlITERHRUJIRS5wcm90byKLAQoLQ0dPSktCT0VP",
"Rk8SIQoLQ0FCQ0dLTkdBT0MYCiABKAsyDC5JSUtOR05IRE1GSRIhCgtESEhB",
"UEhOTUVERhgDIAMoCzIMLk5FSUhMREdFQkhFEhMKC0pDREpDQU5FSEpEGA0g",
"AygNEiEKC0dNT0ZLTEJGQVBMGAsgAygLMgwuQkZBQUVGQ0VKUEFCHqoCG0Vn",
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BFAAEFCEJPAReflection.Descriptor, global::EggLink.DanhengServer.Proto.NEIHLDGEBHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.BFAAEFCEJPAReflection.Descriptor, global::EggLink.DanhengServer.Proto.NEIHLDGEBHEReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CGOJKBOEOFO), global::EggLink.DanhengServer.Proto.CGOJKBOEOFO.Parser, new[]{ "CABCGKNGAOC", "DHHAPHNMEDF", "JCDJCANEHJD", "GMOFKLBFAPL" }, null, null, null, null)
}));

View File

@@ -1,463 +0,0 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CHKIICNAPHA.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from CHKIICNAPHA.proto</summary>
public static partial class CHKIICNAPHAReflection {
#region Descriptor
/// <summary>File descriptor for CHKIICNAPHA.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static CHKIICNAPHAReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFDSEtJSUNOQVBIQS5wcm90bxodQ2hhbGxlbmdlQm9zc1N0YXRpc3RpY3Mu",
"cHJvdG8aGUNoYWxsZW5nZVN0YXRpc3RpY3MucHJvdG8aHkNoYWxsZW5nZVN0",
"b3J5U3RhdGlzdGljcy5wcm90byLjAQoLQ0hLSUlDTkFQSEESEAoIZ3JvdXBf",
"aWQYAyABKA0SEwoLS0hDTkFKT0tKSEoYCiABKA0SMgoRY2hhbGxlbmdlX2Rl",
"ZmF1bHQYpgggASgLMhQuQ2hhbGxlbmdlU3RhdGlzdGljc0gAEjUKD2NoYWxs",
"ZW5nZV9zdG9yeRjnASABKAsyGS5DaGFsbGVuZ2VTdG9yeVN0YXRpc3RpY3NI",
"ABIzCg5jaGFsbGVuZ2VfYm9zcxiOByABKAsyGC5DaGFsbGVuZ2VCb3NzU3Rh",
"dGlzdGljc0gAQg0KC0lIQUdHSUxEQU5MQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStoryStatisticsReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CHKIICNAPHA), global::EggLink.DanhengServer.Proto.CHKIICNAPHA.Parser, new[]{ "GroupId", "KHCNAJOKJHJ", "ChallengeDefault", "ChallengeStory", "ChallengeBoss" }, new[]{ "IHAGGILDANL" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class CHKIICNAPHA : pb::IMessage<CHKIICNAPHA>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<CHKIICNAPHA> _parser = new pb::MessageParser<CHKIICNAPHA>(() => new CHKIICNAPHA());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<CHKIICNAPHA> 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.CHKIICNAPHAReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
pbr::MessageDescriptor pb::IMessage.Descriptor {
get { return Descriptor; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CHKIICNAPHA() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CHKIICNAPHA(CHKIICNAPHA other) : this() {
groupId_ = other.groupId_;
kHCNAJOKJHJ_ = other.kHCNAJOKJHJ_;
switch (other.IHAGGILDANLCase) {
case IHAGGILDANLOneofCase.ChallengeDefault:
ChallengeDefault = other.ChallengeDefault.Clone();
break;
case IHAGGILDANLOneofCase.ChallengeStory:
ChallengeStory = other.ChallengeStory.Clone();
break;
case IHAGGILDANLOneofCase.ChallengeBoss:
ChallengeBoss = other.ChallengeBoss.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CHKIICNAPHA Clone() {
return new CHKIICNAPHA(this);
}
/// <summary>Field number for the "group_id" field.</summary>
public const int GroupIdFieldNumber = 3;
private uint groupId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GroupId {
get { return groupId_; }
set {
groupId_ = value;
}
}
/// <summary>Field number for the "KHCNAJOKJHJ" field.</summary>
public const int KHCNAJOKJHJFieldNumber = 10;
private uint kHCNAJOKJHJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KHCNAJOKJHJ {
get { return kHCNAJOKJHJ_; }
set {
kHCNAJOKJHJ_ = value;
}
}
/// <summary>Field number for the "challenge_default" field.</summary>
public const int ChallengeDefaultFieldNumber = 1062;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChallengeStatistics ChallengeDefault {
get { return iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault ? (global::EggLink.DanhengServer.Proto.ChallengeStatistics) iHAGGILDANL_ : null; }
set {
iHAGGILDANL_ = value;
iHAGGILDANLCase_ = value == null ? IHAGGILDANLOneofCase.None : IHAGGILDANLOneofCase.ChallengeDefault;
}
}
/// <summary>Field number for the "challenge_story" field.</summary>
public const int ChallengeStoryFieldNumber = 231;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics ChallengeStory {
get { return iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory ? (global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics) iHAGGILDANL_ : null; }
set {
iHAGGILDANL_ = value;
iHAGGILDANLCase_ = value == null ? IHAGGILDANLOneofCase.None : IHAGGILDANLOneofCase.ChallengeStory;
}
}
/// <summary>Field number for the "challenge_boss" field.</summary>
public const int ChallengeBossFieldNumber = 910;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChallengeBossStatistics ChallengeBoss {
get { return iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss ? (global::EggLink.DanhengServer.Proto.ChallengeBossStatistics) iHAGGILDANL_ : null; }
set {
iHAGGILDANL_ = value;
iHAGGILDANLCase_ = value == null ? IHAGGILDANLOneofCase.None : IHAGGILDANLOneofCase.ChallengeBoss;
}
}
private object iHAGGILDANL_;
/// <summary>Enum of possible cases for the "IHAGGILDANL" oneof.</summary>
public enum IHAGGILDANLOneofCase {
None = 0,
ChallengeDefault = 1062,
ChallengeStory = 231,
ChallengeBoss = 910,
}
private IHAGGILDANLOneofCase iHAGGILDANLCase_ = IHAGGILDANLOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public IHAGGILDANLOneofCase IHAGGILDANLCase {
get { return iHAGGILDANLCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearIHAGGILDANL() {
iHAGGILDANLCase_ = IHAGGILDANLOneofCase.None;
iHAGGILDANL_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as CHKIICNAPHA);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(CHKIICNAPHA other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (GroupId != other.GroupId) return false;
if (KHCNAJOKJHJ != other.KHCNAJOKJHJ) return false;
if (!object.Equals(ChallengeDefault, other.ChallengeDefault)) return false;
if (!object.Equals(ChallengeStory, other.ChallengeStory)) return false;
if (!object.Equals(ChallengeBoss, other.ChallengeBoss)) return false;
if (IHAGGILDANLCase != other.IHAGGILDANLCase) return false;
return Equals(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (GroupId != 0) hash ^= GroupId.GetHashCode();
if (KHCNAJOKJHJ != 0) hash ^= KHCNAJOKJHJ.GetHashCode();
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) hash ^= ChallengeDefault.GetHashCode();
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) hash ^= ChallengeStory.GetHashCode();
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) hash ^= ChallengeBoss.GetHashCode();
hash ^= (int) iHAGGILDANLCase_;
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
return hash;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override string ToString() {
return pb::JsonFormatter.ToDiagnosticString(this);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (GroupId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(GroupId);
}
if (KHCNAJOKJHJ != 0) {
output.WriteRawTag(80);
output.WriteUInt32(KHCNAJOKJHJ);
}
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) {
output.WriteRawTag(186, 14);
output.WriteMessage(ChallengeStory);
}
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) {
output.WriteRawTag(242, 56);
output.WriteMessage(ChallengeBoss);
}
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) {
output.WriteRawTag(178, 66);
output.WriteMessage(ChallengeDefault);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (GroupId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(GroupId);
}
if (KHCNAJOKJHJ != 0) {
output.WriteRawTag(80);
output.WriteUInt32(KHCNAJOKJHJ);
}
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) {
output.WriteRawTag(186, 14);
output.WriteMessage(ChallengeStory);
}
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) {
output.WriteRawTag(242, 56);
output.WriteMessage(ChallengeBoss);
}
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) {
output.WriteRawTag(178, 66);
output.WriteMessage(ChallengeDefault);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
}
#endif
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (GroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId);
}
if (KHCNAJOKJHJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KHCNAJOKJHJ);
}
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeDefault);
}
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeStory);
}
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeBoss);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(CHKIICNAPHA other) {
if (other == null) {
return;
}
if (other.GroupId != 0) {
GroupId = other.GroupId;
}
if (other.KHCNAJOKJHJ != 0) {
KHCNAJOKJHJ = other.KHCNAJOKJHJ;
}
switch (other.IHAGGILDANLCase) {
case IHAGGILDANLOneofCase.ChallengeDefault:
if (ChallengeDefault == null) {
ChallengeDefault = new global::EggLink.DanhengServer.Proto.ChallengeStatistics();
}
ChallengeDefault.MergeFrom(other.ChallengeDefault);
break;
case IHAGGILDANLOneofCase.ChallengeStory:
if (ChallengeStory == null) {
ChallengeStory = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics();
}
ChallengeStory.MergeFrom(other.ChallengeStory);
break;
case IHAGGILDANLOneofCase.ChallengeBoss:
if (ChallengeBoss == null) {
ChallengeBoss = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics();
}
ChallengeBoss.MergeFrom(other.ChallengeBoss);
break;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(pb::CodedInputStream input) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
input.ReadRawMessage(this);
#else
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 24: {
GroupId = input.ReadUInt32();
break;
}
case 80: {
KHCNAJOKJHJ = input.ReadUInt32();
break;
}
case 1850: {
global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics();
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) {
subBuilder.MergeFrom(ChallengeStory);
}
input.ReadMessage(subBuilder);
ChallengeStory = subBuilder;
break;
}
case 7282: {
global::EggLink.DanhengServer.Proto.ChallengeBossStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics();
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) {
subBuilder.MergeFrom(ChallengeBoss);
}
input.ReadMessage(subBuilder);
ChallengeBoss = subBuilder;
break;
}
case 8498: {
global::EggLink.DanhengServer.Proto.ChallengeStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStatistics();
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) {
subBuilder.MergeFrom(ChallengeDefault);
}
input.ReadMessage(subBuilder);
ChallengeDefault = subBuilder;
break;
}
}
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 24: {
GroupId = input.ReadUInt32();
break;
}
case 80: {
KHCNAJOKJHJ = input.ReadUInt32();
break;
}
case 1850: {
global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics();
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) {
subBuilder.MergeFrom(ChallengeStory);
}
input.ReadMessage(subBuilder);
ChallengeStory = subBuilder;
break;
}
case 7282: {
global::EggLink.DanhengServer.Proto.ChallengeBossStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics();
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) {
subBuilder.MergeFrom(ChallengeBoss);
}
input.ReadMessage(subBuilder);
ChallengeBoss = subBuilder;
break;
}
case 8498: {
global::EggLink.DanhengServer.Proto.ChallengeStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStatistics();
if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) {
subBuilder.MergeFrom(ChallengeDefault);
}
input.ReadMessage(subBuilder);
ChallengeDefault = subBuilder;
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static CPFCBLADMBHReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFDUEZDQkxBRE1CSC5wcm90bxoRTEhMQklBTkZPSEsucHJvdG8aEURQTkRM",
"SEdFTUVJLnByb3RvGhFMTEJNQVBIQk9HRC5wcm90byJ2CgtDUEZDQkxBRE1C",
"ChFDUEZDQkxBRE1CSC5wcm90bxoRRFBORExIR0VNRUkucHJvdG8aEUxITEJJ",
"QU5GT0hLLnByb3RvGhFMTEJNQVBIQk9HRC5wcm90byJ2CgtDUEZDQkxBRE1C",
"SBIhCgtIQUFGSEtJQUdLTRgBIAMoCzIMLkxITEJJQU5GT0hLEiEKC09FQUdB",
"TUpETE1BGAIgAygLMgwuTExCTUFQSEJPR0QSIQoLUExFTk5QQUdKTEwYAyAD",
"KAsyDC5EUE5ETEhHRU1FSUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LHLBIANFOHKReflection.Descriptor, global::EggLink.DanhengServer.Proto.DPNDLHGEMEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.LLBMAPHBOGDReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DPNDLHGEMEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.LHLBIANFOHKReflection.Descriptor, global::EggLink.DanhengServer.Proto.LLBMAPHBOGDReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CPFCBLADMBH), global::EggLink.DanhengServer.Proto.CPFCBLADMBH.Parser, new[]{ "HAAFHKIAGKM", "OEAGAMJDLMA", "PLENNPAGJLL" }, null, null, null, null)
}));

View File

@@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto {
static CellAdvanceInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVDZWxsQWR2YW5jZUluZm8ucHJvdG8aGkNlbGxGaW5hbE1vbnN0ZXJJbmZv",
"LnByb3RvGhVDZWxsTW9uc3RlckluZm8ucHJvdG8aG0NlbGxNb25zdGVyU2Vs",
"ZWN0SW5mby5wcm90byKyAQoPQ2VsbEFkdmFuY2VJbmZvEioKDmNlbGxfYm9z",
"ChVDZWxsQWR2YW5jZUluZm8ucHJvdG8aG0NlbGxNb25zdGVyU2VsZWN0SW5m",
"by5wcm90bxoaQ2VsbEZpbmFsTW9uc3RlckluZm8ucHJvdG8aFUNlbGxNb25z",
"dGVySW5mby5wcm90byKyAQoPQ2VsbEFkdmFuY2VJbmZvEioKDmNlbGxfYm9z",
"c19pbmZvGAggASgLMhAuQ2VsbE1vbnN0ZXJJbmZvSAASMgoQc2VsZWN0X2Jv",
"c3NfaW5mbxgPIAEoCzIWLkNlbGxNb25zdGVyU2VsZWN0SW5mb0gAEjAKD2Zp",
"bmFsX2Jvc3NfaW5mbxgHIAEoCzIVLkNlbGxGaW5hbE1vbnN0ZXJJbmZvSABC",
"DQoLSEJQR0pCQkFMQ0NCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
"b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellFinalMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellFinalMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CellAdvanceInfo), global::EggLink.DanhengServer.Proto.CellAdvanceInfo.Parser, new[]{ "CellBossInfo", "SelectBossInfo", "FinalBossInfo" }, new[]{ "HBPGJBBALCC" }, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static CellFinalMonsterInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpDZWxsRmluYWxNb25zdGVySW5mby5wcm90bxoVQ2VsbE1vbnN0ZXJJbmZv",
"LnByb3RvGhtDZWxsTW9uc3RlclNlbGVjdEluZm8ucHJvdG8icgoUQ2VsbEZp",
"ChpDZWxsRmluYWxNb25zdGVySW5mby5wcm90bxobQ2VsbE1vbnN0ZXJTZWxl",
"Y3RJbmZvLnByb3RvGhVDZWxsTW9uc3RlckluZm8ucHJvdG8icgoUQ2VsbEZp",
"bmFsTW9uc3RlckluZm8SMAoQc2VsZWN0X2Jvc3NfaW5mbxgEIAEoCzIWLkNl",
"bGxNb25zdGVyU2VsZWN0SW5mbxIoCg5jZWxsX2Jvc3NfaW5mbxgIIAEoCzIQ",
"LkNlbGxNb25zdGVySW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo), global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo.Parser, new[]{ "SelectBossInfo", "CellBossInfo" }, null, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static ChallengeBossBuffListReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtDaGFsbGVuZ2VCb3NzQnVmZkxpc3QucHJvdG8iSAoVQ2hhbGxlbmdlQm9z",
"c0J1ZmZMaXN0EhEKCWJ1ZmZfbGlzdBgFIAMoDRIcChRjaGFsbGVuZ2VfYm9z",
"c19jb25zdBgIIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
"YgZwcm90bzM="));
"ChtDaGFsbGVuZ2VCb3NzQnVmZkxpc3QucHJvdG8iRAoVQ2hhbGxlbmdlQm9z",
"c0J1ZmZMaXN0EhEKCWJ1ZmZfbGlzdBgFIAMoDRIYChBib3NzX2dyb3VwX2Nv",
"bnN0GAggASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"b3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBossBuffList), global::EggLink.DanhengServer.Proto.ChallengeBossBuffList.Parser, new[]{ "BuffList", "ChallengeBossConst" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBossBuffList), global::EggLink.DanhengServer.Proto.ChallengeBossBuffList.Parser, new[]{ "BuffList", "BossGroupConst" }, null, null, null, null)
}));
}
#endregion
@@ -74,7 +74,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeBossBuffList(ChallengeBossBuffList other) : this() {
buffList_ = other.buffList_.Clone();
challengeBossConst_ = other.challengeBossConst_;
bossGroupConst_ = other.bossGroupConst_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -95,15 +95,15 @@ namespace EggLink.DanhengServer.Proto {
get { return buffList_; }
}
/// <summary>Field number for the "challenge_boss_const" field.</summary>
public const int ChallengeBossConstFieldNumber = 8;
private uint challengeBossConst_;
/// <summary>Field number for the "boss_group_const" field.</summary>
public const int BossGroupConstFieldNumber = 8;
private uint bossGroupConst_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ChallengeBossConst {
get { return challengeBossConst_; }
public uint BossGroupConst {
get { return bossGroupConst_; }
set {
challengeBossConst_ = value;
bossGroupConst_ = value;
}
}
@@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto {
return true;
}
if(!buffList_.Equals(other.buffList_)) return false;
if (ChallengeBossConst != other.ChallengeBossConst) return false;
if (BossGroupConst != other.BossGroupConst) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -132,7 +132,7 @@ namespace EggLink.DanhengServer.Proto {
public override int GetHashCode() {
int hash = 1;
hash ^= buffList_.GetHashCode();
if (ChallengeBossConst != 0) hash ^= ChallengeBossConst.GetHashCode();
if (BossGroupConst != 0) hash ^= BossGroupConst.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -152,9 +152,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawMessage(this);
#else
buffList_.WriteTo(output, _repeated_buffList_codec);
if (ChallengeBossConst != 0) {
if (BossGroupConst != 0) {
output.WriteRawTag(64);
output.WriteUInt32(ChallengeBossConst);
output.WriteUInt32(BossGroupConst);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
@@ -167,9 +167,9 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
buffList_.WriteTo(ref output, _repeated_buffList_codec);
if (ChallengeBossConst != 0) {
if (BossGroupConst != 0) {
output.WriteRawTag(64);
output.WriteUInt32(ChallengeBossConst);
output.WriteUInt32(BossGroupConst);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
@@ -182,8 +182,8 @@ namespace EggLink.DanhengServer.Proto {
public int CalculateSize() {
int size = 0;
size += buffList_.CalculateSize(_repeated_buffList_codec);
if (ChallengeBossConst != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChallengeBossConst);
if (BossGroupConst != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BossGroupConst);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -198,8 +198,8 @@ namespace EggLink.DanhengServer.Proto {
return;
}
buffList_.Add(other.buffList_);
if (other.ChallengeBossConst != 0) {
ChallengeBossConst = other.ChallengeBossConst;
if (other.BossGroupConst != 0) {
BossGroupConst = other.BossGroupConst;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -222,7 +222,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 64: {
ChallengeBossConst = input.ReadUInt32();
BossGroupConst = input.ReadUInt32();
break;
}
}
@@ -246,7 +246,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 64: {
ChallengeBossConst = input.ReadUInt32();
BossGroupConst = input.ReadUInt32();
break;
}
}

View File

@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
static ChallengeBossInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdDaGFsbGVuZ2VCb3NzSW5mby5wcm90bxoiQ2hhbGxlbmdlQm9zc0F2YXRh",
"clJlbGljSW5mby5wcm90bxogQ2hhbGxlbmdlQm9zc0VxdWlwbWVudEluZm8u",
"cHJvdG8aIUNoYWxsZW5nZUJvc3NTaW5nbGVOb2RlSW5mby5wcm90byKsBAoR",
"ChdDaGFsbGVuZ2VCb3NzSW5mby5wcm90bxohQ2hhbGxlbmdlQm9zc1Npbmds",
"ZU5vZGVJbmZvLnByb3RvGiJDaGFsbGVuZ2VCb3NzQXZhdGFyUmVsaWNJbmZv",
"LnByb3RvGiBDaGFsbGVuZ2VCb3NzRXF1aXBtZW50SW5mby5wcm90byKsBAoR",
"Q2hhbGxlbmdlQm9zc0luZm8SEwoLTkNCRE5QR1BFQUkYCSABKAgSFAoMZmly",
"c3RfbGluZXVwGAggAygNElMKGmNoYWxsZW5nZV9hdmF0YXJfcmVsaWNfbWFw",
"GA0gAygLMi8uQ2hhbGxlbmdlQm9zc0luZm8uQ2hhbGxlbmdlQXZhdGFyUmVs",
@@ -42,7 +42,7 @@ namespace EggLink.DanhengServer.Proto {
"aXBtZW50SW5mbzoCOAFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
"b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossAvatarRelicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossEquipmentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossSingleNodeInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossSingleNodeInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossAvatarRelicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossEquipmentInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBossInfo), global::EggLink.DanhengServer.Proto.ChallengeBossInfo.Parser, new[]{ "NCBDNPGPEAI", "FirstLineup", "ChallengeAvatarRelicMap", "SecondLineup", "SecondNode", "ChallengeAvatarEquipmentMap", "FirstNode" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static ChallengeBuffInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdDaGFsbGVuZ2VCdWZmSW5mby5wcm90bxobQ2hhbGxlbmdlQm9zc0J1ZmZJ",
"bmZvLnByb3RvGhxDaGFsbGVuZ2VTdG9yeUJ1ZmZJbmZvLnByb3RvIn4KEUNo",
"ChdDaGFsbGVuZ2VCdWZmSW5mby5wcm90bxocQ2hhbGxlbmdlU3RvcnlCdWZm",
"SW5mby5wcm90bxobQ2hhbGxlbmdlQm9zc0J1ZmZJbmZvLnByb3RvIn4KEUNo",
"YWxsZW5nZUJ1ZmZJbmZvEi0KCnN0b3J5X2luZm8YAiABKAsyFy5DaGFsbGVu",
"Z2VTdG9yeUJ1ZmZJbmZvSAASKwoJYm9zc19pbmZvGAQgASgLMhYuQ2hhbGxl",
"bmdlQm9zc0J1ZmZJbmZvSABCDQoLQkNNRUtMTkFFQkVCHqoCG0VnZ0xpbmsu",
"RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBuffInfo), global::EggLink.DanhengServer.Proto.ChallengeBuffInfo.Parser, new[]{ "StoryInfo", "BossInfo" }, new[]{ "BCMEKLNAEBE" }, null, null, null)
}));

View File

@@ -0,0 +1,463 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChallengeGroupStatistics.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from ChallengeGroupStatistics.proto</summary>
public static partial class ChallengeGroupStatisticsReflection {
#region Descriptor
/// <summary>File descriptor for ChallengeGroupStatistics.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChallengeGroupStatisticsReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch5DaGFsbGVuZ2VHcm91cFN0YXRpc3RpY3MucHJvdG8aG01lbW9yeUdyb3Vw",
"U3RhdGlzdGljcy5wcm90bxoZQm9zc0dyb3VwU3RhdGlzdGljcy5wcm90bxoa",
"U3RvcnlHcm91cFN0YXRpc3RpY3MucHJvdG8i5gEKGENoYWxsZW5nZUdyb3Vw",
"U3RhdGlzdGljcxIQCghncm91cF9pZBgDIAEoDRIZChFncm91cF90b3RhbF9z",
"dGFycxgKIAEoDRIvCgxtZW1vcnlfZ3JvdXAYpgggASgLMhYuTWVtb3J5R3Jv",
"dXBTdGF0aXN0aWNzSAASLQoLc3RvcnlfZ3JvdXAY5wEgASgLMhUuU3RvcnlH",
"cm91cFN0YXRpc3RpY3NIABIrCgpib3NzX2dyb3VwGI4HIAEoCzIULkJvc3NH",
"cm91cFN0YXRpc3RpY3NIAEIQCg5jaGFsbGVuZ2VfY2FzZUIeqgIbRWdnTGlu",
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MemoryGroupStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.BossGroupStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.StoryGroupStatisticsReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeGroupStatistics), global::EggLink.DanhengServer.Proto.ChallengeGroupStatistics.Parser, new[]{ "GroupId", "GroupTotalStars", "MemoryGroup", "StoryGroup", "BossGroup" }, new[]{ "ChallengeCase" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChallengeGroupStatistics : pb::IMessage<ChallengeGroupStatistics>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChallengeGroupStatistics> _parser = new pb::MessageParser<ChallengeGroupStatistics>(() => new ChallengeGroupStatistics());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChallengeGroupStatistics> 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.ChallengeGroupStatisticsReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
pbr::MessageDescriptor pb::IMessage.Descriptor {
get { return Descriptor; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeGroupStatistics() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeGroupStatistics(ChallengeGroupStatistics other) : this() {
groupId_ = other.groupId_;
groupTotalStars_ = other.groupTotalStars_;
switch (other.ChallengeCaseCase) {
case ChallengeCaseOneofCase.MemoryGroup:
MemoryGroup = other.MemoryGroup.Clone();
break;
case ChallengeCaseOneofCase.StoryGroup:
StoryGroup = other.StoryGroup.Clone();
break;
case ChallengeCaseOneofCase.BossGroup:
BossGroup = other.BossGroup.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeGroupStatistics Clone() {
return new ChallengeGroupStatistics(this);
}
/// <summary>Field number for the "group_id" field.</summary>
public const int GroupIdFieldNumber = 3;
private uint groupId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GroupId {
get { return groupId_; }
set {
groupId_ = value;
}
}
/// <summary>Field number for the "group_total_stars" field.</summary>
public const int GroupTotalStarsFieldNumber = 10;
private uint groupTotalStars_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GroupTotalStars {
get { return groupTotalStars_; }
set {
groupTotalStars_ = value;
}
}
/// <summary>Field number for the "memory_group" field.</summary>
public const int MemoryGroupFieldNumber = 1062;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MemoryGroupStatistics MemoryGroup {
get { return challengeCaseCase_ == ChallengeCaseOneofCase.MemoryGroup ? (global::EggLink.DanhengServer.Proto.MemoryGroupStatistics) challengeCase_ : null; }
set {
challengeCase_ = value;
challengeCaseCase_ = value == null ? ChallengeCaseOneofCase.None : ChallengeCaseOneofCase.MemoryGroup;
}
}
/// <summary>Field number for the "story_group" field.</summary>
public const int StoryGroupFieldNumber = 231;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.StoryGroupStatistics StoryGroup {
get { return challengeCaseCase_ == ChallengeCaseOneofCase.StoryGroup ? (global::EggLink.DanhengServer.Proto.StoryGroupStatistics) challengeCase_ : null; }
set {
challengeCase_ = value;
challengeCaseCase_ = value == null ? ChallengeCaseOneofCase.None : ChallengeCaseOneofCase.StoryGroup;
}
}
/// <summary>Field number for the "boss_group" field.</summary>
public const int BossGroupFieldNumber = 910;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.BossGroupStatistics BossGroup {
get { return challengeCaseCase_ == ChallengeCaseOneofCase.BossGroup ? (global::EggLink.DanhengServer.Proto.BossGroupStatistics) challengeCase_ : null; }
set {
challengeCase_ = value;
challengeCaseCase_ = value == null ? ChallengeCaseOneofCase.None : ChallengeCaseOneofCase.BossGroup;
}
}
private object challengeCase_;
/// <summary>Enum of possible cases for the "challenge_case" oneof.</summary>
public enum ChallengeCaseOneofCase {
None = 0,
MemoryGroup = 1062,
StoryGroup = 231,
BossGroup = 910,
}
private ChallengeCaseOneofCase challengeCaseCase_ = ChallengeCaseOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeCaseOneofCase ChallengeCaseCase {
get { return challengeCaseCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearChallengeCase() {
challengeCaseCase_ = ChallengeCaseOneofCase.None;
challengeCase_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ChallengeGroupStatistics);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChallengeGroupStatistics other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (GroupId != other.GroupId) return false;
if (GroupTotalStars != other.GroupTotalStars) return false;
if (!object.Equals(MemoryGroup, other.MemoryGroup)) return false;
if (!object.Equals(StoryGroup, other.StoryGroup)) return false;
if (!object.Equals(BossGroup, other.BossGroup)) return false;
if (ChallengeCaseCase != other.ChallengeCaseCase) return false;
return Equals(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (GroupId != 0) hash ^= GroupId.GetHashCode();
if (GroupTotalStars != 0) hash ^= GroupTotalStars.GetHashCode();
if (challengeCaseCase_ == ChallengeCaseOneofCase.MemoryGroup) hash ^= MemoryGroup.GetHashCode();
if (challengeCaseCase_ == ChallengeCaseOneofCase.StoryGroup) hash ^= StoryGroup.GetHashCode();
if (challengeCaseCase_ == ChallengeCaseOneofCase.BossGroup) hash ^= BossGroup.GetHashCode();
hash ^= (int) challengeCaseCase_;
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
return hash;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override string ToString() {
return pb::JsonFormatter.ToDiagnosticString(this);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (GroupId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(GroupId);
}
if (GroupTotalStars != 0) {
output.WriteRawTag(80);
output.WriteUInt32(GroupTotalStars);
}
if (challengeCaseCase_ == ChallengeCaseOneofCase.StoryGroup) {
output.WriteRawTag(186, 14);
output.WriteMessage(StoryGroup);
}
if (challengeCaseCase_ == ChallengeCaseOneofCase.BossGroup) {
output.WriteRawTag(242, 56);
output.WriteMessage(BossGroup);
}
if (challengeCaseCase_ == ChallengeCaseOneofCase.MemoryGroup) {
output.WriteRawTag(178, 66);
output.WriteMessage(MemoryGroup);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (GroupId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(GroupId);
}
if (GroupTotalStars != 0) {
output.WriteRawTag(80);
output.WriteUInt32(GroupTotalStars);
}
if (challengeCaseCase_ == ChallengeCaseOneofCase.StoryGroup) {
output.WriteRawTag(186, 14);
output.WriteMessage(StoryGroup);
}
if (challengeCaseCase_ == ChallengeCaseOneofCase.BossGroup) {
output.WriteRawTag(242, 56);
output.WriteMessage(BossGroup);
}
if (challengeCaseCase_ == ChallengeCaseOneofCase.MemoryGroup) {
output.WriteRawTag(178, 66);
output.WriteMessage(MemoryGroup);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
}
#endif
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (GroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId);
}
if (GroupTotalStars != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupTotalStars);
}
if (challengeCaseCase_ == ChallengeCaseOneofCase.MemoryGroup) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(MemoryGroup);
}
if (challengeCaseCase_ == ChallengeCaseOneofCase.StoryGroup) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(StoryGroup);
}
if (challengeCaseCase_ == ChallengeCaseOneofCase.BossGroup) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(BossGroup);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChallengeGroupStatistics other) {
if (other == null) {
return;
}
if (other.GroupId != 0) {
GroupId = other.GroupId;
}
if (other.GroupTotalStars != 0) {
GroupTotalStars = other.GroupTotalStars;
}
switch (other.ChallengeCaseCase) {
case ChallengeCaseOneofCase.MemoryGroup:
if (MemoryGroup == null) {
MemoryGroup = new global::EggLink.DanhengServer.Proto.MemoryGroupStatistics();
}
MemoryGroup.MergeFrom(other.MemoryGroup);
break;
case ChallengeCaseOneofCase.StoryGroup:
if (StoryGroup == null) {
StoryGroup = new global::EggLink.DanhengServer.Proto.StoryGroupStatistics();
}
StoryGroup.MergeFrom(other.StoryGroup);
break;
case ChallengeCaseOneofCase.BossGroup:
if (BossGroup == null) {
BossGroup = new global::EggLink.DanhengServer.Proto.BossGroupStatistics();
}
BossGroup.MergeFrom(other.BossGroup);
break;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(pb::CodedInputStream input) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
input.ReadRawMessage(this);
#else
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 24: {
GroupId = input.ReadUInt32();
break;
}
case 80: {
GroupTotalStars = input.ReadUInt32();
break;
}
case 1850: {
global::EggLink.DanhengServer.Proto.StoryGroupStatistics subBuilder = new global::EggLink.DanhengServer.Proto.StoryGroupStatistics();
if (challengeCaseCase_ == ChallengeCaseOneofCase.StoryGroup) {
subBuilder.MergeFrom(StoryGroup);
}
input.ReadMessage(subBuilder);
StoryGroup = subBuilder;
break;
}
case 7282: {
global::EggLink.DanhengServer.Proto.BossGroupStatistics subBuilder = new global::EggLink.DanhengServer.Proto.BossGroupStatistics();
if (challengeCaseCase_ == ChallengeCaseOneofCase.BossGroup) {
subBuilder.MergeFrom(BossGroup);
}
input.ReadMessage(subBuilder);
BossGroup = subBuilder;
break;
}
case 8498: {
global::EggLink.DanhengServer.Proto.MemoryGroupStatistics subBuilder = new global::EggLink.DanhengServer.Proto.MemoryGroupStatistics();
if (challengeCaseCase_ == ChallengeCaseOneofCase.MemoryGroup) {
subBuilder.MergeFrom(MemoryGroup);
}
input.ReadMessage(subBuilder);
MemoryGroup = subBuilder;
break;
}
}
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 24: {
GroupId = input.ReadUInt32();
break;
}
case 80: {
GroupTotalStars = input.ReadUInt32();
break;
}
case 1850: {
global::EggLink.DanhengServer.Proto.StoryGroupStatistics subBuilder = new global::EggLink.DanhengServer.Proto.StoryGroupStatistics();
if (challengeCaseCase_ == ChallengeCaseOneofCase.StoryGroup) {
subBuilder.MergeFrom(StoryGroup);
}
input.ReadMessage(subBuilder);
StoryGroup = subBuilder;
break;
}
case 7282: {
global::EggLink.DanhengServer.Proto.BossGroupStatistics subBuilder = new global::EggLink.DanhengServer.Proto.BossGroupStatistics();
if (challengeCaseCase_ == ChallengeCaseOneofCase.BossGroup) {
subBuilder.MergeFrom(BossGroup);
}
input.ReadMessage(subBuilder);
BossGroup = subBuilder;
break;
}
case 8498: {
global::EggLink.DanhengServer.Proto.MemoryGroupStatistics subBuilder = new global::EggLink.DanhengServer.Proto.MemoryGroupStatistics();
if (challengeCaseCase_ == ChallengeCaseOneofCase.MemoryGroup) {
subBuilder.MergeFrom(MemoryGroup);
}
input.ReadMessage(subBuilder);
MemoryGroup = subBuilder;
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code

View File

@@ -1,6 +1,6 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MNFMHOOAMNL.proto
// source: ChallengePeakGroupStatistics.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
@@ -11,28 +11,30 @@ using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from MNFMHOOAMNL.proto</summary>
public static partial class MNFMHOOAMNLReflection {
/// <summary>Holder for reflection information generated from ChallengePeakGroupStatistics.proto</summary>
public static partial class ChallengePeakGroupStatisticsReflection {
#region Descriptor
/// <summary>File descriptor for MNFMHOOAMNL.proto</summary>
/// <summary>File descriptor for ChallengePeakGroupStatistics.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MNFMHOOAMNLReflection() {
static ChallengePeakGroupStatisticsReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFNTkZNSE9PQU1OTC5wcm90bxoRT0tIRUtMQkZBQ0EucHJvdG8aEVBQQ0ZI",
"QVBDQ0lCLnByb3RvImUKC01ORk1IT09BTU5MEiEKC0VJQ0NBTUxLSkZIGAMg",
"AygLMgwuT0tIRUtMQkZBQ0ESIQoLRkFJREZHQkRPSkoYDSABKAsyDC5QUENG",
"SEFQQ0NJQhIQCghncm91cF9pZBgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n",
"U2VydmVyLlByb3RvYgZwcm90bzM="));
"CiJDaGFsbGVuZ2VQZWFrR3JvdXBTdGF0aXN0aWNzLnByb3RvGhlCb3NzTGV2",
"ZWxTdGF0aXN0aWNzLnByb3RvGhhQcmVMZXZlbFN0YXRpc3RpY3MucHJvdG8i",
"jwEKHENoYWxsZW5nZVBlYWtHcm91cFN0YXRpc3RpY3MSLwoScHJlX2xldmVs",
"X3N0dF9saXN0GAMgAygLMhMuUHJlTGV2ZWxTdGF0aXN0aWNzEiwKDmJvc3Nf",
"bGV2ZWxfc3R0GA0gASgLMhQuQm9zc0xldmVsU3RhdGlzdGljcxIQCghncm91",
"cF9pZBgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OKHEKLBFACAReflection.Descriptor, global::EggLink.DanhengServer.Proto.PPCFHAPCCIBReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BossLevelStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.PreLevelStatisticsReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MNFMHOOAMNL), global::EggLink.DanhengServer.Proto.MNFMHOOAMNL.Parser, new[]{ "EICCAMLKJFH", "FAIDFGBDOJJ", "GroupId" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengePeakGroupStatistics), global::EggLink.DanhengServer.Proto.ChallengePeakGroupStatistics.Parser, new[]{ "PreLevelSttList", "BossLevelStt", "GroupId" }, null, null, null, null)
}));
}
#endregion
@@ -40,21 +42,21 @@ namespace EggLink.DanhengServer.Proto {
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MNFMHOOAMNL : pb::IMessage<MNFMHOOAMNL>
public sealed partial class ChallengePeakGroupStatistics : pb::IMessage<ChallengePeakGroupStatistics>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MNFMHOOAMNL> _parser = new pb::MessageParser<MNFMHOOAMNL>(() => new MNFMHOOAMNL());
private static readonly pb::MessageParser<ChallengePeakGroupStatistics> _parser = new pb::MessageParser<ChallengePeakGroupStatistics>(() => new ChallengePeakGroupStatistics());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MNFMHOOAMNL> Parser { get { return _parser; } }
public static pb::MessageParser<ChallengePeakGroupStatistics> 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.MNFMHOOAMNLReflection.Descriptor.MessageTypes[0]; }
get { return global::EggLink.DanhengServer.Proto.ChallengePeakGroupStatisticsReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -65,7 +67,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MNFMHOOAMNL() {
public ChallengePeakGroupStatistics() {
OnConstruction();
}
@@ -73,39 +75,39 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MNFMHOOAMNL(MNFMHOOAMNL other) : this() {
eICCAMLKJFH_ = other.eICCAMLKJFH_.Clone();
fAIDFGBDOJJ_ = other.fAIDFGBDOJJ_ != null ? other.fAIDFGBDOJJ_.Clone() : null;
public ChallengePeakGroupStatistics(ChallengePeakGroupStatistics other) : this() {
preLevelSttList_ = other.preLevelSttList_.Clone();
bossLevelStt_ = other.bossLevelStt_ != null ? other.bossLevelStt_.Clone() : null;
groupId_ = other.groupId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MNFMHOOAMNL Clone() {
return new MNFMHOOAMNL(this);
public ChallengePeakGroupStatistics Clone() {
return new ChallengePeakGroupStatistics(this);
}
/// <summary>Field number for the "EICCAMLKJFH" field.</summary>
public const int EICCAMLKJFHFieldNumber = 3;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.OKHEKLBFACA> _repeated_eICCAMLKJFH_codec
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.OKHEKLBFACA.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OKHEKLBFACA> eICCAMLKJFH_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OKHEKLBFACA>();
/// <summary>Field number for the "pre_level_stt_list" field.</summary>
public const int PreLevelSttListFieldNumber = 3;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.PreLevelStatistics> _repeated_preLevelSttList_codec
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.PreLevelStatistics.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PreLevelStatistics> preLevelSttList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PreLevelStatistics>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OKHEKLBFACA> EICCAMLKJFH {
get { return eICCAMLKJFH_; }
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PreLevelStatistics> PreLevelSttList {
get { return preLevelSttList_; }
}
/// <summary>Field number for the "FAIDFGBDOJJ" field.</summary>
public const int FAIDFGBDOJJFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.PPCFHAPCCIB fAIDFGBDOJJ_;
/// <summary>Field number for the "boss_level_stt" field.</summary>
public const int BossLevelSttFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.BossLevelStatistics bossLevelStt_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PPCFHAPCCIB FAIDFGBDOJJ {
get { return fAIDFGBDOJJ_; }
public global::EggLink.DanhengServer.Proto.BossLevelStatistics BossLevelStt {
get { return bossLevelStt_; }
set {
fAIDFGBDOJJ_ = value;
bossLevelStt_ = value;
}
}
@@ -124,20 +126,20 @@ 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 MNFMHOOAMNL);
return Equals(other as ChallengePeakGroupStatistics);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MNFMHOOAMNL other) {
public bool Equals(ChallengePeakGroupStatistics other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!eICCAMLKJFH_.Equals(other.eICCAMLKJFH_)) return false;
if (!object.Equals(FAIDFGBDOJJ, other.FAIDFGBDOJJ)) return false;
if(!preLevelSttList_.Equals(other.preLevelSttList_)) return false;
if (!object.Equals(BossLevelStt, other.BossLevelStt)) return false;
if (GroupId != other.GroupId) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -146,8 +148,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
hash ^= eICCAMLKJFH_.GetHashCode();
if (fAIDFGBDOJJ_ != null) hash ^= FAIDFGBDOJJ.GetHashCode();
hash ^= preLevelSttList_.GetHashCode();
if (bossLevelStt_ != null) hash ^= BossLevelStt.GetHashCode();
if (GroupId != 0) hash ^= GroupId.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
@@ -171,10 +173,10 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(16);
output.WriteUInt32(GroupId);
}
eICCAMLKJFH_.WriteTo(output, _repeated_eICCAMLKJFH_codec);
if (fAIDFGBDOJJ_ != null) {
preLevelSttList_.WriteTo(output, _repeated_preLevelSttList_codec);
if (bossLevelStt_ != null) {
output.WriteRawTag(106);
output.WriteMessage(FAIDFGBDOJJ);
output.WriteMessage(BossLevelStt);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
@@ -190,10 +192,10 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(16);
output.WriteUInt32(GroupId);
}
eICCAMLKJFH_.WriteTo(ref output, _repeated_eICCAMLKJFH_codec);
if (fAIDFGBDOJJ_ != null) {
preLevelSttList_.WriteTo(ref output, _repeated_preLevelSttList_codec);
if (bossLevelStt_ != null) {
output.WriteRawTag(106);
output.WriteMessage(FAIDFGBDOJJ);
output.WriteMessage(BossLevelStt);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
@@ -205,9 +207,9 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
size += eICCAMLKJFH_.CalculateSize(_repeated_eICCAMLKJFH_codec);
if (fAIDFGBDOJJ_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FAIDFGBDOJJ);
size += preLevelSttList_.CalculateSize(_repeated_preLevelSttList_codec);
if (bossLevelStt_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BossLevelStt);
}
if (GroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId);
@@ -220,16 +222,16 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MNFMHOOAMNL other) {
public void MergeFrom(ChallengePeakGroupStatistics other) {
if (other == null) {
return;
}
eICCAMLKJFH_.Add(other.eICCAMLKJFH_);
if (other.fAIDFGBDOJJ_ != null) {
if (fAIDFGBDOJJ_ == null) {
FAIDFGBDOJJ = new global::EggLink.DanhengServer.Proto.PPCFHAPCCIB();
preLevelSttList_.Add(other.preLevelSttList_);
if (other.bossLevelStt_ != null) {
if (bossLevelStt_ == null) {
BossLevelStt = new global::EggLink.DanhengServer.Proto.BossLevelStatistics();
}
FAIDFGBDOJJ.MergeFrom(other.FAIDFGBDOJJ);
BossLevelStt.MergeFrom(other.BossLevelStt);
}
if (other.GroupId != 0) {
GroupId = other.GroupId;
@@ -254,14 +256,14 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 26: {
eICCAMLKJFH_.AddEntriesFrom(input, _repeated_eICCAMLKJFH_codec);
preLevelSttList_.AddEntriesFrom(input, _repeated_preLevelSttList_codec);
break;
}
case 106: {
if (fAIDFGBDOJJ_ == null) {
FAIDFGBDOJJ = new global::EggLink.DanhengServer.Proto.PPCFHAPCCIB();
if (bossLevelStt_ == null) {
BossLevelStt = new global::EggLink.DanhengServer.Proto.BossLevelStatistics();
}
input.ReadMessage(FAIDFGBDOJJ);
input.ReadMessage(BossLevelStt);
break;
}
}
@@ -284,14 +286,14 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 26: {
eICCAMLKJFH_.AddEntriesFrom(ref input, _repeated_eICCAMLKJFH_codec);
preLevelSttList_.AddEntriesFrom(ref input, _repeated_preLevelSttList_codec);
break;
}
case 106: {
if (fAIDFGBDOJJ_ == null) {
FAIDFGBDOJJ = new global::EggLink.DanhengServer.Proto.PPCFHAPCCIB();
if (bossLevelStt_ == null) {
BossLevelStt = new global::EggLink.DanhengServer.Proto.BossLevelStatistics();
}
input.ReadMessage(FAIDFGBDOJJ);
input.ReadMessage(BossLevelStt);
break;
}
}

View File

@@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxDaGFsbGVuZ2VQZWFrTGV2ZWxJbmZvLnByb3RvGhlDaGFsbGVuZ2VQZWFr",
"QXZhdGFyLnByb3RvGhFER0ZGTk9QRkxORS5wcm90bxocQ2hhbGxlbmdlUGVh",
"a0Jvc3NMZXZlbC5wcm90bxobQ2hhbGxlbmdlUGVha1ByZUxldmVsLnByb3Rv",
"QXZhdGFyLnByb3RvGhtDaGFsbGVuZ2VQZWFrUHJlTGV2ZWwucHJvdG8aHENo",
"YWxsZW5nZVBlYWtCb3NzTGV2ZWwucHJvdG8aEURHRkZOT1BGTE5FLnByb3Rv",
"IuwCChZDaGFsbGVuZ2VQZWFrTGV2ZWxJbmZvEhgKEGZpbmlzaGVkX3ByZV9u",
"dW0YAiABKA0SMAoPcGVha19ib3NzX2xldmVsGAogASgLMhcuQ2hhbGxlbmdl",
"UGVha0Jvc3NMZXZlbBIVCg1wZWFrX2dyb3VwX2lkGAMgASgNEjMKFXBlYWtf",
@@ -38,7 +38,7 @@ namespace EggLink.DanhengServer.Proto {
"Tk9QRkxORUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengePeakAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.DGFFNOPFLNEReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengePeakBossLevelReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengePeakPreLevelReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengePeakAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengePeakPreLevelReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengePeakBossLevelReflection.Descriptor, global::EggLink.DanhengServer.Proto.DGFFNOPFLNEReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengePeakLevelInfo), global::EggLink.DanhengServer.Proto.ChallengePeakLevelInfo.Parser, new[]{ "FinishedPreNum", "PeakBossLevel", "PeakGroupId", "PeakAvatarInfoList", "IsEasy", "OELEEFGAONP", "AllowChangeBossMode", "PeakPreLevelInfoList", "PreLevelStars", "APGEFOFMKBG" }, null, null, null, null)
}));

View File

@@ -25,16 +25,16 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtDaGFsbGVuZ2VQZWFrUHJlTGV2ZWwucHJvdG8aGUNoYWxsZW5nZVBlYWtB",
"dmF0YXIucHJvdG8izwEKFUNoYWxsZW5nZVBlYWtQcmVMZXZlbBIzChVwZWFr",
"dmF0YXIucHJvdG8i0AEKFUNoYWxsZW5nZVBlYWtQcmVMZXZlbBIzChVwZWFr",
"X2F2YXRhcl9pbmZvX2xpc3QYAyADKAsyFC5DaGFsbGVuZ2VQZWFrQXZhdGFy",
"EhUKDXBlYWtfbGV2ZWxfaWQYByABKA0SIQoZcGVha19sZXZlbF9hdmF0YXJf",
"aWRfbGlzdBgNIAMoDRITCgtpc19maW5pc2hlZBgPIAEoCBIYChBwZWFrX3Rh",
"cmdldF9saXN0GA4gAygNEhgKEHBlYWtfcm91bmRfY291bnQYCCABKA1CHqoC",
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
"cmdldF9saXN0GA4gAygNEhkKEXBlYWtfcm91bmRzX2NvdW50GAggASgNQh6q",
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengePeakAvatarReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengePeakPreLevel), global::EggLink.DanhengServer.Proto.ChallengePeakPreLevel.Parser, new[]{ "PeakAvatarInfoList", "PeakLevelId", "PeakLevelAvatarIdList", "IsFinished", "PeakTargetList", "PeakRoundCount" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengePeakPreLevel), global::EggLink.DanhengServer.Proto.ChallengePeakPreLevel.Parser, new[]{ "PeakAvatarInfoList", "PeakLevelId", "PeakLevelAvatarIdList", "IsFinished", "PeakTargetList", "PeakRoundsCount" }, null, null, null, null)
}));
}
#endregion
@@ -81,7 +81,7 @@ namespace EggLink.DanhengServer.Proto {
peakLevelAvatarIdList_ = other.peakLevelAvatarIdList_.Clone();
isFinished_ = other.isFinished_;
peakTargetList_ = other.peakTargetList_.Clone();
peakRoundCount_ = other.peakRoundCount_;
peakRoundsCount_ = other.peakRoundsCount_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -148,15 +148,15 @@ namespace EggLink.DanhengServer.Proto {
get { return peakTargetList_; }
}
/// <summary>Field number for the "peak_round_count" field.</summary>
public const int PeakRoundCountFieldNumber = 8;
private uint peakRoundCount_;
/// <summary>Field number for the "peak_rounds_count" field.</summary>
public const int PeakRoundsCountFieldNumber = 8;
private uint peakRoundsCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PeakRoundCount {
get { return peakRoundCount_; }
public uint PeakRoundsCount {
get { return peakRoundsCount_; }
set {
peakRoundCount_ = value;
peakRoundsCount_ = value;
}
}
@@ -180,7 +180,7 @@ namespace EggLink.DanhengServer.Proto {
if(!peakLevelAvatarIdList_.Equals(other.peakLevelAvatarIdList_)) return false;
if (IsFinished != other.IsFinished) return false;
if(!peakTargetList_.Equals(other.peakTargetList_)) return false;
if (PeakRoundCount != other.PeakRoundCount) return false;
if (PeakRoundsCount != other.PeakRoundsCount) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -193,7 +193,7 @@ namespace EggLink.DanhengServer.Proto {
hash ^= peakLevelAvatarIdList_.GetHashCode();
if (IsFinished != false) hash ^= IsFinished.GetHashCode();
hash ^= peakTargetList_.GetHashCode();
if (PeakRoundCount != 0) hash ^= PeakRoundCount.GetHashCode();
if (PeakRoundsCount != 0) hash ^= PeakRoundsCount.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -217,9 +217,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(56);
output.WriteUInt32(PeakLevelId);
}
if (PeakRoundCount != 0) {
if (PeakRoundsCount != 0) {
output.WriteRawTag(64);
output.WriteUInt32(PeakRoundCount);
output.WriteUInt32(PeakRoundsCount);
}
peakLevelAvatarIdList_.WriteTo(output, _repeated_peakLevelAvatarIdList_codec);
peakTargetList_.WriteTo(output, _repeated_peakTargetList_codec);
@@ -242,9 +242,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(56);
output.WriteUInt32(PeakLevelId);
}
if (PeakRoundCount != 0) {
if (PeakRoundsCount != 0) {
output.WriteRawTag(64);
output.WriteUInt32(PeakRoundCount);
output.WriteUInt32(PeakRoundsCount);
}
peakLevelAvatarIdList_.WriteTo(ref output, _repeated_peakLevelAvatarIdList_codec);
peakTargetList_.WriteTo(ref output, _repeated_peakTargetList_codec);
@@ -271,8 +271,8 @@ namespace EggLink.DanhengServer.Proto {
size += 1 + 1;
}
size += peakTargetList_.CalculateSize(_repeated_peakTargetList_codec);
if (PeakRoundCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakRoundCount);
if (PeakRoundsCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakRoundsCount);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -295,8 +295,8 @@ namespace EggLink.DanhengServer.Proto {
IsFinished = other.IsFinished;
}
peakTargetList_.Add(other.peakTargetList_);
if (other.PeakRoundCount != 0) {
PeakRoundCount = other.PeakRoundCount;
if (other.PeakRoundsCount != 0) {
PeakRoundsCount = other.PeakRoundsCount;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -322,7 +322,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 64: {
PeakRoundCount = input.ReadUInt32();
PeakRoundsCount = input.ReadUInt32();
break;
}
case 106:
@@ -363,7 +363,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 64: {
PeakRoundCount = input.ReadUInt32();
PeakRoundsCount = input.ReadUInt32();
break;
}
case 106:

View File

@@ -25,19 +25,19 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiFDaGFsbGVuZ2VQZWFrU2V0dGxlU2NOb3RpZnkucHJvdG8aHUNoYWxsZW5n",
"ZVBlYWtSZXdhcmRJbmZvLnByb3RvIrUCChtDaGFsbGVuZ2VQZWFrU2V0dGxl",
"ZVBlYWtSZXdhcmRJbmZvLnByb3RvIrYCChtDaGFsbGVuZ2VQZWFrU2V0dGxl",
"U2NOb3RpZnkSEwoLSE5BRklBTklKQUgYCCABKAgSFQoNcGVha19sZXZlbF9p",
"ZBgCIAEoDRIYChBpc19zY29yZV9jaGFuZ2VkGAcgASgIEjIKEHBlYWtfcmV3",
"YXJkX2xpc3QYDiADKAsyGC5DaGFsbGVuZ2VQZWFrUmV3YXJkSW5mbxIYChBw",
"ZWFrX3JvdW5kX2NvdW50GAYgASgNEg4KBmlzX3dpbhgBIAEoCBITCgtIT0VI",
"SU9CSUlFShgLIAEoDRIZChFpc191bHRyYV9ib3NzX3dpbhgNIAEoCBITCgtB",
"QlBEQUtOQ05GTRgDIAEoCBIYChBwZWFrX3RhcmdldF9saXN0GAkgAygNEhMK",
"C0JLRkxPT0dQRVBHGAQgASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
"UHJvdG9iBnByb3RvMw=="));
"YXJkX2xpc3QYDiADKAsyGC5DaGFsbGVuZ2VQZWFrUmV3YXJkSW5mbxIZChFw",
"ZWFrX3JvdW5kc19jb3VudBgGIAEoDRIOCgZpc193aW4YASABKAgSEwoLSE9F",
"SElPQklJRUoYCyABKA0SGQoRaXNfdWx0cmFfYm9zc193aW4YDSABKAgSEwoL",
"QUJQREFLTkNORk0YAyABKAgSGAoQcGVha190YXJnZXRfbGlzdBgJIAMoDRIT",
"CgtCS0ZMT09HUEVQRxgEIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengePeakRewardInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengePeakSettleScNotify), global::EggLink.DanhengServer.Proto.ChallengePeakSettleScNotify.Parser, new[]{ "HNAFIANIJAH", "PeakLevelId", "IsScoreChanged", "PeakRewardList", "PeakRoundCount", "IsWin", "HOEHIOBIIEJ", "IsUltraBossWin", "ABPDAKNCNFM", "PeakTargetList", "BKFLOOGPEPG" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengePeakSettleScNotify), global::EggLink.DanhengServer.Proto.ChallengePeakSettleScNotify.Parser, new[]{ "HNAFIANIJAH", "PeakLevelId", "IsScoreChanged", "PeakRewardList", "PeakRoundsCount", "IsWin", "HOEHIOBIIEJ", "IsUltraBossWin", "ABPDAKNCNFM", "PeakTargetList", "BKFLOOGPEPG" }, null, null, null, null)
}));
}
#endregion
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
peakLevelId_ = other.peakLevelId_;
isScoreChanged_ = other.isScoreChanged_;
peakRewardList_ = other.peakRewardList_.Clone();
peakRoundCount_ = other.peakRoundCount_;
peakRoundsCount_ = other.peakRoundsCount_;
isWin_ = other.isWin_;
hOEHIOBIIEJ_ = other.hOEHIOBIIEJ_;
isUltraBossWin_ = other.isUltraBossWin_;
@@ -146,15 +146,15 @@ namespace EggLink.DanhengServer.Proto {
get { return peakRewardList_; }
}
/// <summary>Field number for the "peak_round_count" field.</summary>
public const int PeakRoundCountFieldNumber = 6;
private uint peakRoundCount_;
/// <summary>Field number for the "peak_rounds_count" field.</summary>
public const int PeakRoundsCountFieldNumber = 6;
private uint peakRoundsCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PeakRoundCount {
get { return peakRoundCount_; }
public uint PeakRoundsCount {
get { return peakRoundsCount_; }
set {
peakRoundCount_ = value;
peakRoundsCount_ = value;
}
}
@@ -248,7 +248,7 @@ namespace EggLink.DanhengServer.Proto {
if (PeakLevelId != other.PeakLevelId) return false;
if (IsScoreChanged != other.IsScoreChanged) return false;
if(!peakRewardList_.Equals(other.peakRewardList_)) return false;
if (PeakRoundCount != other.PeakRoundCount) return false;
if (PeakRoundsCount != other.PeakRoundsCount) return false;
if (IsWin != other.IsWin) return false;
if (HOEHIOBIIEJ != other.HOEHIOBIIEJ) return false;
if (IsUltraBossWin != other.IsUltraBossWin) return false;
@@ -266,7 +266,7 @@ namespace EggLink.DanhengServer.Proto {
if (PeakLevelId != 0) hash ^= PeakLevelId.GetHashCode();
if (IsScoreChanged != false) hash ^= IsScoreChanged.GetHashCode();
hash ^= peakRewardList_.GetHashCode();
if (PeakRoundCount != 0) hash ^= PeakRoundCount.GetHashCode();
if (PeakRoundsCount != 0) hash ^= PeakRoundsCount.GetHashCode();
if (IsWin != false) hash ^= IsWin.GetHashCode();
if (HOEHIOBIIEJ != 0) hash ^= HOEHIOBIIEJ.GetHashCode();
if (IsUltraBossWin != false) hash ^= IsUltraBossWin.GetHashCode();
@@ -307,9 +307,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(32);
output.WriteBool(BKFLOOGPEPG);
}
if (PeakRoundCount != 0) {
if (PeakRoundsCount != 0) {
output.WriteRawTag(48);
output.WriteUInt32(PeakRoundCount);
output.WriteUInt32(PeakRoundsCount);
}
if (IsScoreChanged != false) {
output.WriteRawTag(56);
@@ -355,9 +355,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(32);
output.WriteBool(BKFLOOGPEPG);
}
if (PeakRoundCount != 0) {
if (PeakRoundsCount != 0) {
output.WriteRawTag(48);
output.WriteUInt32(PeakRoundCount);
output.WriteUInt32(PeakRoundsCount);
}
if (IsScoreChanged != false) {
output.WriteRawTag(56);
@@ -397,8 +397,8 @@ namespace EggLink.DanhengServer.Proto {
size += 1 + 1;
}
size += peakRewardList_.CalculateSize(_repeated_peakRewardList_codec);
if (PeakRoundCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakRoundCount);
if (PeakRoundsCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakRoundsCount);
}
if (IsWin != false) {
size += 1 + 1;
@@ -438,8 +438,8 @@ namespace EggLink.DanhengServer.Proto {
IsScoreChanged = other.IsScoreChanged;
}
peakRewardList_.Add(other.peakRewardList_);
if (other.PeakRoundCount != 0) {
PeakRoundCount = other.PeakRoundCount;
if (other.PeakRoundsCount != 0) {
PeakRoundsCount = other.PeakRoundsCount;
}
if (other.IsWin != false) {
IsWin = other.IsWin;
@@ -489,7 +489,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 48: {
PeakRoundCount = input.ReadUInt32();
PeakRoundsCount = input.ReadUInt32();
break;
}
case 56: {
@@ -549,7 +549,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 48: {
PeakRoundCount = input.ReadUInt32();
PeakRoundsCount = input.ReadUInt32();
break;
}
case 56: {

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static ChallengeSettleNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtDaGFsbGVuZ2VTZXR0bGVOb3RpZnkucHJvdG8aEkN1ckNoYWxsZW5nZS5w",
"cm90bxoOSXRlbUxpc3QucHJvdG8aEUNDTEdMUEFCR0hELnByb3RvIoUCChVD",
"ChtDaGFsbGVuZ2VTZXR0bGVOb3RpZnkucHJvdG8aDkl0ZW1MaXN0LnByb3Rv",
"GhFDQ0xHTFBBQkdIRC5wcm90bxoSQ3VyQ2hhbGxlbmdlLnByb3RvIoUCChVD",
"aGFsbGVuZ2VTZXR0bGVOb3RpZnkSFwoPY2hhbGxlbmdlX3Njb3JlGAggASgN",
"EhQKDGNoYWxsZW5nZV9pZBgKIAEoDRIOCgZpc193aW4YCSABKAgSEwoLSEFI",
"QUVJRk1MQk0YBiADKA0SEQoJc2NvcmVfdHdvGAsgASgNEhMKC0xQTEpNS1BC",
@@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto {
"dXJfY2hhbGxlbmdlGAcgASgLMg0uQ3VyQ2hhbGxlbmdlQh6qAhtFZ2dMaW5r",
"LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CurChallengeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.CCLGLPABGHDReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.CCLGLPABGHDReflection.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[]{ "ChallengeScore", "ChallengeId", "IsWin", "HAHAEIFMLBM", "ScoreTwo", "LPLJMKPBLIF", "CCOAJGDEPJA", "Star", "Reward", "CurChallenge" }, null, null, null, null)
}));

View File

@@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto {
static ChapterReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Cg1DaGFwdGVyLnByb3RvGhJDaGFwdGVyQnJpZWYucHJvdG8aDldheXBvaW50",
"Cg1DaGFwdGVyLnByb3RvGg5XYXlwb2ludC5wcm90bxoSQ2hhcHRlckJyaWVm",
"LnByb3RvIk0KB0NoYXB0ZXISIgoLR09LSEpMTVBORkYYCSABKAsyDS5DaGFw",
"dGVyQnJpZWYSHgoLS09OQkZKUElOSE4YBSADKAsyCS5XYXlwb2ludEIeqgIb",
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChapterBriefReflection.Descriptor, global::EggLink.DanhengServer.Proto.WaypointReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.WaypointReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChapterBriefReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.Chapter), global::EggLink.DanhengServer.Proto.Chapter.Parser, new[]{ "GOKHJLMPNFF", "KONBFJPINHN" }, null, null, null, null)
}));

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueAeonInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhDaGVzc1JvZ3VlQWVvbkluZm8ucHJvdG8aEUVFTkRIUEtQRkxQLnByb3Rv",
"Gh1DaGVzc1JvZ3VlUXVlcnlBZW9uSW5mby5wcm90byKrAQoSQ2hlc3NSb2d1",
"ChhDaGVzc1JvZ3VlQWVvbkluZm8ucHJvdG8aHUNoZXNzUm9ndWVRdWVyeUFl",
"b25JbmZvLnByb3RvGhFFRU5ESFBLUEZMUC5wcm90byKrAQoSQ2hlc3NSb2d1",
"ZUFlb25JbmZvEhMKC0lDSkFCUEdNQUNKGAggASgFEhQKDGdhbWVfYWVvbl9p",
"ZBgOIAEoDRIhCgtCT0hETUlORUpOTxgDIAEoCzIMLkVFTkRIUEtQRkxQEhQK",
"DGFlb25faWRfbGlzdBgNIAMoDRIxCg9jaGVzc19hZW9uX2luZm8YByABKAsy",
"GC5DaGVzc1JvZ3VlUXVlcnlBZW9uSW5mb0IeqgIbRWdnTGluay5EYW5oZW5n",
"U2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EENDHPKPFLPReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EENDHPKPFLPReflection.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[]{ "ICJABPGMACJ", "GameAeonId", "BOHDMINEJNO", "AeonIdList", "ChessAeonInfo" }, null, null, null, null)
}));

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueAreaInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhDaGVzc1JvZ3VlQXJlYUluZm8ucHJvdG8aH0NoZXNzUm9ndWVIaXN0b3J5",
"Q2VsbEluZm8ucHJvdG8aEUtLQ0tHRU9KRktFLnByb3RvGg5DZWxsSW5mby5w",
"ChhDaGVzc1JvZ3VlQXJlYUluZm8ucHJvdG8aEUtLQ0tHRU9KRktFLnByb3Rv",
"Gg5DZWxsSW5mby5wcm90bxofQ2hlc3NSb2d1ZUhpc3RvcnlDZWxsSW5mby5w",
"cm90bxofQ2hlc3NSb2d1ZUJvYXJkQ2VsbFN0YXR1cy5wcm90byL9AQoSQ2hl",
"c3NSb2d1ZUFyZWFJbmZvEiEKGWFsbG93X3NlbGVjdF9jZWxsX2lkX2xpc3QY",
"DSADKA0SDgoGY3VyX2lkGAEgASgNEhcKBGNlbGwYByABKAsyCS5DZWxsSW5m",
@@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto {
"SEpHGA4gASgLMgwuS0tDS0dFT0pGS0VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"cnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueHistoryCellInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KKCKGEOJFKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KKCKGEOJFKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueHistoryCellInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.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", "CurId", "Cell", "CurBoardId", "LayerStatus", "HistoryCell", "CFEKAOLKHJG" }, null, null, null, null)
}));

View File

@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueCellReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRDaGVzc1JvZ3VlQ2VsbC5wcm90bxoVQ2VsbEFkdmFuY2VJbmZvLnByb3Rv",
"Gh9DaGVzc1JvZ3VlQ2VsbFNwZWNpYWxUeXBlLnByb3RvGh9DaGVzc1JvZ3Vl",
"Qm9hcmRDZWxsU3RhdHVzLnByb3RvIqACCg5DaGVzc1JvZ3VlQ2VsbBIPCgdy",
"ChRDaGVzc1JvZ3VlQ2VsbC5wcm90bxofQ2hlc3NSb2d1ZUJvYXJkQ2VsbFN0",
"YXR1cy5wcm90bxoVQ2VsbEFkdmFuY2VJbmZvLnByb3RvGh9DaGVzc1JvZ3Vl",
"Q2VsbFNwZWNpYWxUeXBlLnByb3RvIqACCg5DaGVzc1JvZ3VlQ2VsbBIPCgdy",
"b29tX2lkGAIgASgNEg0KBXBvc195GAggASgNEhMKC2lzX3VubG9ja2VkGAYg",
"ASgIEg4KBnVubG9jaxgNIAEoCBINCgVwb3NfeBgHIAEoDRIkCgpzdGFnZV9p",
"bmZvGAogASgLMhAuQ2VsbEFkdmFuY2VJbmZvEhIKCmJsb2NrX3R5cGUYDiAB",
@@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto {
"aWFsX3R5cGUYBCABKA4yGi5DaGVzc1JvZ3VlQ2VsbFNwZWNpYWxUeXBlQh6q",
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellAdvanceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellAdvanceInfoReflection.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[]{ "RoomId", "PosY", "IsUnlocked", "Unlock", "PosX", "StageInfo", "BlockType", "Id", "CellStatus", "MarkType", "SpecialType" }, null, null, null, null)
}));

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueCellUpdateNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiBDaGVzc1JvZ3VlQ2VsbFVwZGF0ZU5vdGlmeS5wcm90bxogQ2hlc3NSb2d1",
"ZUNlbGxVcGRhdGVSZWFzb24ucHJvdG8aFENoZXNzUm9ndWVDZWxsLnByb3Rv",
"CiBDaGVzc1JvZ3VlQ2VsbFVwZGF0ZU5vdGlmeS5wcm90bxoUQ2hlc3NSb2d1",
"ZUNlbGwucHJvdG8aIENoZXNzUm9ndWVDZWxsVXBkYXRlUmVhc29uLnByb3Rv",
"Gh1Sb2d1ZU1vZGlmaWVyU291cmNlVHlwZS5wcm90byKyAQoaQ2hlc3NSb2d1",
"ZUNlbGxVcGRhdGVOb3RpZnkSMQoPbW9kaWZpZXJfc291cmNlGAogASgOMhgu",
"Um9ndWVNb2RpZmllclNvdXJjZVR5cGUSIgoJY2VsbF9saXN0GAQgAygLMg8u",
@@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto {
"bGxVcGRhdGVSZWFzb24SEAoIYm9hcmRfaWQYByABKA1CHqoCG0VnZ0xpbmsu",
"RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCellUpdateReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCellReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierSourceTypeReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCellReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCellUpdateReasonReflection.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[]{ "ModifierSource", "CellList", "Reason", "BoardId" }, null, null, null, null)
}));

View File

@@ -26,8 +26,8 @@ namespace EggLink.DanhengServer.Proto {
string.Concat(
"ChhDaGVzc1JvZ3VlRGljZUluZm8ucHJvdG8aGENoZXNzUm9ndWVEaWNlVHlw",
"ZS5wcm90bxoUQ2hlc3NSb2d1ZURpY2UucHJvdG8aEUVFTkRIUEtQRkxQLnBy",
"b3RvGhNSb2d1ZU1vZGlmaWVyLnByb3RvGhpDaGVzc1JvZ3VlRGljZVN0YXR1",
"cy5wcm90byLuAwoSQ2hlc3NSb2d1ZURpY2VJbmZvEhsKE2N1cl9zdXJmYWNl",
"b3RvGhpDaGVzc1JvZ3VlRGljZVN0YXR1cy5wcm90bxoTUm9ndWVNb2RpZmll",
"ci5wcm90byLuAwoSQ2hlc3NSb2d1ZURpY2VJbmZvEhsKE2N1cl9zdXJmYWNl",
"X3Nsb3RfaWQYCSABKA0SFAoMcmVyb2xsX3RpbWVzGAYgASgNEhsKE2dhbWVf",
"ZGljZV9icmFuY2hfaWQYAyABKA0SFAoLTkdERURMS05HRkcYzgUgAygNEhYK",
"DmdhbWVfYnJhbmNoX2lkGAQgASgNEhMKC0pGSVBJSUZQTU1CGE0gASgFEioK",
@@ -41,7 +41,7 @@ namespace EggLink.DanhengServer.Proto {
"ZURpY2VUeXBlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"b3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueDiceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, global::EggLink.DanhengServer.Proto.EENDHPKPFLPReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceStatusReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueDiceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, global::EggLink.DanhengServer.Proto.EENDHPKPFLPReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierReflection.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[]{ "CurSurfaceSlotId", "RerollTimes", "GameDiceBranchId", "NGDEDLKNGFG", "GameBranchId", "JFIPIIFPMMB", "DiceStatus", "PAGPBLAFNEH", "DisplayId", "CurSurfaceId", "FNEIDJIMJPH", "CheatTimes", "Dice", "CanRerollDice", "EDPHLDEGJLM", "RogueModifider", "DiceType" }, null, null, null, null)
}));

View File

@@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueEnterNextLayerScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiNDaGVzc1JvZ3VlRW50ZXJOZXh0TGF5ZXJTY1JzcC5wcm90bxolQ2hlc3NS",
"b2d1ZUxheWVySW5pdGlhbEV2ZW50SW5mby5wcm90bxoYQ2hlc3NSb2d1ZUdh",
"bWVJbmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5wcm90byK/AQodQ2hlc3NS",
"CiNDaGVzc1JvZ3VlRW50ZXJOZXh0TGF5ZXJTY1JzcC5wcm90bxoYQ2hlc3NS",
"b2d1ZUdhbWVJbmZvLnByb3RvGiVDaGVzc1JvZ3VlTGF5ZXJJbml0aWFsRXZl",
"bnRJbmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5wcm90byK/AQodQ2hlc3NS",
"b2d1ZUVudGVyTmV4dExheWVyU2NSc3ASOgoQYm9hcmRfZXZlbnRfaW5mbxgK",
"IAEoCzIgLkNoZXNzUm9ndWVMYXllckluaXRpYWxFdmVudEluZm8SIwoKc3Rh",
"Z2VfaW5mbxgOIAEoCzIPLkNoZXNzUm9ndWVJbmZvEg8KB3JldGNvZGUYAyAB",
"KA0SLAoPcm9ndWVfZ2FtZV9pbmZvGAUgASgLMhMuQ2hlc3NSb2d1ZUdhbWVJ",
"bmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.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[]{ "BoardEventInfo", "StageInfo", "Retcode", "RogueGameInfo" }, null, null, null, null)
}));

View File

@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueFinishInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpDaGVzc1JvZ3VlRmluaXNoSW5mby5wcm90bxoOSXRlbUxpc3QucHJvdG8a",
"F0NoZXNzUm9ndWVNaXJhY2xlLnByb3RvGhBMaW5ldXBJbmZvLnByb3RvGhRD",
"aGVzc1JvZ3VlQnVmZi5wcm90bxoRSU1OUEVBSkFKSk8ucHJvdG8aGkNoZXNz",
"Um9ndWVRdWl0UmVhc29uLnByb3RvIqgEChRDaGVzc1JvZ3VlRmluaXNoSW5m",
"ChpDaGVzc1JvZ3VlRmluaXNoSW5mby5wcm90bxoRSU1OUEVBSkFKSk8ucHJv",
"dG8aF0NoZXNzUm9ndWVNaXJhY2xlLnByb3RvGhpDaGVzc1JvZ3VlUXVpdFJl",
"YXNvbi5wcm90bxoOSXRlbUxpc3QucHJvdG8aFENoZXNzUm9ndWVCdWZmLnBy",
"b3RvGhBMaW5ldXBJbmZvLnByb3RvIqgEChRDaGVzc1JvZ3VlRmluaXNoSW5m",
"bxITCgtETUJETkFJQ1BGQhgFIAEoDRIhChljaGVzc19yb2d1ZV9tYWluX3N0",
"b3J5X2lkGAYgASgNEiEKDHJvZ3VlX2xpbmV1cBgEIAEoCzILLkxpbmV1cElu",
"Zm8SFAoLQUJFSEtDSkhDRUgY6wEgASgNEhMKC0lQT0pNTUdPT1BKGA4gASgN",
@@ -42,7 +42,7 @@ namespace EggLink.DanhengServer.Proto {
"Q0RJQUFES0QYByABKA0SFAoLRUdQQ0lCSklBSkQYygMgASgNQh6qAhtFZ2dM",
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMNPEAJAJJOReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQuitReasonReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IMNPEAJAJJOReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQuitReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.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[]{ "DMBDNAICPFB", "ChessRogueMainStoryId", "RogueLineup", "ABEHKCJHCEH", "IPOJMMGOOPJ", "RogueBuffInfo", "OPAKJJMAGPH", "QuitReason", "DifficultyLevel", "GameMiracleInfo", "BGPECKFDELD", "OJGGMOOPGIL", "BLBBOKOGFDA", "IsFinish", "RogueSubMode", "OPOIMHHAFJO", "ScoreId", "PLBCDIAADKD", "EGPCIBJIAJD" }, null, null, null, null)
}));

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueGameInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8aFlJvZ3VlVmlydHVhbEl0ZW0u",
"cHJvdG8aG0NoZXNzUm9ndWVNaXJhY2xlSW5mby5wcm90bxolQ2hlc3NSb2d1",
"ZUN1cnJlbnREaWZmaWN1bHR5SW5mby5wcm90bxoYQ2hlc3NSb2d1ZUFlb25J",
"bmZvLnByb3RvGhNSb2d1ZUdhbWVJbmZvLnByb3RvGhhDaGVzc1JvZ3VlRGlj",
"ZUluZm8ucHJvdG8aGENoZXNzUm9ndWVCdWZmSW5mby5wcm90bxoaQ2hlc3NS",
"b2d1ZUxpbmV1cEluZm8ucHJvdG8aGUNoZXNzUm9ndWVMZXZlbEluZm8ucHJv",
"dG8aEUlNTlBFQUpBSkpPLnByb3RvGhFIS01MQUxCRFBHTy5wcm90bxoeUm9n",
"dWVDb21tb25QZW5kaW5nQWN0aW9uLnByb3RvGh1DaGVzc1JvZ3VlTm91c1Zh",
"bHVlSW5mby5wcm90byKRBQoSQ2hlc3NSb2d1ZUdhbWVJbmZvEjEKEWdhbWVf",
"ChhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8aEUlNTlBFQUpBSkpPLnByb3Rv",
"GhhDaGVzc1JvZ3VlQWVvbkluZm8ucHJvdG8aFlJvZ3VlVmlydHVhbEl0ZW0u",
"cHJvdG8aJUNoZXNzUm9ndWVDdXJyZW50RGlmZmljdWx0eUluZm8ucHJvdG8a",
"HlJvZ3VlQ29tbW9uUGVuZGluZ0FjdGlvbi5wcm90bxoaQ2hlc3NSb2d1ZUxp",
"bmV1cEluZm8ucHJvdG8aGENoZXNzUm9ndWVCdWZmSW5mby5wcm90bxoZQ2hl",
"c3NSb2d1ZUxldmVsSW5mby5wcm90bxoYQ2hlc3NSb2d1ZURpY2VJbmZvLnBy",
"b3RvGhFIS01MQUxCRFBHTy5wcm90bxodQ2hlc3NSb2d1ZU5vdXNWYWx1ZUlu",
"Zm8ucHJvdG8aE1JvZ3VlR2FtZUluZm8ucHJvdG8aG0NoZXNzUm9ndWVNaXJh",
"Y2xlSW5mby5wcm90byKRBQoSQ2hlc3NSb2d1ZUdhbWVJbmZvEjEKEWdhbWVf",
"bWlyYWNsZV9pbmZvGAsgASgLMhYuQ2hlc3NSb2d1ZU1pcmFjbGVJbmZvEigK",
"CmxldmVsX2luZm8YBiABKAsyFC5DaGVzc1JvZ3VlTGV2ZWxJbmZvEkAKFXJv",
"Z3VlX2RpZmZpY3VsdHlfaW5mbxjZDyABKAsyIC5DaGVzc1JvZ3VlQ3VycmVu",
@@ -49,7 +49,7 @@ namespace EggLink.DanhengServer.Proto {
"D3JvZ3VlX2Flb25faW5mbxgFIAEoCzITLkNoZXNzUm9ndWVBZW9uSW5mb0Ie",
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueVirtualItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMNPEAJAJJOReflection.Descriptor, global::EggLink.DanhengServer.Proto.HKMLALBDPGOReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonPendingActionReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueNousValueInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IMNPEAJAJJOReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueVirtualItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonPendingActionReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.HKMLALBDPGOReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueNousValueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.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[]{ "GameMiracleInfo", "LevelInfo", "RogueDifficultyInfo", "NousValueInfo", "RogueSubMode", "VirtualItemInfo", "OPAKJJMAGPH", "RogueCurrentGameInfo", "RogueBuffInfo", "StoryInfo", "RogueLineupInfo", "RogueDiceInfo", "PendingAction", "RogueAeonInfo" }, null, null, null, null)
}));

View File

@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueGetInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdDaGVzc1JvZ3VlR2V0SW5mby5wcm90bxoaQ2hlc3NSb2d1ZVRhbGVudElu",
"Zm8ucHJvdG8aHUNoZXNzUm9ndWVRdWVyeUFlb25JbmZvLnByb3RvGiJDaGVz",
"c1JvZ3VlUXVlcnlEaWZmY3VsdHlJbmZvLnByb3RvGh1DaGVzc1JvZ3VlUXVl",
"cnlEaWNlSW5mby5wcm90byKdAgoRQ2hlc3NSb2d1ZUdldEluZm8SMQoPcXVl",
"ChdDaGVzc1JvZ3VlR2V0SW5mby5wcm90bxoiQ2hlc3NSb2d1ZVF1ZXJ5RGlm",
"ZmN1bHR5SW5mby5wcm90bxoaQ2hlc3NSb2d1ZVRhbGVudEluZm8ucHJvdG8a",
"HUNoZXNzUm9ndWVRdWVyeURpY2VJbmZvLnByb3RvGh1DaGVzc1JvZ3VlUXVl",
"cnlBZW9uSW5mby5wcm90byKdAgoRQ2hlc3NSb2d1ZUdldEluZm8SMQoPcXVl",
"cnlfZGljZV9pbmZvGAYgASgLMhguQ2hlc3NSb2d1ZVF1ZXJ5RGljZUluZm8S",
"LwoQdGFsZW50X2luZm9fbGlzdBgHIAEoCzIVLkNoZXNzUm9ndWVUYWxlbnRJ",
"bmZvEjwKFXJvZ3VlX2RpZmZpY3VsdHlfaW5mbxgIIAEoCzIdLkNoZXNzUm9n",
@@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto {
"Zm8YDSABKAsyGC5DaGVzc1JvZ3VlUXVlcnlBZW9uSW5mb0IeqgIbRWdnTGlu",
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.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[]{ "QueryDiceInfo", "TalentInfoList", "RogueDifficultyInfo", "AreaIdList", "ExploredAreaIdList", "ChessAeonInfo" }, null, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueGiveUpRollScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9DaGVzc1JvZ3VlR2l2ZVVwUm9sbFNjUnNwLnByb3RvGhhDaGVzc1JvZ3Vl",
"RGljZUluZm8ucHJvdG8aDkl0ZW1MaXN0LnByb3RvInoKGUNoZXNzUm9ndWVH",
"Ch9DaGVzc1JvZ3VlR2l2ZVVwUm9sbFNjUnNwLnByb3RvGg5JdGVtTGlzdC5w",
"cm90bxoYQ2hlc3NSb2d1ZURpY2VJbmZvLnByb3RvInoKGUNoZXNzUm9ndWVH",
"aXZlVXBSb2xsU2NSc3ASHgoLTktNSkhFSkNPTFAYDiABKAsyCS5JdGVtTGlz",
"dBIsCg9yb2d1ZV9kaWNlX2luZm8YDCABKAsyEy5DaGVzc1JvZ3VlRGljZUlu",
"Zm8SDwoHcmV0Y29kZRgJIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceInfoReflection.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[]{ "NKMJHEJCOLP", "RogueDiceInfo", "Retcode" }, null, null, null, null)
}));

View File

@@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtDaGVzc1JvZ3VlR2l2ZVVwU2NSc3AucHJvdG8aGENoZXNzUm9ndWVBZW9u",
"SW5mby5wcm90bxoXQ2hlc3NSb2d1ZUdldEluZm8ucHJvdG8aGkNoZXNzUm9n",
"dWVGaW5pc2hJbmZvLnByb3RvGhlDaGVzc1JvZ3VlUXVlcnlJbmZvLnByb3Rv",
"GhRDaGVzc1JvZ3VlSW5mby5wcm90byL9AQoVQ2hlc3NSb2d1ZUdpdmVVcFNj",
"SW5mby5wcm90bxoUQ2hlc3NSb2d1ZUluZm8ucHJvdG8aGUNoZXNzUm9ndWVR",
"dWVyeUluZm8ucHJvdG8aGkNoZXNzUm9ndWVGaW5pc2hJbmZvLnByb3RvGhdD",
"aGVzc1JvZ3VlR2V0SW5mby5wcm90byL9AQoVQ2hlc3NSb2d1ZUdpdmVVcFNj",
"UnNwEioKC2ZpbmlzaF9pbmZvGAogASgLMhUuQ2hlc3NSb2d1ZUZpbmlzaElu",
"Zm8SIwoKc3RhZ2VfaW5mbxgNIAEoCzIPLkNoZXNzUm9ndWVJbmZvEioKDnJv",
"Z3VlX2dldF9pbmZvGA8gASgLMhIuQ2hlc3NSb2d1ZUdldEluZm8SLAoPcm9n",
@@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto {
"ZGUYDiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
"dG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.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[]{ "FinishInfo", "StageInfo", "RogueGetInfo", "RogueAeonInfo", "QueryInfo", "Retcode" }, null, null, null, null)
}));

View File

@@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRDaGVzc1JvZ3VlSW5mby5wcm90bxoQTGluZXVwSW5mby5wcm90bxoPU2Nl",
"bmVJbmZvLnByb3RvIkgKDkNoZXNzUm9ndWVJbmZvEhsKBmxpbmV1cBgHIAEo",
"ChRDaGVzc1JvZ3VlSW5mby5wcm90bxoPU2NlbmVJbmZvLnByb3RvGhBMaW5l",
"dXBJbmZvLnByb3RvIkgKDkNoZXNzUm9ndWVJbmZvEhsKBmxpbmV1cBgHIAEo",
"CzILLkxpbmV1cEluZm8SGQoFc2NlbmUYDiABKAsyCi5TY2VuZUluZm9CHqoC",
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueInfo), global::EggLink.DanhengServer.Proto.ChessRogueInfo.Parser, new[]{ "Lineup", "Scene" }, null, null, null, null)
}));

View File

@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueLeaveScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpDaGVzc1JvZ3VlTGVhdmVTY1JzcC5wcm90bxoXQ2hlc3NSb2d1ZUdldElu",
"Zm8ucHJvdG8aGENoZXNzUm9ndWVBZW9uSW5mby5wcm90bxoZQ2hlc3NSb2d1",
"ZVF1ZXJ5SW5mby5wcm90bxoUQ2hlc3NSb2d1ZUluZm8ucHJvdG8i0AEKFENo",
"ChpDaGVzc1JvZ3VlTGVhdmVTY1JzcC5wcm90bxoYQ2hlc3NSb2d1ZUFlb25J",
"bmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5wcm90bxoZQ2hlc3NSb2d1ZVF1",
"ZXJ5SW5mby5wcm90bxoXQ2hlc3NSb2d1ZUdldEluZm8ucHJvdG8i0AEKFENo",
"ZXNzUm9ndWVMZWF2ZVNjUnNwEiwKD3JvZ3VlX2Flb25faW5mbxgPIAEoCzIT",
"LkNoZXNzUm9ndWVBZW9uSW5mbxIPCgdyZXRjb2RlGAQgASgNEigKCnF1ZXJ5",
"X2luZm8YCiABKAsyFC5DaGVzc1JvZ3VlUXVlcnlJbmZvEioKDnJvZ3VlX2dl",
@@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto {
"bxgLIAEoCzIPLkNoZXNzUm9ndWVJbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.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[]{ "RogueAeonInfo", "Retcode", "QueryInfo", "RogueGetInfo", "StageInfo" }, null, null, null, null)
}));

View File

@@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlDaGVzc1JvZ3VlUXVlcnlJbmZvLnByb3RvGh1DaGVzc1JvZ3VlUXVlcnlB",
"ZW9uSW5mby5wcm90bxoiQ2hlc3NSb2d1ZVF1ZXJ5RGlmZmN1bHR5SW5mby5w",
"cm90bxodQ2hlc3NSb2d1ZVF1ZXJ5RGljZUluZm8ucHJvdG8aGkNoZXNzUm9n",
"dWVUYWxlbnRJbmZvLnByb3RvIp8CChNDaGVzc1JvZ3VlUXVlcnlJbmZvEjEK",
"ZW9uSW5mby5wcm90bxoaQ2hlc3NSb2d1ZVRhbGVudEluZm8ucHJvdG8aHUNo",
"ZXNzUm9ndWVRdWVyeURpY2VJbmZvLnByb3RvGiJDaGVzc1JvZ3VlUXVlcnlE",
"aWZmY3VsdHlJbmZvLnByb3RvIp8CChNDaGVzc1JvZ3VlUXVlcnlJbmZvEjEK",
"D2NoZXNzX2Flb25faW5mbxgIIAEoCzIYLkNoZXNzUm9ndWVRdWVyeUFlb25J",
"bmZvEjEKD3F1ZXJ5X2RpY2VfaW5mbxgHIAEoCzIYLkNoZXNzUm9ndWVRdWVy",
"eURpY2VJbmZvEhQKDGFyZWFfaWRfbGlzdBgEIAMoDRIvChB0YWxlbnRfaW5m",
@@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto {
"bxgMIAEoCzIdLkNoZXNzUm9ndWVRdWVyeURpZmZjdWx0eUluZm9CHqoCG0Vn",
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueQueryInfo), global::EggLink.DanhengServer.Proto.ChessRogueQueryInfo.Parser, new[]{ "ChessAeonInfo", "QueryDiceInfo", "AreaIdList", "TalentInfoList", "ExploredAreaIdList", "RogueDifficultyInfo" }, null, null, null, null)
}));

View File

@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueQueryScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpDaGVzc1JvZ3VlUXVlcnlTY1JzcC5wcm90bxoXQ2hlc3NSb2d1ZUdldElu",
"Zm8ucHJvdG8aGkNoZXNzUm9ndWVGaW5pc2hJbmZvLnByb3RvGhlDaGVzc1Jv",
"Z3VlUXVlcnlJbmZvLnByb3RvGhhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8i",
"ChpDaGVzc1JvZ3VlUXVlcnlTY1JzcC5wcm90bxoaQ2hlc3NSb2d1ZUZpbmlz",
"aEluZm8ucHJvdG8aGENoZXNzUm9ndWVHYW1lSW5mby5wcm90bxoZQ2hlc3NS",
"b2d1ZVF1ZXJ5SW5mby5wcm90bxoXQ2hlc3NSb2d1ZUdldEluZm8ucHJvdG8i",
"zAEKFENoZXNzUm9ndWVRdWVyeVNjUnNwEg8KB3JldGNvZGUYAiABKA0SKAoK",
"cXVlcnlfaW5mbxgBIAEoCzIULkNoZXNzUm9ndWVRdWVyeUluZm8SIQoEaW5m",
"bxgDIAEoCzITLkNoZXNzUm9ndWVHYW1lSW5mbxIqCgtmaW5pc2hfaW5mbxgJ",
@@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto {
"GAsgASgLMhIuQ2hlc3NSb2d1ZUdldEluZm9CHqoCG0VnZ0xpbmsuRGFuaGVu",
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.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.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.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[]{ "Retcode", "QueryInfo", "Info", "FinishInfo", "RogueGetInfo" }, null, null, null, null)
}));

View File

@@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlDaGVzc1JvZ3VlUXVpdFNjUnNwLnByb3RvGhhDaGVzc1JvZ3VlQWVvbklu",
"Zm8ucHJvdG8aF0NoZXNzUm9ndWVHZXRJbmZvLnByb3RvGhpDaGVzc1JvZ3Vl",
"RmluaXNoSW5mby5wcm90bxoZQ2hlc3NSb2d1ZVF1ZXJ5SW5mby5wcm90bxoZ",
"Q2hlc3NSb2d1ZUxldmVsSW5mby5wcm90bxoUQ2hlc3NSb2d1ZUluZm8ucHJv",
"Zm8ucHJvdG8aFENoZXNzUm9ndWVJbmZvLnByb3RvGhlDaGVzc1JvZ3VlTGV2",
"ZWxJbmZvLnByb3RvGhlDaGVzc1JvZ3VlUXVlcnlJbmZvLnByb3RvGhpDaGVz",
"c1JvZ3VlRmluaXNoSW5mby5wcm90bxoXQ2hlc3NSb2d1ZUdldEluZm8ucHJv",
"dG8ipQIKE0NoZXNzUm9ndWVRdWl0U2NSc3ASKAoKbGV2ZWxfaW5mbxgOIAEo",
"CzIULkNoZXNzUm9ndWVMZXZlbEluZm8SDwoHcmV0Y29kZRgEIAEoDRIoCgpx",
"dWVyeV9pbmZvGAkgASgLMhQuQ2hlc3NSb2d1ZVF1ZXJ5SW5mbxIjCgpzdGFn",
@@ -37,7 +37,7 @@ namespace EggLink.DanhengServer.Proto {
"DyABKAsyFS5DaGVzc1JvZ3VlRmluaXNoSW5mb0IeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.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[]{ "LevelInfo", "Retcode", "QueryInfo", "StageInfo", "RogueAeonInfo", "RogueGetInfo", "FinishInfo" }, null, null, null, null)
}));

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static ChessRogueStartScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpDaGVzc1JvZ3VlU3RhcnRTY1JzcC5wcm90bxolQ2hlc3NSb2d1ZUxheWVy",
"SW5pdGlhbEV2ZW50SW5mby5wcm90bxoYQ2hlc3NSb2d1ZUdhbWVJbmZvLnBy",
"ChpDaGVzc1JvZ3VlU3RhcnRTY1JzcC5wcm90bxoYQ2hlc3NSb2d1ZUdhbWVJ",
"bmZvLnByb3RvGiVDaGVzc1JvZ3VlTGF5ZXJJbml0aWFsRXZlbnRJbmZvLnBy",
"b3RvGhRDaGVzc1JvZ3VlSW5mby5wcm90byKrAQoUQ2hlc3NSb2d1ZVN0YXJ0",
"U2NSc3ASOgoQYm9hcmRfZXZlbnRfaW5mbxgIIAEoCzIgLkNoZXNzUm9ndWVM",
"YXllckluaXRpYWxFdmVudEluZm8SIQoEaW5mbxgKIAEoCzITLkNoZXNzUm9n",
@@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto {
"Zm8SDwoHcmV0Y29kZRgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.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[]{ "BoardEventInfo", "Info", "StageInfo", "Retcode" }, null, null, null, null)
}));

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static ChimeraDoFinalRoundCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch5DaGltZXJhRG9GaW5hbFJvdW5kQ3NSZXEucHJvdG8aEUVHREdIRkxMTUdO",
"LnByb3RvGhFNUEpESUJDQ09IRi5wcm90bxoRSk1BQU5NUEFOSE0ucHJvdG8i",
"Ch5DaGltZXJhRG9GaW5hbFJvdW5kQ3NSZXEucHJvdG8aEUpNQUFOTVBBTkhN",
"LnByb3RvGhFNUEpESUJDQ09IRi5wcm90bxoRRUdER0hGTExNR04ucHJvdG8i",
"tQEKGENoaW1lcmFEb0ZpbmFsUm91bmRDc1JlcRIZCgNzdHQYCiABKAsyDC5F",
"R0RHSEZMTE1HThITCgtQQUhNQUdQRkREShgJIAEoCBIhCgtPUEFNQUVJSkNP",
"SBgIIAMoCzIMLkpNQUFOTVBBTkhNEhMKC0hHT0RHREVBQUpPGAIgAygNEhwK",
"BmxpbmV1cBgPIAEoCzIMLk1QSkRJQkNDT0hGEhMKC0NQQkRCQUlEQUVIGAwg",
"ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundCsReq), global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundCsReq.Parser, new[]{ "Stt", "PAHMAGPFDDJ", "OPAMAEIJCOH", "HGODGDEAAJO", "Lineup", "CPBDBAIDAEH" }, null, null, null, null)
}));

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static ChimeraFinishEndlessRoundCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiRDaGltZXJhRmluaXNoRW5kbGVzc1JvdW5kQ3NSZXEucHJvdG8aEUVHREdI",
"RkxMTUdOLnByb3RvGhFNUEpESUJDQ09IRi5wcm90bxoRSk1BQU5NUEFOSE0u",
"CiRDaGltZXJhRmluaXNoRW5kbGVzc1JvdW5kQ3NSZXEucHJvdG8aEUpNQUFO",
"TVBBTkhNLnByb3RvGhFNUEpESUJDQ09IRi5wcm90bxoRRUdER0hGTExNR04u",
"cHJvdG8iuwEKHkNoaW1lcmFGaW5pc2hFbmRsZXNzUm91bmRDc1JlcRITCgtD",
"UEJEQkFJREFFSBgEIAEoDRIZCgNzdHQYBiABKAsyDC5FR0RHSEZMTE1HThIT",
"CgtQQUhNQUdQRkREShgMIAEoCBIcCgZsaW5ldXAYDiABKAsyDC5NUEpESUJD",
@@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto {
"T0RHREVBQUpPGAsgAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
"dG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraFinishEndlessRoundCsReq), global::EggLink.DanhengServer.Proto.ChimeraFinishEndlessRoundCsReq.Parser, new[]{ "CPBDBAIDAEH", "Stt", "PAHMAGPFDDJ", "Lineup", "OPAMAEIJCOH", "HGODGDEAAJO" }, null, null, null, null)
}));

View File

@@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1DaGltZXJhRmluaXNoUm91bmRDc1JlcS5wcm90bxoRQklBS0RGRUxKRk0u",
"cHJvdG8aEUpNQUFOTVBBTkhNLnByb3RvGhFPRE5OS0JJTUVGSC5wcm90bxoR",
"RUdER0hGTExNR04ucHJvdG8aEU1QSkRJQkNDT0hGLnByb3RvIswDChdDaGlt",
"cHJvdG8aEU9ETk5LQklNRUZILnByb3RvGhFKTUFBTk1QQU5ITS5wcm90bxoR",
"TVBKRElCQ0NPSEYucHJvdG8aEUVHREdIRkxMTUdOLnByb3RvIswDChdDaGlt",
"ZXJhRmluaXNoUm91bmRDc1JlcRIgCgplbmRfcmVhc29uGAkgASgOMgwuQklB",
"S0RGRUxKRk0SPgoLQkFISE5NTEhBTEoYCCADKAsyKS5DaGltZXJhRmluaXNo",
"Um91bmRDc1JlcS5CQUhITk1MSEFMSkVudHJ5EhMKC0hHT0RHREVBQUpPGAYg",
@@ -39,7 +39,7 @@ namespace EggLink.DanhengServer.Proto {
"dHJ5EgsKA2tleRgBIAEoDRIbCgV2YWx1ZRgCIAEoCzIMLk9ETk5LQklNRUZI",
"OgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BIAKDFELJFMReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.ODNNKBIMEFHReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BIAKDFELJFMReflection.Descriptor, global::EggLink.DanhengServer.Proto.ODNNKBIMEFHReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraFinishRoundCsReq), global::EggLink.DanhengServer.Proto.ChimeraFinishRoundCsReq.Parser, new[]{ "EndReason", "BAHHNMLHALJ", "HGODGDEAAJO", "MOLIDIKIFGB", "Stt", "OPAMAEIJCOH", "Lineup", "HJOEAMDLBPL", "MLBALJKCMCG" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
}));

View File

@@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1DaGltZXJhRmluaXNoUm91bmRTY1JzcC5wcm90bxoRQklBS0RGRUxKRk0u",
"cHJvdG8aEUpDTkpERkZDTERHLnByb3RvGhFPRE5OS0JJTUVGSC5wcm90bxoR",
"RUFER0FOTUpJUEsucHJvdG8aEU9BUERNS0tLRU9MLnByb3RvGhFESUZQRFBM",
"Q0lHRC5wcm90byLhBAoXQ2hpbWVyYUZpbmlzaFJvdW5kU2NSc3ASIQoLTkNE",
"cHJvdG8aEURJRlBEUExDSUdELnByb3RvGhFPRE5OS0JJTUVGSC5wcm90bxoR",
"SkNOSkRGRkNMREcucHJvdG8aEUVBREdBTk1KSVBLLnByb3RvGhFPQVBETUtL",
"S0VPTC5wcm90byLhBAoXQ2hpbWVyYUZpbmlzaFJvdW5kU2NSc3ASIQoLTkNE",
"QU9CTE1ISFAYBCADKAsyDC5ESUZQRFBMQ0lHRBI+CgtHSEtHQ0ZDTEFCRhgM",
"IAMoCzIpLkNoaW1lcmFGaW5pc2hSb3VuZFNjUnNwLkdIS0dDRkNMQUJGRW50",
"cnkSEwoLSklFSUZET0NPSEUYCCABKAgSEwoLRUFJT0pDTkxNTkcYDyABKA0S",
@@ -43,7 +43,7 @@ namespace EggLink.DanhengServer.Proto {
"IAEoDRIbCgV2YWx1ZRgCIAEoCzIMLk9ETk5LQklNRUZIOgI4AUIeqgIbRWdn",
"TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BIAKDFELJFMReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCNJDFFCLDGReflection.Descriptor, global::EggLink.DanhengServer.Proto.ODNNKBIMEFHReflection.Descriptor, global::EggLink.DanhengServer.Proto.EADGANMJIPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.OAPDMKKKEOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIFPDPLCIGDReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BIAKDFELJFMReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIFPDPLCIGDReflection.Descriptor, global::EggLink.DanhengServer.Proto.ODNNKBIMEFHReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCNJDFFCLDGReflection.Descriptor, global::EggLink.DanhengServer.Proto.EADGANMJIPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.OAPDMKKKEOLReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraFinishRoundScRsp), global::EggLink.DanhengServer.Proto.ChimeraFinishRoundScRsp.Parser, new[]{ "NCDAOBLMHHP", "GHKGCFCLABF", "JIEIFDOCOHE", "EAIOJCNLMNG", "OLLDKAJOAJD", "EndReason", "GOIAKPGJLCB", "BBMGIIMECEL", "NAHPKPPMDKK", "Retcode", "IJEIOMMFPKA", "JFPNMOONLNJ", "MFAFNNCJJNG", "MOLIDIKIFGB", "CJKCNHCLMGD" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
}));

View File

@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlDaGltZXJhR2V0RGF0YVNjUnNwLnByb3RvGhFPQVBETUtLS0VPTC5wcm90",
"bxoRTVBKRElCQ0NPSEYucHJvdG8aEUpDTkpERkZDTERHLnByb3RvGhFESUZQ",
"bxoRSkNOSkRGRkNMREcucHJvdG8aEU1QSkRJQkNDT0hGLnByb3RvGhFESUZQ",
"RFBMQ0lHRC5wcm90byLBAwoTQ2hpbWVyYUdldERhdGFTY1JzcBITCgtJSkVJ",
"T01NRlBLQRgHIAEoDRIUCgtPTExES0FKT0FKRBj+BCABKA0SIQoLQkJNR0lJ",
"TUVDRUwYBSABKA4yDC5PQVBETUtLS0VPTBITCgtLSUxQTkhKQlBEQhgwIAEo",
@@ -39,7 +39,7 @@ namespace EggLink.DanhengServer.Proto {
"CzIMLkpDTkpERkZDTERHQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
"dG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OAPDMKKKEOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCNJDFFCLDGReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIFPDPLCIGDReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OAPDMKKKEOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCNJDFFCLDGReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIFPDPLCIGDReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraGetDataScRsp), global::EggLink.DanhengServer.Proto.ChimeraGetDataScRsp.Parser, new[]{ "IJEIOMMFPKA", "OLLDKAJOAJD", "BBMGIIMECEL", "KILPNHJBPDB", "LFKFOCJFNCJ", "BBBGKCHNOCK", "CPBDBAIDAEH", "NCDAOBLMHHP", "CJKCNHCLMGD", "Lineup", "MFAFNNCJJNG", "GBEMDNCKKBA", "JFPNMOONLNJ", "CJEKJHPIBJL", "CAGAPLNHABB", "Retcode", "EAIOJCNLMNG", "KIIMKAEAJAL" }, null, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static ChimeraRoundWorkStartCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiBDaGltZXJhUm91bmRXb3JrU3RhcnRDc1JlcS5wcm90bxoRTVBKRElCQ0NP",
"SEYucHJvdG8aEUpNQUFOTVBBTkhNLnByb3RvIocBChpDaGltZXJhUm91bmRX",
"CiBDaGltZXJhUm91bmRXb3JrU3RhcnRDc1JlcS5wcm90bxoRSk1BQU5NUEFO",
"SE0ucHJvdG8aEU1QSkRJQkNDT0hGLnByb3RvIocBChpDaGltZXJhUm91bmRX",
"b3JrU3RhcnRDc1JlcRIcCgZsaW5ldXAYCCABKAsyDC5NUEpESUJDQ09IRhIT",
"CgtGTEdKUEhFT1BBQRgKIAEoDRIhCgtPUEFNQUVJSkNPSBgDIAMoCzIMLkpN",
"QUFOTVBBTkhNEhMKC01ERkVFS0lLQk1KGA8gASgNQh6qAhtFZ2dMaW5rLkRh",
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraRoundWorkStartCsReq), global::EggLink.DanhengServer.Proto.ChimeraRoundWorkStartCsReq.Parser, new[]{ "Lineup", "FLGJPHEOPAA", "OPAMAEIJCOH", "MDFEEKIKBMJ" }, null, null, null, null)
}));

View File

@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
static ClockParkGetOngoingScriptInfoScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CihDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1NjUnNwLnByb3RvGhFM",
"S0JCS09KRERQRC5wcm90bxoRQk1MT0ZQQ05HS04ucHJvdG8aEUVDTUlMSENL",
"T01PLnByb3RvIsgCCiJDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1Nj",
"CihDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1NjUnNwLnByb3RvGhFF",
"Q01JTEhDS09NTy5wcm90bxoRTEtCQktPSkREUEQucHJvdG8aEUJNTE9GUENO",
"R0tOLnByb3RvIsgCCiJDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1Nj",
"UnNwEhMKC0NNR0tFT0xDQklQGAMgASgJEhMKC0tJRUtKRUZGUEhLGA8gASgN",
"EhMKC0NIT0JBT0dNTEZOGAYgASgNEhMKC09CUEZCTE5CRktJGAwgASgNEhMK",
"C0JMSEdCRURORklCGA0gASgNEg8KB3JldGNvZGUYCyABKA0SEwoLQUlHRUhI",
@@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto {
"X2luZm8YByABKAsyDC5FQ01JTEhDS09NT0IeqgIbRWdnTGluay5EYW5oZW5n",
"U2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LKBBKOJDDPDReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMLOFPCNGKNReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECMILHCKOMOReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ECMILHCKOMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.LKBBKOJDDPDReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMLOFPCNGKNReflection.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[]{ "CMGKEOLCBIP", "KIEKJEFFPHK", "CHOBAOGMLFN", "OBPFBLNBFKI", "BLHGBEDNFIB", "Retcode", "AIGEHHNHKPM", "EIDLLEOLFGM", "IENPHEFANGL", "MJDOGPBOJIP", "ScriptId", "RogueBuffInfo" }, null, null, null, null)
}));

View File

@@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto {
static ClockParkHandleWaitOperationCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CidDbG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXEucHJvdG8aEUFK",
"RUhBTURBQk5BLnByb3RvGhFIRUxOT0lITURIQS5wcm90bxoRRkZPTUlCTkNG",
"S0kucHJvdG8aEUFNR0hEQ0FCSk1KLnByb3RvGhFDRU9PTkZMT05ESi5wcm90",
"bxoRT0JOT05NSE1FQ0sucHJvdG8aEUlOTk5JQ0ZPTElJLnByb3RvIvQCCiFD",
"CidDbG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXEucHJvdG8aEUZG",
"T01JQk5DRktJLnByb3RvGhFDRU9PTkZMT05ESi5wcm90bxoRQUpFSEFNREFC",
"TkEucHJvdG8aEUhFTE5PSUhNREhBLnByb3RvGhFJTk5OSUNGT0xJSS5wcm90",
"bxoRT0JOT05NSE1FQ0sucHJvdG8aEUFNR0hEQ0FCSk1KLnByb3RvIvQCCiFD",
"bG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXESEwoLQUhJREpCSkdH",
"UFAYBCABKA0SEQoJc2NyaXB0X2lkGAogASgNEiMKC0pGQkNLQ0xQQUtPGAsg",
"ASgLMgwuT0JOT05NSE1FQ0tIABIjCgtJUElLRkxDRUZMQRgBIAEoCzIMLkZG",
@@ -39,7 +39,7 @@ namespace EggLink.DanhengServer.Proto {
"UE9CRkpJSklLQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"b3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AJEHAMDABNAReflection.Descriptor, global::EggLink.DanhengServer.Proto.HELNOIHMDHAReflection.Descriptor, global::EggLink.DanhengServer.Proto.FFOMIBNCFKIReflection.Descriptor, global::EggLink.DanhengServer.Proto.AMGHDCABJMJReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEOONFLONDJReflection.Descriptor, global::EggLink.DanhengServer.Proto.OBNONMHMECKReflection.Descriptor, global::EggLink.DanhengServer.Proto.INNNICFOLIIReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FFOMIBNCFKIReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEOONFLONDJReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJEHAMDABNAReflection.Descriptor, global::EggLink.DanhengServer.Proto.HELNOIHMDHAReflection.Descriptor, global::EggLink.DanhengServer.Proto.INNNICFOLIIReflection.Descriptor, global::EggLink.DanhengServer.Proto.OBNONMHMECKReflection.Descriptor, global::EggLink.DanhengServer.Proto.AMGHDCABJMJReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationCsReq), global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationCsReq.Parser, new[]{ "AHIDJBJGGPP", "ScriptId", "JFBCKCLPAKO", "IPIKFLCEFLA", "MEGNBBFILNL", "ABKKDHAPCHN", "LIHJMEINGIK", "LMGGLCNCDHF", "FNGFOAEPFJN", "OBPFBLNBFKI" }, new[]{ "DBPOBFJIJIK" }, null, null, null)
}));

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static CurChallengeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChJDdXJDaGFsbGVuZ2UucHJvdG8aEUtpbGxNb25zdGVyLnByb3RvGhVFeHRy",
"YUxpbmV1cFR5cGUucHJvdG8aGkNoYWxsZW5nZUN1ckJ1ZmZJbmZvLnByb3Rv",
"ChJDdXJDaGFsbGVuZ2UucHJvdG8aEUtpbGxNb25zdGVyLnByb3RvGhpDaGFs",
"bGVuZ2VDdXJCdWZmSW5mby5wcm90bxoVRXh0cmFMaW5ldXBUeXBlLnByb3Rv",
"GhVDaGFsbGVuZ2VTdGF0dXMucHJvdG8imgIKDEN1ckNoYWxsZW5nZRIrChFl",
"eHRyYV9saW5ldXBfdHlwZRgPIAEoDjIQLkV4dHJhTGluZXVwVHlwZRInChFr",
"aWxsX21vbnN0ZXJfbGlzdBgLIAMoCzIMLktpbGxNb25zdGVyEhMKC3JvdW5k",
@@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto {
"CXNjb3JlX3R3bxgOIAEoDRIUCgxjaGFsbGVuZ2VfaWQYCiABKA1CHqoCG0Vn",
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KillMonsterReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeCurBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStatusReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KillMonsterReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeCurBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStatusReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CurChallenge), global::EggLink.DanhengServer.Proto.CurChallenge.Parser, new[]{ "ExtraLineupType", "KillMonsterList", "RoundCount", "StageInfo", "ScoreId", "Status", "DeadAvatarNum", "ScoreTwo", "ChallengeId" }, null, null, null, null)
}));

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static DEMLPCNDJJPReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFERU1MUENOREpKUC5wcm90bxoRSFBLRUZGRUNIRkcucHJvdG8aEUdKREtJ",
"TEhLSUVELnByb3RvIlMKC0RFTUxQQ05ESkpQEiEKC0dKRE9LRkNIQkdBGAEg",
"ChFERU1MUENOREpKUC5wcm90bxoRR0pES0lMSEtJRUQucHJvdG8aEUhQS0VG",
"RkVDSEZHLnByb3RvIlMKC0RFTUxQQ05ESkpQEiEKC0dKRE9LRkNIQkdBGAEg",
"ASgLMgwuR0pES0lMSEtJRUQSIQoLQ0ZLSkVQTU5MSkkYAiADKAsyDC5IUEtF",
"RkZFQ0hGR0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HPKEFFECHFGReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJDKILHKIEDReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GJDKILHKIEDReflection.Descriptor, global::EggLink.DanhengServer.Proto.HPKEFFECHFGReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DEMLPCNDJJP), global::EggLink.DanhengServer.Proto.DEMLPCNDJJP.Parser, new[]{ "GJDOKFCHBGA", "CFKJEPMNLJI" }, null, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static DGFFNOPFLNEReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFER0ZGTk9QRkxORS5wcm90byJyCgtER0ZGTk9QRkxORRIYChBwZWFrX3Jv",
"dW5kX2NvdW50GA4gASgNEhgKEHBlYWtfdGFyZ2V0X2xpc3QYBiADKA0SFQoN",
"cGVha19sZXZlbF9pZBgCIAEoDRIYChBpc19zY29yZV9jaGFuZ2VkGA0gASgI",
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
"ChFER0ZGTk9QRkxORS5wcm90byJzCgtER0ZGTk9QRkxORRIZChFwZWFrX3Jv",
"dW5kc19jb3VudBgOIAEoDRIYChBwZWFrX3RhcmdldF9saXN0GAYgAygNEhUK",
"DXBlYWtfbGV2ZWxfaWQYAiABKA0SGAoQaXNfc2NvcmVfY2hhbmdlZBgNIAEo",
"CEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DGFFNOPFLNE), global::EggLink.DanhengServer.Proto.DGFFNOPFLNE.Parser, new[]{ "PeakRoundCount", "PeakTargetList", "PeakLevelId", "IsScoreChanged" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DGFFNOPFLNE), global::EggLink.DanhengServer.Proto.DGFFNOPFLNE.Parser, new[]{ "PeakRoundsCount", "PeakTargetList", "PeakLevelId", "IsScoreChanged" }, null, null, null, null)
}));
}
#endregion
@@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DGFFNOPFLNE(DGFFNOPFLNE other) : this() {
peakRoundCount_ = other.peakRoundCount_;
peakRoundsCount_ = other.peakRoundsCount_;
peakTargetList_ = other.peakTargetList_.Clone();
peakLevelId_ = other.peakLevelId_;
isScoreChanged_ = other.isScoreChanged_;
@@ -86,15 +86,15 @@ namespace EggLink.DanhengServer.Proto {
return new DGFFNOPFLNE(this);
}
/// <summary>Field number for the "peak_round_count" field.</summary>
public const int PeakRoundCountFieldNumber = 14;
private uint peakRoundCount_;
/// <summary>Field number for the "peak_rounds_count" field.</summary>
public const int PeakRoundsCountFieldNumber = 14;
private uint peakRoundsCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PeakRoundCount {
get { return peakRoundCount_; }
public uint PeakRoundsCount {
get { return peakRoundsCount_; }
set {
peakRoundCount_ = value;
peakRoundsCount_ = value;
}
}
@@ -148,7 +148,7 @@ namespace EggLink.DanhengServer.Proto {
if (ReferenceEquals(other, this)) {
return true;
}
if (PeakRoundCount != other.PeakRoundCount) return false;
if (PeakRoundsCount != other.PeakRoundsCount) return false;
if(!peakTargetList_.Equals(other.peakTargetList_)) return false;
if (PeakLevelId != other.PeakLevelId) return false;
if (IsScoreChanged != other.IsScoreChanged) return false;
@@ -159,7 +159,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (PeakRoundCount != 0) hash ^= PeakRoundCount.GetHashCode();
if (PeakRoundsCount != 0) hash ^= PeakRoundsCount.GetHashCode();
hash ^= peakTargetList_.GetHashCode();
if (PeakLevelId != 0) hash ^= PeakLevelId.GetHashCode();
if (IsScoreChanged != false) hash ^= IsScoreChanged.GetHashCode();
@@ -190,9 +190,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(104);
output.WriteBool(IsScoreChanged);
}
if (PeakRoundCount != 0) {
if (PeakRoundsCount != 0) {
output.WriteRawTag(112);
output.WriteUInt32(PeakRoundCount);
output.WriteUInt32(PeakRoundsCount);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
@@ -213,9 +213,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(104);
output.WriteBool(IsScoreChanged);
}
if (PeakRoundCount != 0) {
if (PeakRoundsCount != 0) {
output.WriteRawTag(112);
output.WriteUInt32(PeakRoundCount);
output.WriteUInt32(PeakRoundsCount);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
@@ -227,8 +227,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (PeakRoundCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakRoundCount);
if (PeakRoundsCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakRoundsCount);
}
size += peakTargetList_.CalculateSize(_repeated_peakTargetList_codec);
if (PeakLevelId != 0) {
@@ -249,8 +249,8 @@ namespace EggLink.DanhengServer.Proto {
if (other == null) {
return;
}
if (other.PeakRoundCount != 0) {
PeakRoundCount = other.PeakRoundCount;
if (other.PeakRoundsCount != 0) {
PeakRoundsCount = other.PeakRoundsCount;
}
peakTargetList_.Add(other.peakTargetList_);
if (other.PeakLevelId != 0) {
@@ -288,7 +288,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 112: {
PeakRoundCount = input.ReadUInt32();
PeakRoundsCount = input.ReadUInt32();
break;
}
}
@@ -320,7 +320,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 112: {
PeakRoundCount = input.ReadUInt32();
PeakRoundsCount = input.ReadUInt32();
break;
}
}

View File

@@ -1,789 +0,0 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DHAHAKMPNAF.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from DHAHAKMPNAF.proto</summary>
public static partial class DHAHAKMPNAFReflection {
#region Descriptor
/// <summary>File descriptor for DHAHAKMPNAF.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static DHAHAKMPNAFReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFESEFIQUtNUE5BRi5wcm90bxoRTkxDQ0VERUhFSEUucHJvdG8aFURldmVs",
"b3BtZW50VHlwZS5wcm90bxoRTUVFSENCR0RCRUEucHJvdG8aEUpJRU5LRkFE",
"Q0hFLnByb3RvGhFQRERLTUxQTk1BSC5wcm90bxoRSU9KSEpBSElNSE0ucHJv",
"dG8i6gIKC0RIQUhBS01QTkFGEgwKBHRpbWUYCSABKAMSJQoLRUpITU5LSEVQ",
"RkEYDiABKA4yEC5EZXZlbG9wbWVudFR5cGUSJAoLTElJQkJHR0VIRlAYswUg",
"ASgLMgwuSU9KSEpBSElNSE1IABIkCgtJS0ZGT0JBTUdIShj+AyABKAsyDC5N",
"RUVIQ0JHREJFQUgAEhQKCWF2YXRhcl9pZBjwAiABKA1IABIWCgtNRE1HS0hM",
"SElJThjEDSABKA1IABIWCgtDS0tOTkhNRENPRxiUBiABKA1IABIkCgtJRUxI",
"TEJGRkFHSxizBCABKAsyDC5KSUVOS0ZBRENIRUgAEhMKCHBhbmVsX2lkGOgP",
"IAEoDUgAEiQKC0ZKRExOSUFPSEZDGI0JIAEoCzIMLlBEREtNTFBOTUFISAAS",
"JAoLUEtFT0FQTElPQkgYxQEgASgLMgwuTkxDQ0VERUhFSEVIAEINCgtGTUpE",
"RE5FREtHRkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NLCCEDEHEHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.DevelopmentTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.MEEHCBGDBEAReflection.Descriptor, global::EggLink.DanhengServer.Proto.JIENKFADCHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.PDDKMLPNMAHReflection.Descriptor, global::EggLink.DanhengServer.Proto.IOJHJAHIMHMReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DHAHAKMPNAF), global::EggLink.DanhengServer.Proto.DHAHAKMPNAF.Parser, new[]{ "Time", "EJHMNKHEPFA", "LIIBBGGEHFP", "IKFFOBAMGHJ", "AvatarId", "MDMGKHLHIIN", "CKKNNHMDCOG", "IELHLBFFAGK", "PanelId", "FJDLNIAOHFC", "PKEOAPLIOBH" }, new[]{ "FMJDDNEDKGF" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class DHAHAKMPNAF : pb::IMessage<DHAHAKMPNAF>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<DHAHAKMPNAF> _parser = new pb::MessageParser<DHAHAKMPNAF>(() => new DHAHAKMPNAF());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<DHAHAKMPNAF> 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.DHAHAKMPNAFReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
pbr::MessageDescriptor pb::IMessage.Descriptor {
get { return Descriptor; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DHAHAKMPNAF() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DHAHAKMPNAF(DHAHAKMPNAF other) : this() {
time_ = other.time_;
eJHMNKHEPFA_ = other.eJHMNKHEPFA_;
switch (other.FMJDDNEDKGFCase) {
case FMJDDNEDKGFOneofCase.LIIBBGGEHFP:
LIIBBGGEHFP = other.LIIBBGGEHFP.Clone();
break;
case FMJDDNEDKGFOneofCase.IKFFOBAMGHJ:
IKFFOBAMGHJ = other.IKFFOBAMGHJ.Clone();
break;
case FMJDDNEDKGFOneofCase.AvatarId:
AvatarId = other.AvatarId;
break;
case FMJDDNEDKGFOneofCase.MDMGKHLHIIN:
MDMGKHLHIIN = other.MDMGKHLHIIN;
break;
case FMJDDNEDKGFOneofCase.CKKNNHMDCOG:
CKKNNHMDCOG = other.CKKNNHMDCOG;
break;
case FMJDDNEDKGFOneofCase.IELHLBFFAGK:
IELHLBFFAGK = other.IELHLBFFAGK.Clone();
break;
case FMJDDNEDKGFOneofCase.PanelId:
PanelId = other.PanelId;
break;
case FMJDDNEDKGFOneofCase.FJDLNIAOHFC:
FJDLNIAOHFC = other.FJDLNIAOHFC.Clone();
break;
case FMJDDNEDKGFOneofCase.PKEOAPLIOBH:
PKEOAPLIOBH = other.PKEOAPLIOBH.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DHAHAKMPNAF Clone() {
return new DHAHAKMPNAF(this);
}
/// <summary>Field number for the "time" field.</summary>
public const int TimeFieldNumber = 9;
private long time_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long Time {
get { return time_; }
set {
time_ = value;
}
}
/// <summary>Field number for the "EJHMNKHEPFA" field.</summary>
public const int EJHMNKHEPFAFieldNumber = 14;
private global::EggLink.DanhengServer.Proto.DevelopmentType eJHMNKHEPFA_ = global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.DevelopmentType EJHMNKHEPFA {
get { return eJHMNKHEPFA_; }
set {
eJHMNKHEPFA_ = value;
}
}
/// <summary>Field number for the "LIIBBGGEHFP" field.</summary>
public const int LIIBBGGEHFPFieldNumber = 691;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.IOJHJAHIMHM LIIBBGGEHFP {
get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP ? (global::EggLink.DanhengServer.Proto.IOJHJAHIMHM) fMJDDNEDKGF_ : null; }
set {
fMJDDNEDKGF_ = value;
fMJDDNEDKGFCase_ = value == null ? FMJDDNEDKGFOneofCase.None : FMJDDNEDKGFOneofCase.LIIBBGGEHFP;
}
}
/// <summary>Field number for the "IKFFOBAMGHJ" field.</summary>
public const int IKFFOBAMGHJFieldNumber = 510;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MEEHCBGDBEA IKFFOBAMGHJ {
get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ ? (global::EggLink.DanhengServer.Proto.MEEHCBGDBEA) fMJDDNEDKGF_ : null; }
set {
fMJDDNEDKGF_ = value;
fMJDDNEDKGFCase_ = value == null ? FMJDDNEDKGFOneofCase.None : FMJDDNEDKGFOneofCase.IKFFOBAMGHJ;
}
}
/// <summary>Field number for the "avatar_id" field.</summary>
public const int AvatarIdFieldNumber = 368;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AvatarId {
get { return HasAvatarId ? (uint) fMJDDNEDKGF_ : 0; }
set {
fMJDDNEDKGF_ = value;
fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.AvatarId;
}
}
/// <summary>Gets whether the "avatar_id" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasAvatarId {
get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.AvatarId; }
}
/// <summary> Clears the value of the oneof if it's currently set to "avatar_id" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearAvatarId() {
if (HasAvatarId) {
ClearFMJDDNEDKGF();
}
}
/// <summary>Field number for the "MDMGKHLHIIN" field.</summary>
public const int MDMGKHLHIINFieldNumber = 1732;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MDMGKHLHIIN {
get { return HasMDMGKHLHIIN ? (uint) fMJDDNEDKGF_ : 0; }
set {
fMJDDNEDKGF_ = value;
fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.MDMGKHLHIIN;
}
}
/// <summary>Gets whether the "MDMGKHLHIIN" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasMDMGKHLHIIN {
get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.MDMGKHLHIIN; }
}
/// <summary> Clears the value of the oneof if it's currently set to "MDMGKHLHIIN" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearMDMGKHLHIIN() {
if (HasMDMGKHLHIIN) {
ClearFMJDDNEDKGF();
}
}
/// <summary>Field number for the "CKKNNHMDCOG" field.</summary>
public const int CKKNNHMDCOGFieldNumber = 788;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CKKNNHMDCOG {
get { return HasCKKNNHMDCOG ? (uint) fMJDDNEDKGF_ : 0; }
set {
fMJDDNEDKGF_ = value;
fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.CKKNNHMDCOG;
}
}
/// <summary>Gets whether the "CKKNNHMDCOG" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasCKKNNHMDCOG {
get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.CKKNNHMDCOG; }
}
/// <summary> Clears the value of the oneof if it's currently set to "CKKNNHMDCOG" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearCKKNNHMDCOG() {
if (HasCKKNNHMDCOG) {
ClearFMJDDNEDKGF();
}
}
/// <summary>Field number for the "IELHLBFFAGK" field.</summary>
public const int IELHLBFFAGKFieldNumber = 563;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.JIENKFADCHE IELHLBFFAGK {
get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK ? (global::EggLink.DanhengServer.Proto.JIENKFADCHE) fMJDDNEDKGF_ : null; }
set {
fMJDDNEDKGF_ = value;
fMJDDNEDKGFCase_ = value == null ? FMJDDNEDKGFOneofCase.None : FMJDDNEDKGFOneofCase.IELHLBFFAGK;
}
}
/// <summary>Field number for the "panel_id" field.</summary>
public const int PanelIdFieldNumber = 2024;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PanelId {
get { return HasPanelId ? (uint) fMJDDNEDKGF_ : 0; }
set {
fMJDDNEDKGF_ = value;
fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.PanelId;
}
}
/// <summary>Gets whether the "panel_id" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasPanelId {
get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.PanelId; }
}
/// <summary> Clears the value of the oneof if it's currently set to "panel_id" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearPanelId() {
if (HasPanelId) {
ClearFMJDDNEDKGF();
}
}
/// <summary>Field number for the "FJDLNIAOHFC" field.</summary>
public const int FJDLNIAOHFCFieldNumber = 1165;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PDDKMLPNMAH FJDLNIAOHFC {
get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.FJDLNIAOHFC ? (global::EggLink.DanhengServer.Proto.PDDKMLPNMAH) fMJDDNEDKGF_ : null; }
set {
fMJDDNEDKGF_ = value;
fMJDDNEDKGFCase_ = value == null ? FMJDDNEDKGFOneofCase.None : FMJDDNEDKGFOneofCase.FJDLNIAOHFC;
}
}
/// <summary>Field number for the "PKEOAPLIOBH" field.</summary>
public const int PKEOAPLIOBHFieldNumber = 197;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.NLCCEDEHEHE PKEOAPLIOBH {
get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.PKEOAPLIOBH ? (global::EggLink.DanhengServer.Proto.NLCCEDEHEHE) fMJDDNEDKGF_ : null; }
set {
fMJDDNEDKGF_ = value;
fMJDDNEDKGFCase_ = value == null ? FMJDDNEDKGFOneofCase.None : FMJDDNEDKGFOneofCase.PKEOAPLIOBH;
}
}
private object fMJDDNEDKGF_;
/// <summary>Enum of possible cases for the "FMJDDNEDKGF" oneof.</summary>
public enum FMJDDNEDKGFOneofCase {
None = 0,
LIIBBGGEHFP = 691,
IKFFOBAMGHJ = 510,
AvatarId = 368,
MDMGKHLHIIN = 1732,
CKKNNHMDCOG = 788,
IELHLBFFAGK = 563,
PanelId = 2024,
FJDLNIAOHFC = 1165,
PKEOAPLIOBH = 197,
}
private FMJDDNEDKGFOneofCase fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FMJDDNEDKGFOneofCase FMJDDNEDKGFCase {
get { return fMJDDNEDKGFCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearFMJDDNEDKGF() {
fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.None;
fMJDDNEDKGF_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as DHAHAKMPNAF);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(DHAHAKMPNAF other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Time != other.Time) return false;
if (EJHMNKHEPFA != other.EJHMNKHEPFA) return false;
if (!object.Equals(LIIBBGGEHFP, other.LIIBBGGEHFP)) return false;
if (!object.Equals(IKFFOBAMGHJ, other.IKFFOBAMGHJ)) return false;
if (AvatarId != other.AvatarId) return false;
if (MDMGKHLHIIN != other.MDMGKHLHIIN) return false;
if (CKKNNHMDCOG != other.CKKNNHMDCOG) return false;
if (!object.Equals(IELHLBFFAGK, other.IELHLBFFAGK)) return false;
if (PanelId != other.PanelId) return false;
if (!object.Equals(FJDLNIAOHFC, other.FJDLNIAOHFC)) return false;
if (!object.Equals(PKEOAPLIOBH, other.PKEOAPLIOBH)) return false;
if (FMJDDNEDKGFCase != other.FMJDDNEDKGFCase) return false;
return Equals(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (Time != 0L) hash ^= Time.GetHashCode();
if (EJHMNKHEPFA != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) hash ^= EJHMNKHEPFA.GetHashCode();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) hash ^= LIIBBGGEHFP.GetHashCode();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) hash ^= IKFFOBAMGHJ.GetHashCode();
if (HasAvatarId) hash ^= AvatarId.GetHashCode();
if (HasMDMGKHLHIIN) hash ^= MDMGKHLHIIN.GetHashCode();
if (HasCKKNNHMDCOG) hash ^= CKKNNHMDCOG.GetHashCode();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) hash ^= IELHLBFFAGK.GetHashCode();
if (HasPanelId) hash ^= PanelId.GetHashCode();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.FJDLNIAOHFC) hash ^= FJDLNIAOHFC.GetHashCode();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.PKEOAPLIOBH) hash ^= PKEOAPLIOBH.GetHashCode();
hash ^= (int) fMJDDNEDKGFCase_;
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
return hash;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override string ToString() {
return pb::JsonFormatter.ToDiagnosticString(this);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (Time != 0L) {
output.WriteRawTag(72);
output.WriteInt64(Time);
}
if (EJHMNKHEPFA != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
output.WriteRawTag(112);
output.WriteEnum((int) EJHMNKHEPFA);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.PKEOAPLIOBH) {
output.WriteRawTag(170, 12);
output.WriteMessage(PKEOAPLIOBH);
}
if (HasAvatarId) {
output.WriteRawTag(128, 23);
output.WriteUInt32(AvatarId);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) {
output.WriteRawTag(242, 31);
output.WriteMessage(IKFFOBAMGHJ);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) {
output.WriteRawTag(154, 35);
output.WriteMessage(IELHLBFFAGK);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) {
output.WriteRawTag(154, 43);
output.WriteMessage(LIIBBGGEHFP);
}
if (HasCKKNNHMDCOG) {
output.WriteRawTag(160, 49);
output.WriteUInt32(CKKNNHMDCOG);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.FJDLNIAOHFC) {
output.WriteRawTag(234, 72);
output.WriteMessage(FJDLNIAOHFC);
}
if (HasMDMGKHLHIIN) {
output.WriteRawTag(160, 108);
output.WriteUInt32(MDMGKHLHIIN);
}
if (HasPanelId) {
output.WriteRawTag(192, 126);
output.WriteUInt32(PanelId);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (Time != 0L) {
output.WriteRawTag(72);
output.WriteInt64(Time);
}
if (EJHMNKHEPFA != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
output.WriteRawTag(112);
output.WriteEnum((int) EJHMNKHEPFA);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.PKEOAPLIOBH) {
output.WriteRawTag(170, 12);
output.WriteMessage(PKEOAPLIOBH);
}
if (HasAvatarId) {
output.WriteRawTag(128, 23);
output.WriteUInt32(AvatarId);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) {
output.WriteRawTag(242, 31);
output.WriteMessage(IKFFOBAMGHJ);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) {
output.WriteRawTag(154, 35);
output.WriteMessage(IELHLBFFAGK);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) {
output.WriteRawTag(154, 43);
output.WriteMessage(LIIBBGGEHFP);
}
if (HasCKKNNHMDCOG) {
output.WriteRawTag(160, 49);
output.WriteUInt32(CKKNNHMDCOG);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.FJDLNIAOHFC) {
output.WriteRawTag(234, 72);
output.WriteMessage(FJDLNIAOHFC);
}
if (HasMDMGKHLHIIN) {
output.WriteRawTag(160, 108);
output.WriteUInt32(MDMGKHLHIIN);
}
if (HasPanelId) {
output.WriteRawTag(192, 126);
output.WriteUInt32(PanelId);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
}
#endif
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (Time != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(Time);
}
if (EJHMNKHEPFA != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EJHMNKHEPFA);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(LIIBBGGEHFP);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(IKFFOBAMGHJ);
}
if (HasAvatarId) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId);
}
if (HasMDMGKHLHIIN) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(MDMGKHLHIIN);
}
if (HasCKKNNHMDCOG) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(CKKNNHMDCOG);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(IELHLBFFAGK);
}
if (HasPanelId) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PanelId);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.FJDLNIAOHFC) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(FJDLNIAOHFC);
}
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.PKEOAPLIOBH) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(PKEOAPLIOBH);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(DHAHAKMPNAF other) {
if (other == null) {
return;
}
if (other.Time != 0L) {
Time = other.Time;
}
if (other.EJHMNKHEPFA != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
EJHMNKHEPFA = other.EJHMNKHEPFA;
}
switch (other.FMJDDNEDKGFCase) {
case FMJDDNEDKGFOneofCase.LIIBBGGEHFP:
if (LIIBBGGEHFP == null) {
LIIBBGGEHFP = new global::EggLink.DanhengServer.Proto.IOJHJAHIMHM();
}
LIIBBGGEHFP.MergeFrom(other.LIIBBGGEHFP);
break;
case FMJDDNEDKGFOneofCase.IKFFOBAMGHJ:
if (IKFFOBAMGHJ == null) {
IKFFOBAMGHJ = new global::EggLink.DanhengServer.Proto.MEEHCBGDBEA();
}
IKFFOBAMGHJ.MergeFrom(other.IKFFOBAMGHJ);
break;
case FMJDDNEDKGFOneofCase.AvatarId:
AvatarId = other.AvatarId;
break;
case FMJDDNEDKGFOneofCase.MDMGKHLHIIN:
MDMGKHLHIIN = other.MDMGKHLHIIN;
break;
case FMJDDNEDKGFOneofCase.CKKNNHMDCOG:
CKKNNHMDCOG = other.CKKNNHMDCOG;
break;
case FMJDDNEDKGFOneofCase.IELHLBFFAGK:
if (IELHLBFFAGK == null) {
IELHLBFFAGK = new global::EggLink.DanhengServer.Proto.JIENKFADCHE();
}
IELHLBFFAGK.MergeFrom(other.IELHLBFFAGK);
break;
case FMJDDNEDKGFOneofCase.PanelId:
PanelId = other.PanelId;
break;
case FMJDDNEDKGFOneofCase.FJDLNIAOHFC:
if (FJDLNIAOHFC == null) {
FJDLNIAOHFC = new global::EggLink.DanhengServer.Proto.PDDKMLPNMAH();
}
FJDLNIAOHFC.MergeFrom(other.FJDLNIAOHFC);
break;
case FMJDDNEDKGFOneofCase.PKEOAPLIOBH:
if (PKEOAPLIOBH == null) {
PKEOAPLIOBH = new global::EggLink.DanhengServer.Proto.NLCCEDEHEHE();
}
PKEOAPLIOBH.MergeFrom(other.PKEOAPLIOBH);
break;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(pb::CodedInputStream input) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
input.ReadRawMessage(this);
#else
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 72: {
Time = input.ReadInt64();
break;
}
case 112: {
EJHMNKHEPFA = (global::EggLink.DanhengServer.Proto.DevelopmentType) input.ReadEnum();
break;
}
case 1578: {
global::EggLink.DanhengServer.Proto.NLCCEDEHEHE subBuilder = new global::EggLink.DanhengServer.Proto.NLCCEDEHEHE();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.PKEOAPLIOBH) {
subBuilder.MergeFrom(PKEOAPLIOBH);
}
input.ReadMessage(subBuilder);
PKEOAPLIOBH = subBuilder;
break;
}
case 2944: {
AvatarId = input.ReadUInt32();
break;
}
case 4082: {
global::EggLink.DanhengServer.Proto.MEEHCBGDBEA subBuilder = new global::EggLink.DanhengServer.Proto.MEEHCBGDBEA();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) {
subBuilder.MergeFrom(IKFFOBAMGHJ);
}
input.ReadMessage(subBuilder);
IKFFOBAMGHJ = subBuilder;
break;
}
case 4506: {
global::EggLink.DanhengServer.Proto.JIENKFADCHE subBuilder = new global::EggLink.DanhengServer.Proto.JIENKFADCHE();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) {
subBuilder.MergeFrom(IELHLBFFAGK);
}
input.ReadMessage(subBuilder);
IELHLBFFAGK = subBuilder;
break;
}
case 5530: {
global::EggLink.DanhengServer.Proto.IOJHJAHIMHM subBuilder = new global::EggLink.DanhengServer.Proto.IOJHJAHIMHM();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) {
subBuilder.MergeFrom(LIIBBGGEHFP);
}
input.ReadMessage(subBuilder);
LIIBBGGEHFP = subBuilder;
break;
}
case 6304: {
CKKNNHMDCOG = input.ReadUInt32();
break;
}
case 9322: {
global::EggLink.DanhengServer.Proto.PDDKMLPNMAH subBuilder = new global::EggLink.DanhengServer.Proto.PDDKMLPNMAH();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.FJDLNIAOHFC) {
subBuilder.MergeFrom(FJDLNIAOHFC);
}
input.ReadMessage(subBuilder);
FJDLNIAOHFC = subBuilder;
break;
}
case 13856: {
MDMGKHLHIIN = input.ReadUInt32();
break;
}
case 16192: {
PanelId = input.ReadUInt32();
break;
}
}
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 72: {
Time = input.ReadInt64();
break;
}
case 112: {
EJHMNKHEPFA = (global::EggLink.DanhengServer.Proto.DevelopmentType) input.ReadEnum();
break;
}
case 1578: {
global::EggLink.DanhengServer.Proto.NLCCEDEHEHE subBuilder = new global::EggLink.DanhengServer.Proto.NLCCEDEHEHE();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.PKEOAPLIOBH) {
subBuilder.MergeFrom(PKEOAPLIOBH);
}
input.ReadMessage(subBuilder);
PKEOAPLIOBH = subBuilder;
break;
}
case 2944: {
AvatarId = input.ReadUInt32();
break;
}
case 4082: {
global::EggLink.DanhengServer.Proto.MEEHCBGDBEA subBuilder = new global::EggLink.DanhengServer.Proto.MEEHCBGDBEA();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) {
subBuilder.MergeFrom(IKFFOBAMGHJ);
}
input.ReadMessage(subBuilder);
IKFFOBAMGHJ = subBuilder;
break;
}
case 4506: {
global::EggLink.DanhengServer.Proto.JIENKFADCHE subBuilder = new global::EggLink.DanhengServer.Proto.JIENKFADCHE();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) {
subBuilder.MergeFrom(IELHLBFFAGK);
}
input.ReadMessage(subBuilder);
IELHLBFFAGK = subBuilder;
break;
}
case 5530: {
global::EggLink.DanhengServer.Proto.IOJHJAHIMHM subBuilder = new global::EggLink.DanhengServer.Proto.IOJHJAHIMHM();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) {
subBuilder.MergeFrom(LIIBBGGEHFP);
}
input.ReadMessage(subBuilder);
LIIBBGGEHFP = subBuilder;
break;
}
case 6304: {
CKKNNHMDCOG = input.ReadUInt32();
break;
}
case 9322: {
global::EggLink.DanhengServer.Proto.PDDKMLPNMAH subBuilder = new global::EggLink.DanhengServer.Proto.PDDKMLPNMAH();
if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.FJDLNIAOHFC) {
subBuilder.MergeFrom(FJDLNIAOHFC);
}
input.ReadMessage(subBuilder);
FJDLNIAOHFC = subBuilder;
break;
}
case 13856: {
MDMGKHLHIIN = input.ReadUInt32();
break;
}
case 16192: {
PanelId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static DeployRotaterScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhEZXBsb3lSb3RhdGVyU2NSc3AucHJvdG8aF1JvdGF0ZXJFbmVyZ3lJbmZv",
"LnByb3RvGhFSb3RhdGVyRGF0YS5wcm90byJyChJEZXBsb3lSb3RhdGVyU2NS",
"ChhEZXBsb3lSb3RhdGVyU2NSc3AucHJvdG8aEVJvdGF0ZXJEYXRhLnByb3Rv",
"GhdSb3RhdGVyRW5lcmd5SW5mby5wcm90byJyChJEZXBsb3lSb3RhdGVyU2NS",
"c3ASJwoLZW5lcmd5X2luZm8YDyABKAsyEi5Sb3RhdGVyRW5lcmd5SW5mbxIP",
"CgdyZXRjb2RlGAggASgNEiIKDHJvdGF0ZXJfZGF0YRgDIAEoCzIMLlJvdGF0",
"ZXJEYXRhQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
"Mw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DeployRotaterScRsp), global::EggLink.DanhengServer.Proto.DeployRotaterScRsp.Parser, new[]{ "EnergyInfo", "Retcode", "RotaterData" }, null, null, null, null)
}));

View File

@@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1EaXNwbGF5QXZhdGFyRGV0YWlsSW5mby5wcm90bxoWRGlzcGxheVJlbGlj",
"SW5mby5wcm90bxoVQXZhdGFyU2tpbGxUcmVlLnByb3RvGhpEaXNwbGF5RXF1",
"aXBtZW50SW5mby5wcm90byKZAgoXRGlzcGxheUF2YXRhckRldGFpbEluZm8S",
"SW5mby5wcm90bxoaRGlzcGxheUVxdWlwbWVudEluZm8ucHJvdG8aFUF2YXRh",
"clNraWxsVHJlZS5wcm90byKZAgoXRGlzcGxheUF2YXRhckRldGFpbEluZm8S",
"EAoIQXZhdGFySWQYAiABKA0SEQoJUHJvbW90aW9uGAcgASgNEhUKDURyZXNz",
"ZWRTa2luSWQYCSABKA0SJAoJUmVsaWNMaXN0GAYgAygLMhEuRGlzcGxheVJl",
"bGljSW5mbxILCgNQb3MYBCABKA0SKAoJRXF1aXBtZW50GAogASgLMhUuRGlz",
@@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto {
"ZXZlbBgIIAEoDRISCgpFbmhhbmNlZElkGAsgASgNQh6qAhtFZ2dMaW5rLkRh",
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DisplayRelicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.DisplayEquipmentInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DisplayRelicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.DisplayEquipmentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo), global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo.Parser, new[]{ "AvatarId", "Promotion", "DressedSkinId", "RelicList", "Pos", "Equipment", "Rank", "SkilltreeList", "Exp", "Level", "EnhancedId" }, null, null, null, null)
}));

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static EACDEAPKILKReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFFQUNERUFQS0lMSy5wcm90bxoRSFBLRUZGRUNIRkcucHJvdG8aEVBGS0FN",
"QUZJS0tPLnByb3RvIuYBCgtFQUNERUFQS0lMSxIhCgtDRktKRVBNTkxKSRgB",
"ChFFQUNERUFQS0lMSy5wcm90bxoRUEZLQU1BRklLS08ucHJvdG8aEUhQS0VG",
"RkVDSEZHLnByb3RvIuYBCgtFQUNERUFQS0lMSxIhCgtDRktKRVBNTkxKSRgB",
"IAMoCzIMLkhQS0VGRkVDSEZHEjIKC0xLR0RGSEZCTERFGAIgAygLMh0uRUFD",
"REVBUEtJTEsuTEtHREZIRkJMREVFbnRyeRIhCgtGRUJNTkNKSUZNThgDIAMo",
"CzIMLlBGS0FNQUZJS0tPEg8KB2FyZWFfaWQYBCABKA0SGAoQZGlmZmljdWx0",
@@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto {
"DRINCgV2YWx1ZRgCIAEoDToCOAFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
"ci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HPKEFFECHFGReflection.Descriptor, global::EggLink.DanhengServer.Proto.PFKAMAFIKKOReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PFKAMAFIKKOReflection.Descriptor, global::EggLink.DanhengServer.Proto.HPKEFFECHFGReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EACDEAPKILK), global::EggLink.DanhengServer.Proto.EACDEAPKILK.Parser, new[]{ "CFKJEPMNLJI", "LKGDFHFBLDE", "FEBMNCJIFMN", "AreaId", "DifficultyLevel" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
}));

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static EGBKGEMFODNReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFFR0JLR0VNRk9ETi5wcm90bxoRRkxOSURLSUdHQksucHJvdG8aEUxFQUFI",
"RFBBSUVHLnByb3RvGhFJTE1FTEZKQ0NNRC5wcm90byK1AQoLRUdCS0dFTUZP",
"ChFFR0JLR0VNRk9ETi5wcm90bxoRRkxOSURLSUdHQksucHJvdG8aEUlMTUVM",
"RkpDQ01ELnByb3RvGhFMRUFBSERQQUlFRy5wcm90byK1AQoLRUdCS0dFTUZP",
"RE4SIQoLTkNJS0tGRU5ISkYYBiABKAsyDC5JTE1FTEZKQ0NNRBITCgtDQ0JC",
"REdGRkZBRxgEIAMoDRIhCgtEUFBJTUpORE5ERhgPIAMoCzIMLkZMTklES0lH",
"R0JLEiEKC05GSU9BQ0ZISk5LGAggAygLMgwuTEVBQUhEUEFJRUcSEwoLSEpO",
"T0lFTkdFREwYAiABKA0SEwoLQkxNTkVLRlBBR0gYDiABKA1CHqoCG0VnZ0xp",
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FLNIDKIGGBKReflection.Descriptor, global::EggLink.DanhengServer.Proto.LEAAHDPAIEGReflection.Descriptor, global::EggLink.DanhengServer.Proto.ILMELFJCCMDReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FLNIDKIGGBKReflection.Descriptor, global::EggLink.DanhengServer.Proto.ILMELFJCCMDReflection.Descriptor, global::EggLink.DanhengServer.Proto.LEAAHDPAIEGReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EGBKGEMFODN), global::EggLink.DanhengServer.Proto.EGBKGEMFODN.Parser, new[]{ "NCIKKFENHJF", "CCBBDGFFFAG", "DPPIMJNDNDF", "NFIOACFHJNK", "HJNOIENGEDL", "BLMNEKFPAGH" }, null, null, null, null)
}));

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static EGCDDLKHFEBReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFFR0NERExLSEZFQi5wcm90bxoRTURPSEFGQkVFUEsucHJvdG8aEUJGSUxM",
"SU9CTUZOLnByb3RvIlMKC0VHQ0RETEtIRkVCEiEKC01MUENGR0RBRk5EGA4g",
"ChFFR0NERExLSEZFQi5wcm90bxoRQkZJTExJT0JNRk4ucHJvdG8aEU1ET0hB",
"RkJFRVBLLnByb3RvIlMKC0VHQ0RETEtIRkVCEiEKC01MUENGR0RBRk5EGA4g",
"ASgLMgwuTURPSEFGQkVFUEsSIQoLT0xLTkRGSkJER0oYDCABKA4yDC5CRklM",
"TElPQk1GTkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MDOHAFBEEPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.BFILLIOBMFNReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BFILLIOBMFNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MDOHAFBEEPKReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EGCDDLKHFEB), global::EggLink.DanhengServer.Proto.EGCDDLKHFEB.Parser, new[]{ "MLPCFGDAFND", "OLKNDFJBDGJ" }, null, null, null, null)
}));

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static EMMDENJBFPFReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFFTU1ERU5KQkZQRi5wcm90bxoRSEVPSkxEQktLR0UucHJvdG8aEVBKSkRN",
"TUJLS0NOLnByb3RvGhFCSkdMRExKS0lESC5wcm90byLfAQoLRU1NREVOSkJG",
"ChFFTU1ERU5KQkZQRi5wcm90bxoRUEpKRE1NQktLQ04ucHJvdG8aEUhFT0pM",
"REJLS0dFLnByb3RvGhFCSkdMRExKS0lESC5wcm90byLfAQoLRU1NREVOSkJG",
"UEYSEwoLTlBKRUVDRURQT0sYASABKA0SEwoLTUxJSUpHT0FFQ0sYBCABKA0S",
"EwoLS01MUFBNTk1QS0UYDiABKA0SEwoLTUxJUFBMS0lJRkQYDCABKA0SIQoL",
"S0pNTElBTUdETEUYByADKAsyDC5CSkdMRExKS0lESBIhCgtNTUVJUEhCTktF",
@@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto {
"SEVPSkxEQktLR0USEwoLQ0ZPS0lHSUhDRlAYAiABKA1CHqoCG0VnZ0xpbmsu",
"RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HEOJLDBKKGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.PJJDMMBKKCNReflection.Descriptor, global::EggLink.DanhengServer.Proto.BJGLDLJKIDHReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PJJDMMBKKCNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HEOJLDBKKGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.BJGLDLJKIDHReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EMMDENJBFPF), global::EggLink.DanhengServer.Proto.EMMDENJBFPF.Parser, new[]{ "NPJEECEDPOK", "MLIIJGOAECK", "KMLPPMNMPKE", "MLIPPLKIIFD", "KJMLIAMGDLE", "MMEIPHBNKED", "CCGBHHFBAFJ", "CFOKIGIHCFP" }, null, null, null, null)
}));

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static EnterRogueMapRoomScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxFbnRlclJvZ3VlTWFwUm9vbVNjUnNwLnByb3RvGhBMaW5ldXBJbmZvLnBy",
"b3RvGhhSb2d1ZU1hcFJvdGF0ZUluZm8ucHJvdG8aD1NjZW5lSW5mby5wcm90",
"ChxFbnRlclJvZ3VlTWFwUm9vbVNjUnNwLnByb3RvGg9TY2VuZUluZm8ucHJv",
"dG8aEExpbmV1cEluZm8ucHJvdG8aGFJvZ3VlTWFwUm90YXRlSW5mby5wcm90",
"byKgAQoWRW50ZXJSb2d1ZU1hcFJvb21TY1JzcBITCgtjdXJfc2l0ZV9pZBgF",
"IAEoDRIPCgdyZXRjb2RlGA4gASgNEhsKBmxpbmV1cBgCIAEoCzILLkxpbmV1",
"cEluZm8SGQoFc2NlbmUYDSABKAsyCi5TY2VuZUluZm8SKAoLcm90YXRlX2lu",
"Zm8YCiABKAsyEy5Sb2d1ZU1hcFJvdGF0ZUluZm9CHqoCG0VnZ0xpbmsuRGFu",
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.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[]{ "CurSiteId", "Retcode", "Lineup", "Scene", "RotateInfo" }, null, null, null, null)
}));

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static EnterRogueScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVFbnRlclJvZ3VlU2NSc3AucHJvdG8aEExpbmV1cEluZm8ucHJvdG8aGFJv",
"Z3VlTWFwUm90YXRlSW5mby5wcm90bxoPU2NlbmVJbmZvLnByb3RvGg9Sb2d1",
"ChVFbnRlclJvZ3VlU2NSc3AucHJvdG8aD1NjZW5lSW5mby5wcm90bxoYUm9n",
"dWVNYXBSb3RhdGVJbmZvLnByb3RvGhBMaW5ldXBJbmZvLnByb3RvGg9Sb2d1",
"ZUluZm8ucHJvdG8iqQEKD0VudGVyUm9ndWVTY1JzcBIbCgZsaW5ldXAYCiAB",
"KAsyCy5MaW5ldXBJbmZvEiMKD3JvZ3VlX2dhbWVfaW5mbxgFIAEoCzIKLlJv",
"Z3VlSW5mbxIoCgtyb3RhdGVfaW5mbxgIIAEoCzITLlJvZ3VlTWFwUm90YXRl",
"SW5mbxIZCgVzY2VuZRgLIAEoCzIKLlNjZW5lSW5mbxIPCgdyZXRjb2RlGA4g",
"ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueInfoReflection.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[]{ "Lineup", "RogueGameInfo", "RotateInfo", "Scene", "Retcode" }, null, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static EnterSceneByServerScNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiBFbnRlclNjZW5lQnlTZXJ2ZXJTY05vdGlmeS5wcm90bxoQTGluZXVwSW5m",
"by5wcm90bxoWRW50ZXJTY2VuZVJlYXNvbi5wcm90bxoPU2NlbmVJbmZvLnBy",
"CiBFbnRlclNjZW5lQnlTZXJ2ZXJTY05vdGlmeS5wcm90bxoPU2NlbmVJbmZv",
"LnByb3RvGhBMaW5ldXBJbmZvLnByb3RvGhZFbnRlclNjZW5lUmVhc29uLnBy",
"b3RvIncKGkVudGVyU2NlbmVCeVNlcnZlclNjTm90aWZ5EhkKBXNjZW5lGAQg",
"ASgLMgouU2NlbmVJbmZvEhsKBmxpbmV1cBgHIAEoCzILLkxpbmV1cEluZm8S",
"IQoGcmVhc29uGAwgASgOMhEuRW50ZXJTY2VuZVJlYXNvbkIeqgIbRWdnTGlu",
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EnterSceneReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EnterSceneReasonReflection.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)
}));

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static EntityBuffChangeInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpFbnRpdHlCdWZmQ2hhbmdlSW5mby5wcm90bxoOQnVmZkluZm8ucHJvdG8a",
"H1NjZW5lRW50aXR5QnVmZkNoYW5nZVR5cGUucHJvdG8ivQEKFEVudGl0eUJ1",
"ChpFbnRpdHlCdWZmQ2hhbmdlSW5mby5wcm90bxofU2NlbmVFbnRpdHlCdWZm",
"Q2hhbmdlVHlwZS5wcm90bxoOQnVmZkluZm8ucHJvdG8ivQEKFEVudGl0eUJ1",
"ZmZDaGFuZ2VJbmZvEioKBnJlYXNvbhgOIAEoDjIaLlNjZW5lRW50aXR5QnVm",
"ZkNoYW5nZVR5cGUSEQoJZW50aXR5X2lkGAggASgNEhYKDmNhc3RfZW50aXR5",
"X2lkGAYgASgNEiUKEGJ1ZmZfY2hhbmdlX2luZm8YDyABKAsyCS5CdWZmSW5m",
"b0gAEhgKDnJlbW92ZV9idWZmX2lkGAUgASgNSABCDQoLYnVmZl9jaGFuZ2VC",
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
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[]{ "Reason", "EntityId", "CastEntityId", "BuffChangeInfo", "RemoveBuffId" }, new[]{ "BuffChange" }, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static EquipmentRecommendInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxFcXVpcG1lbnRSZWNvbW1lbmRJbmZvLnByb3RvIkIKFkVxdWlwbWVudFJl",
"Y29tbWVuZEluZm8SEwoLTEdJSUFISURMTUcYDSABKA0SEwoLTURNR0tITEhJ",
"SU4YASABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
"dG8z"));
"ChxFcXVpcG1lbnRSZWNvbW1lbmRJbmZvLnByb3RvIkQKFkVxdWlwbWVudFJl",
"Y29tbWVuZEluZm8SEwoLTEdJSUFISURMTUcYDSABKA0SFQoNZXF1aXBtZW50",
"X3RpZBgBIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EquipmentRecommendInfo), global::EggLink.DanhengServer.Proto.EquipmentRecommendInfo.Parser, new[]{ "LGIIAHIDLMG", "MDMGKHLHIIN" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EquipmentRecommendInfo), global::EggLink.DanhengServer.Proto.EquipmentRecommendInfo.Parser, new[]{ "LGIIAHIDLMG", "EquipmentTid" }, null, null, null, null)
}));
}
#endregion
@@ -74,7 +74,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EquipmentRecommendInfo(EquipmentRecommendInfo other) : this() {
lGIIAHIDLMG_ = other.lGIIAHIDLMG_;
mDMGKHLHIIN_ = other.mDMGKHLHIIN_;
equipmentTid_ = other.equipmentTid_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -96,15 +96,15 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "MDMGKHLHIIN" field.</summary>
public const int MDMGKHLHIINFieldNumber = 1;
private uint mDMGKHLHIIN_;
/// <summary>Field number for the "equipment_tid" field.</summary>
public const int EquipmentTidFieldNumber = 1;
private uint equipmentTid_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MDMGKHLHIIN {
get { return mDMGKHLHIIN_; }
public uint EquipmentTid {
get { return equipmentTid_; }
set {
mDMGKHLHIIN_ = value;
equipmentTid_ = value;
}
}
@@ -124,7 +124,7 @@ namespace EggLink.DanhengServer.Proto {
return true;
}
if (LGIIAHIDLMG != other.LGIIAHIDLMG) return false;
if (MDMGKHLHIIN != other.MDMGKHLHIIN) return false;
if (EquipmentTid != other.EquipmentTid) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -133,7 +133,7 @@ namespace EggLink.DanhengServer.Proto {
public override int GetHashCode() {
int hash = 1;
if (LGIIAHIDLMG != 0) hash ^= LGIIAHIDLMG.GetHashCode();
if (MDMGKHLHIIN != 0) hash ^= MDMGKHLHIIN.GetHashCode();
if (EquipmentTid != 0) hash ^= EquipmentTid.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -152,9 +152,9 @@ namespace EggLink.DanhengServer.Proto {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (MDMGKHLHIIN != 0) {
if (EquipmentTid != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MDMGKHLHIIN);
output.WriteUInt32(EquipmentTid);
}
if (LGIIAHIDLMG != 0) {
output.WriteRawTag(104);
@@ -170,9 +170,9 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (MDMGKHLHIIN != 0) {
if (EquipmentTid != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MDMGKHLHIIN);
output.WriteUInt32(EquipmentTid);
}
if (LGIIAHIDLMG != 0) {
output.WriteRawTag(104);
@@ -191,8 +191,8 @@ namespace EggLink.DanhengServer.Proto {
if (LGIIAHIDLMG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LGIIAHIDLMG);
}
if (MDMGKHLHIIN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MDMGKHLHIIN);
if (EquipmentTid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EquipmentTid);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -209,8 +209,8 @@ namespace EggLink.DanhengServer.Proto {
if (other.LGIIAHIDLMG != 0) {
LGIIAHIDLMG = other.LGIIAHIDLMG;
}
if (other.MDMGKHLHIIN != 0) {
MDMGKHLHIIN = other.MDMGKHLHIIN;
if (other.EquipmentTid != 0) {
EquipmentTid = other.EquipmentTid;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -228,7 +228,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 8: {
MDMGKHLHIIN = input.ReadUInt32();
EquipmentTid = input.ReadUInt32();
break;
}
case 104: {
@@ -251,7 +251,7 @@ namespace EggLink.DanhengServer.Proto {
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 8: {
MDMGKHLHIIN = input.ReadUInt32();
EquipmentTid = input.ReadUInt32();
break;
}
case 104: {

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static ExchangeGachaCeilingScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9FeGNoYW5nZUdhY2hhQ2VpbGluZ1NjUnNwLnByb3RvGhJHYWNoYUNlaWxp",
"bmcucHJvdG8aDkl0ZW1MaXN0LnByb3RvIqABChlFeGNoYW5nZUdhY2hhQ2Vp",
"Ch9FeGNoYW5nZUdhY2hhQ2VpbGluZ1NjUnNwLnByb3RvGg5JdGVtTGlzdC5w",
"cm90bxoSR2FjaGFDZWlsaW5nLnByb3RvIqABChlFeGNoYW5nZUdhY2hhQ2Vp",
"bGluZ1NjUnNwEiUKEnRyYW5zZmVyX2l0ZW1fbGlzdBgIIAEoCzIJLkl0ZW1M",
"aXN0EhEKCWF2YXRhcl9pZBgHIAEoDRIPCgdyZXRjb2RlGAogASgNEhIKCmdh",
"Y2hhX3R5cGUYDiABKA0SJAoNZ2FjaGFfY2VpbGluZxgDIAEoCzINLkdhY2hh",
"Q2VpbGluZ0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GachaCeilingReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.GachaCeilingReflection.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[]{ "TransferItemList", "AvatarId", "Retcode", "GachaType", "GachaCeiling" }, null, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static FBGLLDNLGPEReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFGQkdMTEROTEdQRS5wcm90bxoRSEVPSkxEQktLR0UucHJvdG8aEVBKSkRN",
"TUJLS0NOLnByb3RvGhFMUENOSk1GSVBOUC5wcm90byKLAQoLRkJHTExETkxH",
"ChFGQkdMTEROTEdQRS5wcm90bxoRTFBDTkpNRklQTlAucHJvdG8aEVBKSkRN",
"TUJLS0NOLnByb3RvGhFIRU9KTERCS0tHRS5wcm90byKLAQoLRkJHTExETkxH",
"UEUSIQoLTklDR05FTUNIRUQYASADKAsyDC5MUENOSk1GSVBOUBITCgtLTUxQ",
"UE1OTVBLRRgKIAEoDRIhCgtDQ0dCSEhGQkFGShgMIAMoCzIMLkhFT0pMREJL",
"S0dFEiEKC01NRUlQSEJOS0VEGAYgAygLMgwuUEpKRE1NQktLQ05CHqoCG0Vn",
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HEOJLDBKKGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.PJJDMMBKKCNReflection.Descriptor, global::EggLink.DanhengServer.Proto.LPCNJMFIPNPReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LPCNJMFIPNPReflection.Descriptor, global::EggLink.DanhengServer.Proto.PJJDMMBKKCNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HEOJLDBKKGEReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FBGLLDNLGPE), global::EggLink.DanhengServer.Proto.FBGLLDNLGPE.Parser, new[]{ "NICGNEMCHED", "KMLPPMNMPKE", "CCGBHHFBAFJ", "MMEIPHBNKED" }, null, null, null, null)
}));

View File

@@ -25,16 +25,16 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFGQ05PTExGR1BDSy5wcm90bxoZQ2hhbGxlbmdlTGluZXVwTGlzdC5wcm90",
"bxoWUGxheWVyU2ltcGxlSW5mby5wcm90byLAAQoLRkNOT0xMRkdQQ0sSKQoL",
"bGluZXVwX2xpc3QYBCADKAsyFC5DaGFsbGVuZ2VMaW5ldXBMaXN0EhMKC0lO",
"SERETk5QQkRCGAsgASgNEhAKCHNjb3JlX2lkGAYgASgNEhAKCGJ1ZmZfb25l",
"GA4gASgNEiYKC3BsYXllcl9pbmZvGAMgASgLMhEuUGxheWVyU2ltcGxlSW5m",
"bxIQCghidWZmX3R3bxgFIAEoDRITCgtyZW1hcmtfbmFtZRgKIAEoCUIeqgIb",
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
"bxoWUGxheWVyU2ltcGxlSW5mby5wcm90byLEAQoLRkNOT0xMRkdQQ0sSKQoL",
"bGluZXVwX2xpc3QYBCADKAsyFC5DaGFsbGVuZ2VMaW5ldXBMaXN0EhcKD2N1",
"cl9sZXZlbF9zdGFycxgLIAEoDRIQCghzY29yZV9pZBgGIAEoDRIQCghidWZm",
"X29uZRgOIAEoDRImCgtwbGF5ZXJfaW5mbxgDIAEoCzIRLlBsYXllclNpbXBs",
"ZUluZm8SEAoIYnVmZl90d28YBSABKA0SEwoLcmVtYXJrX25hbWUYCiABKAlC",
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeLineupListReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerSimpleInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FCNOLLFGPCK), global::EggLink.DanhengServer.Proto.FCNOLLFGPCK.Parser, new[]{ "LineupList", "INHDDNNPBDB", "ScoreId", "BuffOne", "PlayerInfo", "BuffTwo", "RemarkName" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FCNOLLFGPCK), global::EggLink.DanhengServer.Proto.FCNOLLFGPCK.Parser, new[]{ "LineupList", "CurLevelStars", "ScoreId", "BuffOne", "PlayerInfo", "BuffTwo", "RemarkName" }, null, null, null, null)
}));
}
#endregion
@@ -77,7 +77,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FCNOLLFGPCK(FCNOLLFGPCK other) : this() {
lineupList_ = other.lineupList_.Clone();
iNHDDNNPBDB_ = other.iNHDDNNPBDB_;
curLevelStars_ = other.curLevelStars_;
scoreId_ = other.scoreId_;
buffOne_ = other.buffOne_;
playerInfo_ = other.playerInfo_ != null ? other.playerInfo_.Clone() : null;
@@ -103,15 +103,15 @@ namespace EggLink.DanhengServer.Proto {
get { return lineupList_; }
}
/// <summary>Field number for the "INHDDNNPBDB" field.</summary>
public const int INHDDNNPBDBFieldNumber = 11;
private uint iNHDDNNPBDB_;
/// <summary>Field number for the "cur_level_stars" field.</summary>
public const int CurLevelStarsFieldNumber = 11;
private uint curLevelStars_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint INHDDNNPBDB {
get { return iNHDDNNPBDB_; }
public uint CurLevelStars {
get { return curLevelStars_; }
set {
iNHDDNNPBDB_ = value;
curLevelStars_ = value;
}
}
@@ -191,7 +191,7 @@ namespace EggLink.DanhengServer.Proto {
return true;
}
if(!lineupList_.Equals(other.lineupList_)) return false;
if (INHDDNNPBDB != other.INHDDNNPBDB) return false;
if (CurLevelStars != other.CurLevelStars) return false;
if (ScoreId != other.ScoreId) return false;
if (BuffOne != other.BuffOne) return false;
if (!object.Equals(PlayerInfo, other.PlayerInfo)) return false;
@@ -205,7 +205,7 @@ namespace EggLink.DanhengServer.Proto {
public override int GetHashCode() {
int hash = 1;
hash ^= lineupList_.GetHashCode();
if (INHDDNNPBDB != 0) hash ^= INHDDNNPBDB.GetHashCode();
if (CurLevelStars != 0) hash ^= CurLevelStars.GetHashCode();
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (BuffOne != 0) hash ^= BuffOne.GetHashCode();
if (playerInfo_ != null) hash ^= PlayerInfo.GetHashCode();
@@ -246,9 +246,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(82);
output.WriteString(RemarkName);
}
if (INHDDNNPBDB != 0) {
if (CurLevelStars != 0) {
output.WriteRawTag(88);
output.WriteUInt32(INHDDNNPBDB);
output.WriteUInt32(CurLevelStars);
}
if (BuffOne != 0) {
output.WriteRawTag(112);
@@ -281,9 +281,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(82);
output.WriteString(RemarkName);
}
if (INHDDNNPBDB != 0) {
if (CurLevelStars != 0) {
output.WriteRawTag(88);
output.WriteUInt32(INHDDNNPBDB);
output.WriteUInt32(CurLevelStars);
}
if (BuffOne != 0) {
output.WriteRawTag(112);
@@ -300,8 +300,8 @@ namespace EggLink.DanhengServer.Proto {
public int CalculateSize() {
int size = 0;
size += lineupList_.CalculateSize(_repeated_lineupList_codec);
if (INHDDNNPBDB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(INHDDNNPBDB);
if (CurLevelStars != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurLevelStars);
}
if (ScoreId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
@@ -331,8 +331,8 @@ namespace EggLink.DanhengServer.Proto {
return;
}
lineupList_.Add(other.lineupList_);
if (other.INHDDNNPBDB != 0) {
INHDDNNPBDB = other.INHDDNNPBDB;
if (other.CurLevelStars != 0) {
CurLevelStars = other.CurLevelStars;
}
if (other.ScoreId != 0) {
ScoreId = other.ScoreId;
@@ -391,7 +391,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 88: {
INHDDNNPBDB = input.ReadUInt32();
CurLevelStars = input.ReadUInt32();
break;
}
case 112: {
@@ -437,7 +437,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 88: {
INHDDNNPBDB = input.ReadUInt32();
CurLevelStars = input.ReadUInt32();
break;
}
case 112: {

View File

@@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto {
static FFAPKCNAPIDReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFGRkFQS0NOQVBJRC5wcm90bxoRR0pJUEpOR05GRUoucHJvdG8aEUNFT0RE",
"Q0VJRERMLnByb3RvGhFERUlOQURQRUhLRS5wcm90byLXAQoLRkZBUEtDTkFQ",
"ChFGRkFQS0NOQVBJRC5wcm90bxoRQ0VPRERDRUlEREwucHJvdG8aEUdKSVBK",
"TkdORkVKLnByb3RvGhFERUlOQURQRUhLRS5wcm90byLXAQoLRkZBUEtDTkFQ",
"SUQSEwoLQU9BRUZFSUJCTUYYDiABKA0SEwoLQUlJRUtMSUxNSkMYCSABKAMS",
"IQoLR0VER0xOQ1BHR04YBCADKAsyDC5ERUlOQURQRUhLRRIhCgtPQkJPQ0NO",
"RkxPTBgGIAMoCzIMLkdKSVBKTkdORkVKEhMKC0lFTU5KSExGR0tEGAogAygN",
@@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto {
"R01CUBgNIAMoCzIMLkNFT0REQ0VJRERMQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GJIPJNGNFEJReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, global::EggLink.DanhengServer.Proto.DEINADPEHKEReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJIPJNGNFEJReflection.Descriptor, global::EggLink.DanhengServer.Proto.DEINADPEHKEReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FFAPKCNAPID), global::EggLink.DanhengServer.Proto.FFAPKCNAPID.Parser, new[]{ "AOAEFEIBBMF", "AIIEKLILMJC", "GEDGLNCPGGN", "OBBOCCNFLOL", "IEMNJHLFGKD", "HLKPNECAMBL", "Uid", "PBFHDNBGMBP" }, null, null, null, null)
}));

View File

@@ -24,18 +24,18 @@ namespace EggLink.DanhengServer.Proto {
static FLCMJAHGKFKReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFGTENNSkFIR0tGSy5wcm90bxoRSU5MQ0dLSE1BSEUucHJvdG8aElBsYXRm",
"b3JtVHlwZS5wcm90byLmAQoLRkxDTUpBSEdLRksSEwoLR01BTENQTk9IQkYY",
"CCABKAkSEwoLcmVtYXJrX25hbWUYAyABKAkSHwoIcGxhdGZvcm0YAiABKA4y",
"DS5QbGF0Zm9ybVR5cGUSEwoLTlBQUEhHRkVOUEgYCyABKA0SEAoIbmlja25h",
"bWUYBSABKAkSEwoLSU5OQU5JQ0xDQUUYBCABKA0SCwoDdWlkGAwgASgNEhEK",
"CWhlYWRfaWNvbhgNIAEoDRINCgVsZXZlbBgHIAEoDRIhCgtMT0xOTUFETVBL",
"TBgGIAEoCzIMLklOTENHS0hNQUhFQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2",
"ZXIuUHJvdG9iBnByb3RvMw=="));
"ChFGTENNSkFIR0tGSy5wcm90bxoTSGVhZEZyYW1lSW5mby5wcm90bxoSUGxh",
"dGZvcm1UeXBlLnByb3RvIucBCgtGTENNSkFIR0tGSxITCgtHTUFMQ1BOT0hC",
"RhgIIAEoCRITCgtyZW1hcmtfbmFtZRgDIAEoCRIfCghwbGF0Zm9ybRgCIAEo",
"DjINLlBsYXRmb3JtVHlwZRITCgtOUFBQSEdGRU5QSBgLIAEoDRIQCghuaWNr",
"bmFtZRgFIAEoCRITCgtJTk5BTklDTENBRRgEIAEoDRILCgN1aWQYDCABKA0S",
"EQoJaGVhZF9pY29uGA0gASgNEg0KBWxldmVsGAcgASgNEiIKCmhlYWRfZnJh",
"bWUYBiABKAsyDi5IZWFkRnJhbWVJbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.INLCGKHMAHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlatformTypeReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HeadFrameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlatformTypeReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FLCMJAHGKFK), global::EggLink.DanhengServer.Proto.FLCMJAHGKFK.Parser, new[]{ "GMALCPNOHBF", "RemarkName", "Platform", "NPPPHGFENPH", "Nickname", "INNANICLCAE", "Uid", "HeadIcon", "Level", "LOLNMADMPKL" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FLCMJAHGKFK), global::EggLink.DanhengServer.Proto.FLCMJAHGKFK.Parser, new[]{ "GMALCPNOHBF", "RemarkName", "Platform", "NPPPHGFENPH", "Nickname", "INNANICLCAE", "Uid", "HeadIcon", "Level", "HeadFrame" }, null, null, null, null)
}));
}
#endregion
@@ -86,7 +86,7 @@ namespace EggLink.DanhengServer.Proto {
uid_ = other.uid_;
headIcon_ = other.headIcon_;
level_ = other.level_;
lOLNMADMPKL_ = other.lOLNMADMPKL_ != null ? other.lOLNMADMPKL_.Clone() : null;
headFrame_ = other.headFrame_ != null ? other.headFrame_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
@@ -204,15 +204,15 @@ namespace EggLink.DanhengServer.Proto {
}
}
/// <summary>Field number for the "LOLNMADMPKL" field.</summary>
public const int LOLNMADMPKLFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.INLCGKHMAHE lOLNMADMPKL_;
/// <summary>Field number for the "head_frame" field.</summary>
public const int HeadFrameFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.HeadFrameInfo headFrame_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.INLCGKHMAHE LOLNMADMPKL {
get { return lOLNMADMPKL_; }
public global::EggLink.DanhengServer.Proto.HeadFrameInfo HeadFrame {
get { return headFrame_; }
set {
lOLNMADMPKL_ = value;
headFrame_ = value;
}
}
@@ -240,7 +240,7 @@ namespace EggLink.DanhengServer.Proto {
if (Uid != other.Uid) return false;
if (HeadIcon != other.HeadIcon) return false;
if (Level != other.Level) return false;
if (!object.Equals(LOLNMADMPKL, other.LOLNMADMPKL)) return false;
if (!object.Equals(HeadFrame, other.HeadFrame)) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -257,7 +257,7 @@ namespace EggLink.DanhengServer.Proto {
if (Uid != 0) hash ^= Uid.GetHashCode();
if (HeadIcon != 0) hash ^= HeadIcon.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
if (lOLNMADMPKL_ != null) hash ^= LOLNMADMPKL.GetHashCode();
if (headFrame_ != null) hash ^= HeadFrame.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
@@ -292,9 +292,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(42);
output.WriteString(Nickname);
}
if (lOLNMADMPKL_ != null) {
if (headFrame_ != null) {
output.WriteRawTag(50);
output.WriteMessage(LOLNMADMPKL);
output.WriteMessage(HeadFrame);
}
if (Level != 0) {
output.WriteRawTag(56);
@@ -342,9 +342,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(42);
output.WriteString(Nickname);
}
if (lOLNMADMPKL_ != null) {
if (headFrame_ != null) {
output.WriteRawTag(50);
output.WriteMessage(LOLNMADMPKL);
output.WriteMessage(HeadFrame);
}
if (Level != 0) {
output.WriteRawTag(56);
@@ -403,8 +403,8 @@ namespace EggLink.DanhengServer.Proto {
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
if (lOLNMADMPKL_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LOLNMADMPKL);
if (headFrame_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(HeadFrame);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
@@ -445,11 +445,11 @@ namespace EggLink.DanhengServer.Proto {
if (other.Level != 0) {
Level = other.Level;
}
if (other.lOLNMADMPKL_ != null) {
if (lOLNMADMPKL_ == null) {
LOLNMADMPKL = new global::EggLink.DanhengServer.Proto.INLCGKHMAHE();
if (other.headFrame_ != null) {
if (headFrame_ == null) {
HeadFrame = new global::EggLink.DanhengServer.Proto.HeadFrameInfo();
}
LOLNMADMPKL.MergeFrom(other.LOLNMADMPKL);
HeadFrame.MergeFrom(other.HeadFrame);
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
@@ -483,10 +483,10 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 50: {
if (lOLNMADMPKL_ == null) {
LOLNMADMPKL = new global::EggLink.DanhengServer.Proto.INLCGKHMAHE();
if (headFrame_ == null) {
HeadFrame = new global::EggLink.DanhengServer.Proto.HeadFrameInfo();
}
input.ReadMessage(LOLNMADMPKL);
input.ReadMessage(HeadFrame);
break;
}
case 56: {
@@ -541,10 +541,10 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 50: {
if (lOLNMADMPKL_ == null) {
LOLNMADMPKL = new global::EggLink.DanhengServer.Proto.INLCGKHMAHE();
if (headFrame_ == null) {
HeadFrame = new global::EggLink.DanhengServer.Proto.HeadFrameInfo();
}
input.ReadMessage(LOLNMADMPKL);
input.ReadMessage(HeadFrame);
break;
}
case 56: {

View File

@@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto {
static FLNIDKIGGBKReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFGTE5JREtJR0dCSy5wcm90bxoRTlBBSUlORUtFRkIucHJvdG8aEUlJS05H",
"TkhETUZJLnByb3RvIrUBCgtGTE5JREtJR0dCSxIhCgtQRUhJTkdKS0dDQhgP",
"ChFGTE5JREtJR0dCSy5wcm90bxoRSUlLTkdOSERNRkkucHJvdG8aEU5QQUlJ",
"TkVLRUZCLnByb3RvIrUBCgtGTE5JREtJR0dCSxIhCgtQRUhJTkdKS0dDQhgP",
"IAEoCzIMLklJS05HTkhETUZJEhMKC0RLSElHQ0lQRUtGGA0gASgIEhMKC0JL",
"TUFNR0FQRUdIGAogASgNEhMKC0dKUEFOT0NOR0JNGAEgASgNEiEKC0tORUlO",
"TU5MQ0RJGAggASgLMgwuSUlLTkdOSERNRkkSIQoLT0VCQUZCSUdNQkMYBSAD",
"KAsyDC5OUEFJSU5FS0VGQkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NPAIINEKEFBReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.NPAIINEKEFBReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FLNIDKIGGBK), global::EggLink.DanhengServer.Proto.FLNIDKIGGBK.Parser, new[]{ "PEHINGJKGCB", "DKHIGCIPEKF", "BKMAMGAPEGH", "GJPANOCNGBM", "KNEINMNLCDI", "OEBAFBIGMBC" }, null, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static FateHandlePendingActionCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiJGYXRlSGFuZGxlUGVuZGluZ0FjdGlvbkNzUmVxLnByb3RvGhFMSUNNUE9M",
"QkNGSi5wcm90bxoRREFORU1MTEpBQ08ucHJvdG8ijwEKHEZhdGVIYW5kbGVQ",
"CiJGYXRlSGFuZGxlUGVuZGluZ0FjdGlvbkNzUmVxLnByb3RvGhFEQU5FTUxM",
"SkFDTy5wcm90bxoRTElDTVBPTEJDRkoucHJvdG8ijwEKHEZhdGVIYW5kbGVQ",
"ZW5kaW5nQWN0aW9uQ3NSZXESFgoOcXVldWVfcG9zaXRpb24YCiABKA0SIwoL",
"QkFNTk9KS01CTU4YBiABKAsyDC5MSUNNUE9MQkNGSkgAEiMKC0ZKR01OSU9J",
"TE9LGAggASgLMgwuREFORU1MTEpBQ09IAEINCgtOSkxJTUZGTUlDSEIeqgIb",
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LICMPOLBCFJReflection.Descriptor, global::EggLink.DanhengServer.Proto.DANEMLLJACOReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DANEMLLJACOReflection.Descriptor, global::EggLink.DanhengServer.Proto.LICMPOLBCFJReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FateHandlePendingActionCsReq), global::EggLink.DanhengServer.Proto.FateHandlePendingActionCsReq.Parser, new[]{ "QueuePosition", "BAMNOJKMBMN", "FJGMNIOILOK" }, new[]{ "NJLIMFFMICH" }, null, null, null)
}));

View File

@@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto {
static FateLevelInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChNGYXRlTGV2ZWxJbmZvLnByb3RvGhFNTEtPSU5KRU5NSC5wcm90bxoRTUJM",
"TkJCT0RFTEwucHJvdG8aEUNBSElITkpJQUpCLnByb3RvGhFGQkZCTURFUENC",
"UC5wcm90bxoRTUFLR0VFSEdQT0gucHJvdG8aFUZhdGVMZXZlbFN0YXR1cy5w",
"cm90bxoRTE9NSktPQkRKRlAucHJvdG8aEUJNTUxBRkpLTkxILnByb3RvGhFQ",
"Tk5BRUVBS0hPRi5wcm90bxobRmF0ZVBlbmRpbmdBY3Rpb25JbmZvLnByb3Rv",
"GhFNTUVGTk9DQkJCQy5wcm90byLeAwoNRmF0ZUxldmVsSW5mbxIYChBkaWZm",
"ChNGYXRlTGV2ZWxJbmZvLnByb3RvGhFDQUhJSE5KSUFKQi5wcm90bxoRUE5O",
"QUVFQUtIT0YucHJvdG8aEUZCRkJNREVQQ0JQLnByb3RvGhFNQUtHRUVIR1BP",
"SC5wcm90bxoRTUJMTkJCT0RFTEwucHJvdG8aEU1MS09JTkpFTk1ILnByb3Rv",
"GhVGYXRlTGV2ZWxTdGF0dXMucHJvdG8aEU1NRUZOT0NCQkJDLnByb3RvGhtG",
"YXRlUGVuZGluZ0FjdGlvbkluZm8ucHJvdG8aEUxPTUpLT0JESkZQLnByb3Rv",
"GhFCTU1MQUZKS05MSC5wcm90byLeAwoNRmF0ZUxldmVsSW5mbxIYChBkaWZm",
"aWN1bHR5X2xldmVsGA8gASgNEiEKC0RIQ0xMQUFORUVGGAMgASgLMgwuTUFL",
"R0VFSEdQT0gSIQoLRkJGSk1QRkJDSEIYCyADKAsyDC5MT01KS09CREpGUBIg",
"CgZzdGF0dXMYDCABKA4yEC5GYXRlTGV2ZWxTdGF0dXMSIQoLRFBKRUdJQkRE",
@@ -42,7 +42,7 @@ namespace EggLink.DanhengServer.Proto {
"CzIMLkZCRkJNREVQQ0JQEiEKC0RFQUpJTEFFQUtPGAEgASgLMgwuQk1NTEFG",
"SktOTEhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MLKOINJENMHReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBLNBBODELLReflection.Descriptor, global::EggLink.DanhengServer.Proto.CAHIHNJIAJBReflection.Descriptor, global::EggLink.DanhengServer.Proto.FBFBMDEPCBPReflection.Descriptor, global::EggLink.DanhengServer.Proto.MAKGEEHGPOHReflection.Descriptor, global::EggLink.DanhengServer.Proto.FateLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.LOMJKOBDJFPReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMMLAFJKNLHReflection.Descriptor, global::EggLink.DanhengServer.Proto.PNNAEEAKHOFReflection.Descriptor, global::EggLink.DanhengServer.Proto.FatePendingActionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MMEFNOCBBBCReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CAHIHNJIAJBReflection.Descriptor, global::EggLink.DanhengServer.Proto.PNNAEEAKHOFReflection.Descriptor, global::EggLink.DanhengServer.Proto.FBFBMDEPCBPReflection.Descriptor, global::EggLink.DanhengServer.Proto.MAKGEEHGPOHReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBLNBBODELLReflection.Descriptor, global::EggLink.DanhengServer.Proto.MLKOINJENMHReflection.Descriptor, global::EggLink.DanhengServer.Proto.FateLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.MMEFNOCBBBCReflection.Descriptor, global::EggLink.DanhengServer.Proto.FatePendingActionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LOMJKOBDJFPReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMMLAFJKNLHReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FateLevelInfo), global::EggLink.DanhengServer.Proto.FateLevelInfo.Parser, new[]{ "DifficultyLevel", "DHCLLAANEEF", "FBFJMPFBCHB", "Status", "DPJEGIBDDPC", "JBPMIBFMCPL", "CJCDNDKHMNK", "DGNAMOELMGK", "NLMHPLDMCMD", "PendingAction", "CBFHIDMKFLB", "AreaId", "JCOODGOENPM", "DEAJILAEAKO" }, null, null, null, null)
}));

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static FateQueryScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRGYXRlUXVlcnlTY1JzcC5wcm90bxoRTUdDRUhDTVBBSEUucHJvdG8aE0Zh",
"dGVMZXZlbEluZm8ucHJvdG8iawoORmF0ZVF1ZXJ5U2NSc3ASDwoHcmV0Y29k",
"ChRGYXRlUXVlcnlTY1JzcC5wcm90bxoTRmF0ZUxldmVsSW5mby5wcm90bxoR",
"TUdDRUhDTVBBSEUucHJvdG8iawoORmF0ZVF1ZXJ5U2NSc3ASDwoHcmV0Y29k",
"ZRgOIAEoDRIiCgpsZXZlbF9pbmZvGAQgASgLMg4uRmF0ZUxldmVsSW5mbxIk",
"Cg5yb2d1ZV9nZXRfaW5mbxgGIAEoCzIMLk1HQ0VIQ01QQUhFQh6qAhtFZ2dM",
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MGCEHCMPAHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.FateLevelInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FateLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MGCEHCMPAHEReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FateQueryScRsp), global::EggLink.DanhengServer.Proto.FateQueryScRsp.Parser, new[]{ "Retcode", "LevelInfo", "RogueGetInfo" }, null, null, null, null)
}));

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static FateSettleScNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhGYXRlU2V0dGxlU2NOb3RpZnkucHJvdG8aEUNLRktOQk1ITUhNLnByb3Rv",
"Gg5JdGVtTGlzdC5wcm90byJkChJGYXRlU2V0dGxlU2NOb3RpZnkSIQoLT0tF",
"ChhGYXRlU2V0dGxlU2NOb3RpZnkucHJvdG8aDkl0ZW1MaXN0LnByb3RvGhFD",
"S0ZLTkJNSE1ITS5wcm90byJkChJGYXRlU2V0dGxlU2NOb3RpZnkSIQoLT0tF",
"Q0dEREVNQkwYASABKAsyDC5DS0ZLTkJNSE1ITRIZCgZyZXdhcmQYCCABKAsy",
"CS5JdGVtTGlzdBIQCghzY29yZV9pZBgNIAEoDUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CKFKNBMHMHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.CKFKNBMHMHMReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FateSettleScNotify), global::EggLink.DanhengServer.Proto.FateSettleScNotify.Parser, new[]{ "OKECGDDEMBL", "Reward", "ScoreId" }, null, null, null, null)
}));

View File

@@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto {
static FightGameInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChNGaWdodEdhbWVJbmZvLnByb3RvGhpNYXJibGVHYW1lRmluaXNoSW5mby5w",
"cm90bxoZRmlnaHRNYXJibGVTZWFsSW5mby5wcm90bxoRTUFPR0ZES0RDS00u",
"cHJvdG8aFE1hcmJsZUdhbWVJbmZvLnByb3RvGhhNYXJibGVHYW1lU3luY0lu",
"ChNGaWdodEdhbWVJbmZvLnByb3RvGhRNYXJibGVHYW1lSW5mby5wcm90bxoY",
"TWFyYmxlR2FtZVN5bmNJbmZvLnByb3RvGhpNYXJibGVHYW1lRmluaXNoSW5m",
"by5wcm90bxoRTUFPR0ZES0RDS00ucHJvdG8aGUZpZ2h0TWFyYmxlU2VhbElu",
"Zm8ucHJvdG8iswIKDUZpZ2h0R2FtZUluZm8SGQoRZ2FtZV9tZXNzYWdlX3R5",
"cGUYDiABKA0SLAoQbWFyYmxlX2dhbWVfaW5mbxiTDiABKAsyDy5NYXJibGVH",
"YW1lSW5mb0gAEjUKFW1hcmJsZV9nYW1lX3N5bmNfaW5mbxiECSABKAsyEy5N",
@@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto {
"bxjZDyABKAsyFC5GaWdodE1hcmJsZVNlYWxJbmZvSABCDgoMR2FtZUluZm9D",
"YXNlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MarbleGameFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FightMarbleSealInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MAOGFDKDCKMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MarbleGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MarbleGameSyncInfoReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MarbleGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MarbleGameSyncInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MarbleGameFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MAOGFDKDCKMReflection.Descriptor, global::EggLink.DanhengServer.Proto.FightMarbleSealInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightGameInfo), global::EggLink.DanhengServer.Proto.FightGameInfo.Parser, new[]{ "GameMessageType", "MarbleGameInfo", "MarbleGameSyncInfo", "RogueFinishInfo", "MEJDMJIKIMO", "FightMarbleSealInfo" }, new[]{ "GameInfoCase" }, null, null, null)
}));

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static FightMatch3SoloDataUpdateNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiVGaWdodE1hdGNoM1NvbG9EYXRhVXBkYXRlTm90aWZ5LnByb3RvGhFJT0lK",
"RVBHTUpBRi5wcm90bxoRQUJCREpCTUlJQkUucHJvdG8iWwofRmlnaHRNYXRj",
"CiVGaWdodE1hdGNoM1NvbG9EYXRhVXBkYXRlTm90aWZ5LnByb3RvGhFBQkJE",
"SkJNSUlCRS5wcm90bxoRSU9JSkVQR01KQUYucHJvdG8iWwofRmlnaHRNYXRj",
"aDNTb2xvRGF0YVVwZGF0ZU5vdGlmeRIcCgZyZWFzb24YDiABKA4yDC5BQkJE",
"SkJNSUlCRRIaCgRkYXRhGAsgASgLMgwuSU9JSkVQR01KQUZCHqoCG0VnZ0xp",
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IOIJEPGMJAFReflection.Descriptor, global::EggLink.DanhengServer.Proto.ABBDJBMIIBEReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ABBDJBMIIBEReflection.Descriptor, global::EggLink.DanhengServer.Proto.IOIJEPGMJAFReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightMatch3SoloDataUpdateNotify), global::EggLink.DanhengServer.Proto.FightMatch3SoloDataUpdateNotify.Parser, new[]{ "Reason", "Data" }, null, null, null, null)
}));

View File

@@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto {
static FightMatch3SoloUseItemNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiJGaWdodE1hdGNoM1NvbG9Vc2VJdGVtTm90aWZ5LnByb3RvGhFNRE9IQUZC",
"RUVQSy5wcm90bxoRQkNFS0RJREZMQ00ucHJvdG8iZAocRmlnaHRNYXRjaDNT",
"CiJGaWdodE1hdGNoM1NvbG9Vc2VJdGVtTm90aWZ5LnByb3RvGhFCQ0VLRElE",
"RkxDTS5wcm90bxoRTURPSEFGQkVFUEsucHJvdG8iZAocRmlnaHRNYXRjaDNT",
"b2xvVXNlSXRlbU5vdGlmeRIhCgtFSEVMR0FPQUJKShgKIAEoCzIMLk1ET0hB",
"RkJFRVBLEiEKC01FREJPTkhBTE9EGAggASgLMgwuQkNFS0RJREZMQ01CHqoC",
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MDOHAFBEEPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.BCEKDIDFLCMReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BCEKDIDFLCMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MDOHAFBEEPKReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightMatch3SoloUseItemNotify), global::EggLink.DanhengServer.Proto.FightMatch3SoloUseItemNotify.Parser, new[]{ "EHELGAOABJJ", "MEDBONHALOD" }, null, null, null, null)
}));

View File

@@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto {
static FinishAeonDialogueGroupScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiJGaW5pc2hBZW9uRGlhbG9ndWVHcm91cFNjUnNwLnByb3RvGhFFQUNPRkhC",
"Rk1MQi5wcm90bxoOSXRlbUxpc3QucHJvdG8icQocRmluaXNoQWVvbkRpYWxv",
"CiJGaW5pc2hBZW9uRGlhbG9ndWVHcm91cFNjUnNwLnByb3RvGg5JdGVtTGlz",
"dC5wcm90bxoRRUFDT0ZIQkZNTEIucHJvdG8icQocRmluaXNoQWVvbkRpYWxv",
"Z3VlR3JvdXBTY1JzcBIPCgdyZXRjb2RlGA4gASgNEhkKBnJld2FyZBgPIAEo",
"CzIJLkl0ZW1MaXN0EiUKD3JvZ3VlX2Flb25faW5mbxgBIAEoCzIMLkVBQ09G",
"SEJGTUxCQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
"Mw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EACOFHBFMLBReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.EACOFHBFMLBReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FinishAeonDialogueGroupScRsp), global::EggLink.DanhengServer.Proto.FinishAeonDialogueGroupScRsp.Parser, new[]{ "Retcode", "Reward", "RogueAeonInfo" }, null, null, null, null)
}));

View File

@@ -1,6 +1,6 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MEEHCBGDBEA.proto
// source: FriendChallengeDevelopmentInfo.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 MEEHCBGDBEA.proto</summary>
public static partial class MEEHCBGDBEAReflection {
/// <summary>Holder for reflection information generated from FriendChallengeDevelopmentInfo.proto</summary>
public static partial class FriendChallengeDevelopmentInfoReflection {
#region Descriptor
/// <summary>File descriptor for MEEHCBGDBEA.proto</summary>
/// <summary>File descriptor for FriendChallengeDevelopmentInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MEEHCBGDBEAReflection() {
static FriendChallengeDevelopmentInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFNRUVIQ0JHREJFQS5wcm90byIjCgtNRUVIQ0JHREJFQRIUCgxjaGFsbGVu",
"Z2VfaWQYBSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
"cHJvdG8z"));
"CiRGcmllbmRDaGFsbGVuZ2VEZXZlbG9wbWVudEluZm8ucHJvdG8iNgoeRnJp",
"ZW5kQ2hhbGxlbmdlRGV2ZWxvcG1lbnRJbmZvEhQKDGNoYWxsZW5nZV9pZBgF",
"IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MEEHCBGDBEA), global::EggLink.DanhengServer.Proto.MEEHCBGDBEA.Parser, new[]{ "ChallengeId" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FriendChallengeDevelopmentInfo), global::EggLink.DanhengServer.Proto.FriendChallengeDevelopmentInfo.Parser, new[]{ "ChallengeId" }, 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 MEEHCBGDBEA : pb::IMessage<MEEHCBGDBEA>
public sealed partial class FriendChallengeDevelopmentInfo : pb::IMessage<FriendChallengeDevelopmentInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MEEHCBGDBEA> _parser = new pb::MessageParser<MEEHCBGDBEA>(() => new MEEHCBGDBEA());
private static readonly pb::MessageParser<FriendChallengeDevelopmentInfo> _parser = new pb::MessageParser<FriendChallengeDevelopmentInfo>(() => new FriendChallengeDevelopmentInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MEEHCBGDBEA> Parser { get { return _parser; } }
public static pb::MessageParser<FriendChallengeDevelopmentInfo> 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.MEEHCBGDBEAReflection.Descriptor.MessageTypes[0]; }
get { return global::EggLink.DanhengServer.Proto.FriendChallengeDevelopmentInfoReflection.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 MEEHCBGDBEA() {
public FriendChallengeDevelopmentInfo() {
OnConstruction();
}
@@ -71,15 +71,15 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MEEHCBGDBEA(MEEHCBGDBEA other) : this() {
public FriendChallengeDevelopmentInfo(FriendChallengeDevelopmentInfo other) : this() {
challengeId_ = other.challengeId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MEEHCBGDBEA Clone() {
return new MEEHCBGDBEA(this);
public FriendChallengeDevelopmentInfo Clone() {
return new FriendChallengeDevelopmentInfo(this);
}
/// <summary>Field number for the "challenge_id" field.</summary>
@@ -97,12 +97,12 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MEEHCBGDBEA);
return Equals(other as FriendChallengeDevelopmentInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MEEHCBGDBEA other) {
public bool Equals(FriendChallengeDevelopmentInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
@@ -175,7 +175,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MEEHCBGDBEA other) {
public void MergeFrom(FriendChallengeDevelopmentInfo other) {
if (other == null) {
return;
}

View File

@@ -1,6 +1,6 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: PDDKMLPNMAH.proto
// source: FriendChallengePeakDevelopmentInfo.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 PDDKMLPNMAH.proto</summary>
public static partial class PDDKMLPNMAHReflection {
/// <summary>Holder for reflection information generated from FriendChallengePeakDevelopmentInfo.proto</summary>
public static partial class FriendChallengePeakDevelopmentInfoReflection {
#region Descriptor
/// <summary>File descriptor for PDDKMLPNMAH.proto</summary>
/// <summary>File descriptor for FriendChallengePeakDevelopmentInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static PDDKMLPNMAHReflection() {
static FriendChallengePeakDevelopmentInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFQRERLTUxQTk1BSC5wcm90byIkCgtQRERLTUxQTk1BSBIVCg1wZWFrX2xl",
"dmVsX2lkGA0gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i",
"BnByb3RvMw=="));
"CihGcmllbmRDaGFsbGVuZ2VQZWFrRGV2ZWxvcG1lbnRJbmZvLnByb3RvIjsK",
"IkZyaWVuZENoYWxsZW5nZVBlYWtEZXZlbG9wbWVudEluZm8SFQoNcGVha19s",
"ZXZlbF9pZBgNIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
"YgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PDDKMLPNMAH), global::EggLink.DanhengServer.Proto.PDDKMLPNMAH.Parser, new[]{ "PeakLevelId" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FriendChallengePeakDevelopmentInfo), global::EggLink.DanhengServer.Proto.FriendChallengePeakDevelopmentInfo.Parser, new[]{ "PeakLevelId" }, 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 PDDKMLPNMAH : pb::IMessage<PDDKMLPNMAH>
public sealed partial class FriendChallengePeakDevelopmentInfo : pb::IMessage<FriendChallengePeakDevelopmentInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<PDDKMLPNMAH> _parser = new pb::MessageParser<PDDKMLPNMAH>(() => new PDDKMLPNMAH());
private static readonly pb::MessageParser<FriendChallengePeakDevelopmentInfo> _parser = new pb::MessageParser<FriendChallengePeakDevelopmentInfo>(() => new FriendChallengePeakDevelopmentInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<PDDKMLPNMAH> Parser { get { return _parser; } }
public static pb::MessageParser<FriendChallengePeakDevelopmentInfo> 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.PDDKMLPNMAHReflection.Descriptor.MessageTypes[0]; }
get { return global::EggLink.DanhengServer.Proto.FriendChallengePeakDevelopmentInfoReflection.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 PDDKMLPNMAH() {
public FriendChallengePeakDevelopmentInfo() {
OnConstruction();
}
@@ -71,15 +72,15 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PDDKMLPNMAH(PDDKMLPNMAH other) : this() {
public FriendChallengePeakDevelopmentInfo(FriendChallengePeakDevelopmentInfo other) : this() {
peakLevelId_ = other.peakLevelId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PDDKMLPNMAH Clone() {
return new PDDKMLPNMAH(this);
public FriendChallengePeakDevelopmentInfo Clone() {
return new FriendChallengePeakDevelopmentInfo(this);
}
/// <summary>Field number for the "peak_level_id" field.</summary>
@@ -97,12 +98,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 PDDKMLPNMAH);
return Equals(other as FriendChallengePeakDevelopmentInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(PDDKMLPNMAH other) {
public bool Equals(FriendChallengePeakDevelopmentInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
@@ -175,7 +176,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(PDDKMLPNMAH other) {
public void MergeFrom(FriendChallengePeakDevelopmentInfo other) {
if (other == null) {
return;
}

View File

@@ -0,0 +1,794 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FriendDevelopmentInfo.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from FriendDevelopmentInfo.proto</summary>
public static partial class FriendDevelopmentInfoReflection {
#region Descriptor
/// <summary>File descriptor for FriendDevelopmentInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FriendDevelopmentInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtGcmllbmREZXZlbG9wbWVudEluZm8ucHJvdG8aKEZyaWVuZENoYWxsZW5n",
"ZVBlYWtEZXZlbG9wbWVudEluZm8ucHJvdG8aJEZyaWVuZENoYWxsZW5nZURl",
"dmVsb3BtZW50SW5mby5wcm90bxoRTkxDQ0VERUhFSEUucHJvdG8aJUZyaWVu",
"ZFJvZ3VlVG91cm5EZXZlbG9wbWVudEluZm8ucHJvdG8aFURldmVsb3BtZW50",
"VHlwZS5wcm90bxogRnJpZW5kUm9ndWVEZXZlbG9wbWVudEluZm8ucHJvdG8i",
"iwQKFUZyaWVuZERldmVsb3BtZW50SW5mbxIMCgR0aW1lGAkgASgDEioKEGRl",
"dmVsb3BtZW50X3R5cGUYDiABKA4yEC5EZXZlbG9wbWVudFR5cGUSPgoWcm9n",
"dWVfZGV2ZWxvcG1lbnRfaW5mbxizBSABKAsyGy5GcmllbmRSb2d1ZURldmVs",
"b3BtZW50SW5mb0gAEkYKGmNoYWxsZW5nZV9kZXZlbG9wbWVudF9pbmZvGP4D",
"IAEoCzIfLkZyaWVuZENoYWxsZW5nZURldmVsb3BtZW50SW5mb0gAEhQKCWF2",
"YXRhcl9pZBjwAiABKA1IABIYCg1lcXVpcG1lbnRfdGlkGMQNIAEoDUgAEhYK",
"C0NLS05OSE1EQ09HGJQGIAEoDUgAEkkKHHJvZ3VlX3RvdXJuX2RldmVsb3Bt",
"ZW50X2luZm8YswQgASgLMiAuRnJpZW5kUm9ndWVUb3VybkRldmVsb3BtZW50",
"SW5mb0gAEhMKCHBhbmVsX2lkGOgPIAEoDUgAEk8KH2NoYWxsZW5nZV9wZWFr",
"X2RldmVsb3BtZW50X2luZm8YjQkgASgLMiMuRnJpZW5kQ2hhbGxlbmdlUGVh",
"a0RldmVsb3BtZW50SW5mb0gAEiQKC1BLRU9BUExJT0JIGMUBIAEoCzIMLk5M",
"Q0NFREVIRUhFSABCEQoPRGV2ZWxvcG1lbnRJbmZvQh6qAhtFZ2dMaW5rLkRh",
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FriendChallengePeakDevelopmentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FriendChallengeDevelopmentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.NLCCEDEHEHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.FriendRogueTournDevelopmentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.DevelopmentTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.FriendRogueDevelopmentInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FriendDevelopmentInfo), global::EggLink.DanhengServer.Proto.FriendDevelopmentInfo.Parser, new[]{ "Time", "DevelopmentType", "RogueDevelopmentInfo", "ChallengeDevelopmentInfo", "AvatarId", "EquipmentTid", "CKKNNHMDCOG", "RogueTournDevelopmentInfo", "PanelId", "ChallengePeakDevelopmentInfo", "PKEOAPLIOBH" }, new[]{ "DevelopmentInfo" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FriendDevelopmentInfo : pb::IMessage<FriendDevelopmentInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<FriendDevelopmentInfo> _parser = new pb::MessageParser<FriendDevelopmentInfo>(() => new FriendDevelopmentInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<FriendDevelopmentInfo> 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.FriendDevelopmentInfoReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
pbr::MessageDescriptor pb::IMessage.Descriptor {
get { return Descriptor; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FriendDevelopmentInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FriendDevelopmentInfo(FriendDevelopmentInfo other) : this() {
time_ = other.time_;
developmentType_ = other.developmentType_;
switch (other.DevelopmentInfoCase) {
case DevelopmentInfoOneofCase.RogueDevelopmentInfo:
RogueDevelopmentInfo = other.RogueDevelopmentInfo.Clone();
break;
case DevelopmentInfoOneofCase.ChallengeDevelopmentInfo:
ChallengeDevelopmentInfo = other.ChallengeDevelopmentInfo.Clone();
break;
case DevelopmentInfoOneofCase.AvatarId:
AvatarId = other.AvatarId;
break;
case DevelopmentInfoOneofCase.EquipmentTid:
EquipmentTid = other.EquipmentTid;
break;
case DevelopmentInfoOneofCase.CKKNNHMDCOG:
CKKNNHMDCOG = other.CKKNNHMDCOG;
break;
case DevelopmentInfoOneofCase.RogueTournDevelopmentInfo:
RogueTournDevelopmentInfo = other.RogueTournDevelopmentInfo.Clone();
break;
case DevelopmentInfoOneofCase.PanelId:
PanelId = other.PanelId;
break;
case DevelopmentInfoOneofCase.ChallengePeakDevelopmentInfo:
ChallengePeakDevelopmentInfo = other.ChallengePeakDevelopmentInfo.Clone();
break;
case DevelopmentInfoOneofCase.PKEOAPLIOBH:
PKEOAPLIOBH = other.PKEOAPLIOBH.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FriendDevelopmentInfo Clone() {
return new FriendDevelopmentInfo(this);
}
/// <summary>Field number for the "time" field.</summary>
public const int TimeFieldNumber = 9;
private long time_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long Time {
get { return time_; }
set {
time_ = value;
}
}
/// <summary>Field number for the "development_type" field.</summary>
public const int DevelopmentTypeFieldNumber = 14;
private global::EggLink.DanhengServer.Proto.DevelopmentType developmentType_ = global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.DevelopmentType DevelopmentType {
get { return developmentType_; }
set {
developmentType_ = value;
}
}
/// <summary>Field number for the "rogue_development_info" field.</summary>
public const int RogueDevelopmentInfoFieldNumber = 691;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FriendRogueDevelopmentInfo RogueDevelopmentInfo {
get { return developmentInfoCase_ == DevelopmentInfoOneofCase.RogueDevelopmentInfo ? (global::EggLink.DanhengServer.Proto.FriendRogueDevelopmentInfo) developmentInfo_ : null; }
set {
developmentInfo_ = value;
developmentInfoCase_ = value == null ? DevelopmentInfoOneofCase.None : DevelopmentInfoOneofCase.RogueDevelopmentInfo;
}
}
/// <summary>Field number for the "challenge_development_info" field.</summary>
public const int ChallengeDevelopmentInfoFieldNumber = 510;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FriendChallengeDevelopmentInfo ChallengeDevelopmentInfo {
get { return developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengeDevelopmentInfo ? (global::EggLink.DanhengServer.Proto.FriendChallengeDevelopmentInfo) developmentInfo_ : null; }
set {
developmentInfo_ = value;
developmentInfoCase_ = value == null ? DevelopmentInfoOneofCase.None : DevelopmentInfoOneofCase.ChallengeDevelopmentInfo;
}
}
/// <summary>Field number for the "avatar_id" field.</summary>
public const int AvatarIdFieldNumber = 368;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AvatarId {
get { return HasAvatarId ? (uint) developmentInfo_ : 0; }
set {
developmentInfo_ = value;
developmentInfoCase_ = DevelopmentInfoOneofCase.AvatarId;
}
}
/// <summary>Gets whether the "avatar_id" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasAvatarId {
get { return developmentInfoCase_ == DevelopmentInfoOneofCase.AvatarId; }
}
/// <summary> Clears the value of the oneof if it's currently set to "avatar_id" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearAvatarId() {
if (HasAvatarId) {
ClearDevelopmentInfo();
}
}
/// <summary>Field number for the "equipment_tid" field.</summary>
public const int EquipmentTidFieldNumber = 1732;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EquipmentTid {
get { return HasEquipmentTid ? (uint) developmentInfo_ : 0; }
set {
developmentInfo_ = value;
developmentInfoCase_ = DevelopmentInfoOneofCase.EquipmentTid;
}
}
/// <summary>Gets whether the "equipment_tid" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasEquipmentTid {
get { return developmentInfoCase_ == DevelopmentInfoOneofCase.EquipmentTid; }
}
/// <summary> Clears the value of the oneof if it's currently set to "equipment_tid" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearEquipmentTid() {
if (HasEquipmentTid) {
ClearDevelopmentInfo();
}
}
/// <summary>Field number for the "CKKNNHMDCOG" field.</summary>
public const int CKKNNHMDCOGFieldNumber = 788;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CKKNNHMDCOG {
get { return HasCKKNNHMDCOG ? (uint) developmentInfo_ : 0; }
set {
developmentInfo_ = value;
developmentInfoCase_ = DevelopmentInfoOneofCase.CKKNNHMDCOG;
}
}
/// <summary>Gets whether the "CKKNNHMDCOG" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasCKKNNHMDCOG {
get { return developmentInfoCase_ == DevelopmentInfoOneofCase.CKKNNHMDCOG; }
}
/// <summary> Clears the value of the oneof if it's currently set to "CKKNNHMDCOG" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearCKKNNHMDCOG() {
if (HasCKKNNHMDCOG) {
ClearDevelopmentInfo();
}
}
/// <summary>Field number for the "rogue_tourn_development_info" field.</summary>
public const int RogueTournDevelopmentInfoFieldNumber = 563;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FriendRogueTournDevelopmentInfo RogueTournDevelopmentInfo {
get { return developmentInfoCase_ == DevelopmentInfoOneofCase.RogueTournDevelopmentInfo ? (global::EggLink.DanhengServer.Proto.FriendRogueTournDevelopmentInfo) developmentInfo_ : null; }
set {
developmentInfo_ = value;
developmentInfoCase_ = value == null ? DevelopmentInfoOneofCase.None : DevelopmentInfoOneofCase.RogueTournDevelopmentInfo;
}
}
/// <summary>Field number for the "panel_id" field.</summary>
public const int PanelIdFieldNumber = 2024;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PanelId {
get { return HasPanelId ? (uint) developmentInfo_ : 0; }
set {
developmentInfo_ = value;
developmentInfoCase_ = DevelopmentInfoOneofCase.PanelId;
}
}
/// <summary>Gets whether the "panel_id" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasPanelId {
get { return developmentInfoCase_ == DevelopmentInfoOneofCase.PanelId; }
}
/// <summary> Clears the value of the oneof if it's currently set to "panel_id" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearPanelId() {
if (HasPanelId) {
ClearDevelopmentInfo();
}
}
/// <summary>Field number for the "challenge_peak_development_info" field.</summary>
public const int ChallengePeakDevelopmentInfoFieldNumber = 1165;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FriendChallengePeakDevelopmentInfo ChallengePeakDevelopmentInfo {
get { return developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengePeakDevelopmentInfo ? (global::EggLink.DanhengServer.Proto.FriendChallengePeakDevelopmentInfo) developmentInfo_ : null; }
set {
developmentInfo_ = value;
developmentInfoCase_ = value == null ? DevelopmentInfoOneofCase.None : DevelopmentInfoOneofCase.ChallengePeakDevelopmentInfo;
}
}
/// <summary>Field number for the "PKEOAPLIOBH" field.</summary>
public const int PKEOAPLIOBHFieldNumber = 197;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.NLCCEDEHEHE PKEOAPLIOBH {
get { return developmentInfoCase_ == DevelopmentInfoOneofCase.PKEOAPLIOBH ? (global::EggLink.DanhengServer.Proto.NLCCEDEHEHE) developmentInfo_ : null; }
set {
developmentInfo_ = value;
developmentInfoCase_ = value == null ? DevelopmentInfoOneofCase.None : DevelopmentInfoOneofCase.PKEOAPLIOBH;
}
}
private object developmentInfo_;
/// <summary>Enum of possible cases for the "DevelopmentInfo" oneof.</summary>
public enum DevelopmentInfoOneofCase {
None = 0,
RogueDevelopmentInfo = 691,
ChallengeDevelopmentInfo = 510,
AvatarId = 368,
EquipmentTid = 1732,
CKKNNHMDCOG = 788,
RogueTournDevelopmentInfo = 563,
PanelId = 2024,
ChallengePeakDevelopmentInfo = 1165,
PKEOAPLIOBH = 197,
}
private DevelopmentInfoOneofCase developmentInfoCase_ = DevelopmentInfoOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DevelopmentInfoOneofCase DevelopmentInfoCase {
get { return developmentInfoCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearDevelopmentInfo() {
developmentInfoCase_ = DevelopmentInfoOneofCase.None;
developmentInfo_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FriendDevelopmentInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FriendDevelopmentInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Time != other.Time) return false;
if (DevelopmentType != other.DevelopmentType) return false;
if (!object.Equals(RogueDevelopmentInfo, other.RogueDevelopmentInfo)) return false;
if (!object.Equals(ChallengeDevelopmentInfo, other.ChallengeDevelopmentInfo)) return false;
if (AvatarId != other.AvatarId) return false;
if (EquipmentTid != other.EquipmentTid) return false;
if (CKKNNHMDCOG != other.CKKNNHMDCOG) return false;
if (!object.Equals(RogueTournDevelopmentInfo, other.RogueTournDevelopmentInfo)) return false;
if (PanelId != other.PanelId) return false;
if (!object.Equals(ChallengePeakDevelopmentInfo, other.ChallengePeakDevelopmentInfo)) return false;
if (!object.Equals(PKEOAPLIOBH, other.PKEOAPLIOBH)) return false;
if (DevelopmentInfoCase != other.DevelopmentInfoCase) return false;
return Equals(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (Time != 0L) hash ^= Time.GetHashCode();
if (DevelopmentType != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) hash ^= DevelopmentType.GetHashCode();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueDevelopmentInfo) hash ^= RogueDevelopmentInfo.GetHashCode();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengeDevelopmentInfo) hash ^= ChallengeDevelopmentInfo.GetHashCode();
if (HasAvatarId) hash ^= AvatarId.GetHashCode();
if (HasEquipmentTid) hash ^= EquipmentTid.GetHashCode();
if (HasCKKNNHMDCOG) hash ^= CKKNNHMDCOG.GetHashCode();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueTournDevelopmentInfo) hash ^= RogueTournDevelopmentInfo.GetHashCode();
if (HasPanelId) hash ^= PanelId.GetHashCode();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengePeakDevelopmentInfo) hash ^= ChallengePeakDevelopmentInfo.GetHashCode();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.PKEOAPLIOBH) hash ^= PKEOAPLIOBH.GetHashCode();
hash ^= (int) developmentInfoCase_;
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
return hash;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override string ToString() {
return pb::JsonFormatter.ToDiagnosticString(this);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (Time != 0L) {
output.WriteRawTag(72);
output.WriteInt64(Time);
}
if (DevelopmentType != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
output.WriteRawTag(112);
output.WriteEnum((int) DevelopmentType);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.PKEOAPLIOBH) {
output.WriteRawTag(170, 12);
output.WriteMessage(PKEOAPLIOBH);
}
if (HasAvatarId) {
output.WriteRawTag(128, 23);
output.WriteUInt32(AvatarId);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengeDevelopmentInfo) {
output.WriteRawTag(242, 31);
output.WriteMessage(ChallengeDevelopmentInfo);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueTournDevelopmentInfo) {
output.WriteRawTag(154, 35);
output.WriteMessage(RogueTournDevelopmentInfo);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueDevelopmentInfo) {
output.WriteRawTag(154, 43);
output.WriteMessage(RogueDevelopmentInfo);
}
if (HasCKKNNHMDCOG) {
output.WriteRawTag(160, 49);
output.WriteUInt32(CKKNNHMDCOG);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengePeakDevelopmentInfo) {
output.WriteRawTag(234, 72);
output.WriteMessage(ChallengePeakDevelopmentInfo);
}
if (HasEquipmentTid) {
output.WriteRawTag(160, 108);
output.WriteUInt32(EquipmentTid);
}
if (HasPanelId) {
output.WriteRawTag(192, 126);
output.WriteUInt32(PanelId);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (Time != 0L) {
output.WriteRawTag(72);
output.WriteInt64(Time);
}
if (DevelopmentType != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
output.WriteRawTag(112);
output.WriteEnum((int) DevelopmentType);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.PKEOAPLIOBH) {
output.WriteRawTag(170, 12);
output.WriteMessage(PKEOAPLIOBH);
}
if (HasAvatarId) {
output.WriteRawTag(128, 23);
output.WriteUInt32(AvatarId);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengeDevelopmentInfo) {
output.WriteRawTag(242, 31);
output.WriteMessage(ChallengeDevelopmentInfo);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueTournDevelopmentInfo) {
output.WriteRawTag(154, 35);
output.WriteMessage(RogueTournDevelopmentInfo);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueDevelopmentInfo) {
output.WriteRawTag(154, 43);
output.WriteMessage(RogueDevelopmentInfo);
}
if (HasCKKNNHMDCOG) {
output.WriteRawTag(160, 49);
output.WriteUInt32(CKKNNHMDCOG);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengePeakDevelopmentInfo) {
output.WriteRawTag(234, 72);
output.WriteMessage(ChallengePeakDevelopmentInfo);
}
if (HasEquipmentTid) {
output.WriteRawTag(160, 108);
output.WriteUInt32(EquipmentTid);
}
if (HasPanelId) {
output.WriteRawTag(192, 126);
output.WriteUInt32(PanelId);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
}
#endif
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (Time != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(Time);
}
if (DevelopmentType != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DevelopmentType);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueDevelopmentInfo) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(RogueDevelopmentInfo);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengeDevelopmentInfo) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeDevelopmentInfo);
}
if (HasAvatarId) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId);
}
if (HasEquipmentTid) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(EquipmentTid);
}
if (HasCKKNNHMDCOG) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(CKKNNHMDCOG);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueTournDevelopmentInfo) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(RogueTournDevelopmentInfo);
}
if (HasPanelId) {
size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PanelId);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengePeakDevelopmentInfo) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengePeakDevelopmentInfo);
}
if (developmentInfoCase_ == DevelopmentInfoOneofCase.PKEOAPLIOBH) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(PKEOAPLIOBH);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FriendDevelopmentInfo other) {
if (other == null) {
return;
}
if (other.Time != 0L) {
Time = other.Time;
}
if (other.DevelopmentType != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) {
DevelopmentType = other.DevelopmentType;
}
switch (other.DevelopmentInfoCase) {
case DevelopmentInfoOneofCase.RogueDevelopmentInfo:
if (RogueDevelopmentInfo == null) {
RogueDevelopmentInfo = new global::EggLink.DanhengServer.Proto.FriendRogueDevelopmentInfo();
}
RogueDevelopmentInfo.MergeFrom(other.RogueDevelopmentInfo);
break;
case DevelopmentInfoOneofCase.ChallengeDevelopmentInfo:
if (ChallengeDevelopmentInfo == null) {
ChallengeDevelopmentInfo = new global::EggLink.DanhengServer.Proto.FriendChallengeDevelopmentInfo();
}
ChallengeDevelopmentInfo.MergeFrom(other.ChallengeDevelopmentInfo);
break;
case DevelopmentInfoOneofCase.AvatarId:
AvatarId = other.AvatarId;
break;
case DevelopmentInfoOneofCase.EquipmentTid:
EquipmentTid = other.EquipmentTid;
break;
case DevelopmentInfoOneofCase.CKKNNHMDCOG:
CKKNNHMDCOG = other.CKKNNHMDCOG;
break;
case DevelopmentInfoOneofCase.RogueTournDevelopmentInfo:
if (RogueTournDevelopmentInfo == null) {
RogueTournDevelopmentInfo = new global::EggLink.DanhengServer.Proto.FriendRogueTournDevelopmentInfo();
}
RogueTournDevelopmentInfo.MergeFrom(other.RogueTournDevelopmentInfo);
break;
case DevelopmentInfoOneofCase.PanelId:
PanelId = other.PanelId;
break;
case DevelopmentInfoOneofCase.ChallengePeakDevelopmentInfo:
if (ChallengePeakDevelopmentInfo == null) {
ChallengePeakDevelopmentInfo = new global::EggLink.DanhengServer.Proto.FriendChallengePeakDevelopmentInfo();
}
ChallengePeakDevelopmentInfo.MergeFrom(other.ChallengePeakDevelopmentInfo);
break;
case DevelopmentInfoOneofCase.PKEOAPLIOBH:
if (PKEOAPLIOBH == null) {
PKEOAPLIOBH = new global::EggLink.DanhengServer.Proto.NLCCEDEHEHE();
}
PKEOAPLIOBH.MergeFrom(other.PKEOAPLIOBH);
break;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(pb::CodedInputStream input) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
input.ReadRawMessage(this);
#else
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 72: {
Time = input.ReadInt64();
break;
}
case 112: {
DevelopmentType = (global::EggLink.DanhengServer.Proto.DevelopmentType) input.ReadEnum();
break;
}
case 1578: {
global::EggLink.DanhengServer.Proto.NLCCEDEHEHE subBuilder = new global::EggLink.DanhengServer.Proto.NLCCEDEHEHE();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.PKEOAPLIOBH) {
subBuilder.MergeFrom(PKEOAPLIOBH);
}
input.ReadMessage(subBuilder);
PKEOAPLIOBH = subBuilder;
break;
}
case 2944: {
AvatarId = input.ReadUInt32();
break;
}
case 4082: {
global::EggLink.DanhengServer.Proto.FriendChallengeDevelopmentInfo subBuilder = new global::EggLink.DanhengServer.Proto.FriendChallengeDevelopmentInfo();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengeDevelopmentInfo) {
subBuilder.MergeFrom(ChallengeDevelopmentInfo);
}
input.ReadMessage(subBuilder);
ChallengeDevelopmentInfo = subBuilder;
break;
}
case 4506: {
global::EggLink.DanhengServer.Proto.FriendRogueTournDevelopmentInfo subBuilder = new global::EggLink.DanhengServer.Proto.FriendRogueTournDevelopmentInfo();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueTournDevelopmentInfo) {
subBuilder.MergeFrom(RogueTournDevelopmentInfo);
}
input.ReadMessage(subBuilder);
RogueTournDevelopmentInfo = subBuilder;
break;
}
case 5530: {
global::EggLink.DanhengServer.Proto.FriendRogueDevelopmentInfo subBuilder = new global::EggLink.DanhengServer.Proto.FriendRogueDevelopmentInfo();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueDevelopmentInfo) {
subBuilder.MergeFrom(RogueDevelopmentInfo);
}
input.ReadMessage(subBuilder);
RogueDevelopmentInfo = subBuilder;
break;
}
case 6304: {
CKKNNHMDCOG = input.ReadUInt32();
break;
}
case 9322: {
global::EggLink.DanhengServer.Proto.FriendChallengePeakDevelopmentInfo subBuilder = new global::EggLink.DanhengServer.Proto.FriendChallengePeakDevelopmentInfo();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengePeakDevelopmentInfo) {
subBuilder.MergeFrom(ChallengePeakDevelopmentInfo);
}
input.ReadMessage(subBuilder);
ChallengePeakDevelopmentInfo = subBuilder;
break;
}
case 13856: {
EquipmentTid = input.ReadUInt32();
break;
}
case 16192: {
PanelId = input.ReadUInt32();
break;
}
}
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 72: {
Time = input.ReadInt64();
break;
}
case 112: {
DevelopmentType = (global::EggLink.DanhengServer.Proto.DevelopmentType) input.ReadEnum();
break;
}
case 1578: {
global::EggLink.DanhengServer.Proto.NLCCEDEHEHE subBuilder = new global::EggLink.DanhengServer.Proto.NLCCEDEHEHE();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.PKEOAPLIOBH) {
subBuilder.MergeFrom(PKEOAPLIOBH);
}
input.ReadMessage(subBuilder);
PKEOAPLIOBH = subBuilder;
break;
}
case 2944: {
AvatarId = input.ReadUInt32();
break;
}
case 4082: {
global::EggLink.DanhengServer.Proto.FriendChallengeDevelopmentInfo subBuilder = new global::EggLink.DanhengServer.Proto.FriendChallengeDevelopmentInfo();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengeDevelopmentInfo) {
subBuilder.MergeFrom(ChallengeDevelopmentInfo);
}
input.ReadMessage(subBuilder);
ChallengeDevelopmentInfo = subBuilder;
break;
}
case 4506: {
global::EggLink.DanhengServer.Proto.FriendRogueTournDevelopmentInfo subBuilder = new global::EggLink.DanhengServer.Proto.FriendRogueTournDevelopmentInfo();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueTournDevelopmentInfo) {
subBuilder.MergeFrom(RogueTournDevelopmentInfo);
}
input.ReadMessage(subBuilder);
RogueTournDevelopmentInfo = subBuilder;
break;
}
case 5530: {
global::EggLink.DanhengServer.Proto.FriendRogueDevelopmentInfo subBuilder = new global::EggLink.DanhengServer.Proto.FriendRogueDevelopmentInfo();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.RogueDevelopmentInfo) {
subBuilder.MergeFrom(RogueDevelopmentInfo);
}
input.ReadMessage(subBuilder);
RogueDevelopmentInfo = subBuilder;
break;
}
case 6304: {
CKKNNHMDCOG = input.ReadUInt32();
break;
}
case 9322: {
global::EggLink.DanhengServer.Proto.FriendChallengePeakDevelopmentInfo subBuilder = new global::EggLink.DanhengServer.Proto.FriendChallengePeakDevelopmentInfo();
if (developmentInfoCase_ == DevelopmentInfoOneofCase.ChallengePeakDevelopmentInfo) {
subBuilder.MergeFrom(ChallengePeakDevelopmentInfo);
}
input.ReadMessage(subBuilder);
ChallengePeakDevelopmentInfo = subBuilder;
break;
}
case 13856: {
EquipmentTid = input.ReadUInt32();
break;
}
case 16192: {
PanelId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code

View File

@@ -1,6 +1,6 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: IOJHJAHIMHM.proto
// source: FriendRogueDevelopmentInfo.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 IOJHJAHIMHM.proto</summary>
public static partial class IOJHJAHIMHMReflection {
/// <summary>Holder for reflection information generated from FriendRogueDevelopmentInfo.proto</summary>
public static partial class FriendRogueDevelopmentInfoReflection {
#region Descriptor
/// <summary>File descriptor for IOJHJAHIMHM.proto</summary>
/// <summary>File descriptor for FriendRogueDevelopmentInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static IOJHJAHIMHMReflection() {
static FriendRogueDevelopmentInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFJT0pISkFISU1ITS5wcm90byIeCgtJT0pISkFISU1ITRIPCgdhcmVhX2lk",
"GAwgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
"Mw=="));
"CiBGcmllbmRSb2d1ZURldmVsb3BtZW50SW5mby5wcm90byItChpGcmllbmRS",
"b2d1ZURldmVsb3BtZW50SW5mbxIPCgdhcmVhX2lkGAwgASgNQh6qAhtFZ2dM",
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.IOJHJAHIMHM), global::EggLink.DanhengServer.Proto.IOJHJAHIMHM.Parser, new[]{ "AreaId" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FriendRogueDevelopmentInfo), global::EggLink.DanhengServer.Proto.FriendRogueDevelopmentInfo.Parser, new[]{ "AreaId" }, 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 IOJHJAHIMHM : pb::IMessage<IOJHJAHIMHM>
public sealed partial class FriendRogueDevelopmentInfo : pb::IMessage<FriendRogueDevelopmentInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<IOJHJAHIMHM> _parser = new pb::MessageParser<IOJHJAHIMHM>(() => new IOJHJAHIMHM());
private static readonly pb::MessageParser<FriendRogueDevelopmentInfo> _parser = new pb::MessageParser<FriendRogueDevelopmentInfo>(() => new FriendRogueDevelopmentInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<IOJHJAHIMHM> Parser { get { return _parser; } }
public static pb::MessageParser<FriendRogueDevelopmentInfo> 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.IOJHJAHIMHMReflection.Descriptor.MessageTypes[0]; }
get { return global::EggLink.DanhengServer.Proto.FriendRogueDevelopmentInfoReflection.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 IOJHJAHIMHM() {
public FriendRogueDevelopmentInfo() {
OnConstruction();
}
@@ -71,15 +71,15 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public IOJHJAHIMHM(IOJHJAHIMHM other) : this() {
public FriendRogueDevelopmentInfo(FriendRogueDevelopmentInfo other) : this() {
areaId_ = other.areaId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public IOJHJAHIMHM Clone() {
return new IOJHJAHIMHM(this);
public FriendRogueDevelopmentInfo Clone() {
return new FriendRogueDevelopmentInfo(this);
}
/// <summary>Field number for the "area_id" field.</summary>
@@ -97,12 +97,12 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as IOJHJAHIMHM);
return Equals(other as FriendRogueDevelopmentInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(IOJHJAHIMHM other) {
public bool Equals(FriendRogueDevelopmentInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
@@ -175,7 +175,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(IOJHJAHIMHM other) {
public void MergeFrom(FriendRogueDevelopmentInfo other) {
if (other == null) {
return;
}

View File

@@ -1,6 +1,6 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: JIENKFADCHE.proto
// source: FriendRogueTournDevelopmentInfo.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 JIENKFADCHE.proto</summary>
public static partial class JIENKFADCHEReflection {
/// <summary>Holder for reflection information generated from FriendRogueTournDevelopmentInfo.proto</summary>
public static partial class FriendRogueTournDevelopmentInfoReflection {
#region Descriptor
/// <summary>File descriptor for JIENKFADCHE.proto</summary>
/// <summary>File descriptor for FriendRogueTournDevelopmentInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static JIENKFADCHEReflection() {
static FriendRogueTournDevelopmentInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFKSUVOS0ZBRENIRS5wcm90byIzCgtKSUVOS0ZBRENIRRITCgtOSk9JQ0lP",
"UEJOSBgKIAEoDRIPCgdhcmVhX2lkGAUgASgNQh6qAhtFZ2dMaW5rLkRhbmhl",
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
"CiVGcmllbmRSb2d1ZVRvdXJuRGV2ZWxvcG1lbnRJbmZvLnByb3RvIlMKH0Zy",
"aWVuZFJvZ3VlVG91cm5EZXZlbG9wbWVudEluZm8SHwoXZmluaXNoX3RvdXJu",
"X2RpZmZpY3VsdHkYCiABKA0SDwoHYXJlYV9pZBgFIAEoDUIeqgIbRWdnTGlu",
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JIENKFADCHE), global::EggLink.DanhengServer.Proto.JIENKFADCHE.Parser, new[]{ "NJOICIOPBNH", "AreaId" }, null, null, null, null)
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FriendRogueTournDevelopmentInfo), global::EggLink.DanhengServer.Proto.FriendRogueTournDevelopmentInfo.Parser, new[]{ "FinishTournDifficulty", "AreaId" }, 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 JIENKFADCHE : pb::IMessage<JIENKFADCHE>
public sealed partial class FriendRogueTournDevelopmentInfo : pb::IMessage<FriendRogueTournDevelopmentInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<JIENKFADCHE> _parser = new pb::MessageParser<JIENKFADCHE>(() => new JIENKFADCHE());
private static readonly pb::MessageParser<FriendRogueTournDevelopmentInfo> _parser = new pb::MessageParser<FriendRogueTournDevelopmentInfo>(() => new FriendRogueTournDevelopmentInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<JIENKFADCHE> Parser { get { return _parser; } }
public static pb::MessageParser<FriendRogueTournDevelopmentInfo> 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.JIENKFADCHEReflection.Descriptor.MessageTypes[0]; }
get { return global::EggLink.DanhengServer.Proto.FriendRogueTournDevelopmentInfoReflection.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 JIENKFADCHE() {
public FriendRogueTournDevelopmentInfo() {
OnConstruction();
}
@@ -71,27 +72,27 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public JIENKFADCHE(JIENKFADCHE other) : this() {
nJOICIOPBNH_ = other.nJOICIOPBNH_;
public FriendRogueTournDevelopmentInfo(FriendRogueTournDevelopmentInfo other) : this() {
finishTournDifficulty_ = other.finishTournDifficulty_;
areaId_ = other.areaId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public JIENKFADCHE Clone() {
return new JIENKFADCHE(this);
public FriendRogueTournDevelopmentInfo Clone() {
return new FriendRogueTournDevelopmentInfo(this);
}
/// <summary>Field number for the "NJOICIOPBNH" field.</summary>
public const int NJOICIOPBNHFieldNumber = 10;
private uint nJOICIOPBNH_;
/// <summary>Field number for the "finish_tourn_difficulty" field.</summary>
public const int FinishTournDifficultyFieldNumber = 10;
private uint finishTournDifficulty_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NJOICIOPBNH {
get { return nJOICIOPBNH_; }
public uint FinishTournDifficulty {
get { return finishTournDifficulty_; }
set {
nJOICIOPBNH_ = value;
finishTournDifficulty_ = value;
}
}
@@ -110,19 +111,19 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as JIENKFADCHE);
return Equals(other as FriendRogueTournDevelopmentInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(JIENKFADCHE other) {
public bool Equals(FriendRogueTournDevelopmentInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (NJOICIOPBNH != other.NJOICIOPBNH) return false;
if (FinishTournDifficulty != other.FinishTournDifficulty) return false;
if (AreaId != other.AreaId) return false;
return Equals(_unknownFields, other._unknownFields);
}
@@ -131,7 +132,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (NJOICIOPBNH != 0) hash ^= NJOICIOPBNH.GetHashCode();
if (FinishTournDifficulty != 0) hash ^= FinishTournDifficulty.GetHashCode();
if (AreaId != 0) hash ^= AreaId.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
@@ -155,9 +156,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(40);
output.WriteUInt32(AreaId);
}
if (NJOICIOPBNH != 0) {
if (FinishTournDifficulty != 0) {
output.WriteRawTag(80);
output.WriteUInt32(NJOICIOPBNH);
output.WriteUInt32(FinishTournDifficulty);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
@@ -173,9 +174,9 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawTag(40);
output.WriteUInt32(AreaId);
}
if (NJOICIOPBNH != 0) {
if (FinishTournDifficulty != 0) {
output.WriteRawTag(80);
output.WriteUInt32(NJOICIOPBNH);
output.WriteUInt32(FinishTournDifficulty);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
@@ -187,8 +188,8 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (NJOICIOPBNH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NJOICIOPBNH);
if (FinishTournDifficulty != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FinishTournDifficulty);
}
if (AreaId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AreaId);
@@ -201,12 +202,12 @@ namespace EggLink.DanhengServer.Proto {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(JIENKFADCHE other) {
public void MergeFrom(FriendRogueTournDevelopmentInfo other) {
if (other == null) {
return;
}
if (other.NJOICIOPBNH != 0) {
NJOICIOPBNH = other.NJOICIOPBNH;
if (other.FinishTournDifficulty != 0) {
FinishTournDifficulty = other.FinishTournDifficulty;
}
if (other.AreaId != 0) {
AreaId = other.AreaId;
@@ -231,7 +232,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 80: {
NJOICIOPBNH = input.ReadUInt32();
FinishTournDifficulty = input.ReadUInt32();
break;
}
}
@@ -254,7 +255,7 @@ namespace EggLink.DanhengServer.Proto {
break;
}
case 80: {
NJOICIOPBNH = input.ReadUInt32();
FinishTournDifficulty = input.ReadUInt32();
break;
}
}

Some files were not shown because too many files have changed in this diff Show More