mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: update to game 3.2.0
This commit is contained in:
@@ -26,8 +26,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
string.Concat(
|
||||
"CipBZXRoZXJEaXZpZGVUYWtlQ2hhbGxlbmdlUmV3YXJkU2NSc3AucHJvdG8a",
|
||||
"Dkl0ZW1MaXN0LnByb3RvImgKJEFldGhlckRpdmlkZVRha2VDaGFsbGVuZ2VS",
|
||||
"ZXdhcmRTY1JzcBIUCgxjaGFsbGVuZ2VfaWQYCSABKA0SGQoGcmV3YXJkGA0g",
|
||||
"ASgLMgkuSXRlbUxpc3QSDwoHcmV0Y29kZRgEIAEoDUIeqgIbRWdnTGluay5E",
|
||||
"ZXdhcmRTY1JzcBIUCgxjaGFsbGVuZ2VfaWQYCCABKA0SGQoGcmV3YXJkGAsg",
|
||||
"ASgLMgkuSXRlbUxpc3QSDwoHcmV0Y29kZRgFIAEoDUIeqgIbRWdnTGluay5E",
|
||||
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
|
||||
@@ -87,7 +87,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "challenge_id" field.</summary>
|
||||
public const int ChallengeIdFieldNumber = 9;
|
||||
public const int ChallengeIdFieldNumber = 8;
|
||||
private uint challengeId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -99,7 +99,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "reward" field.</summary>
|
||||
public const int RewardFieldNumber = 13;
|
||||
public const int RewardFieldNumber = 11;
|
||||
private global::EggLink.DanhengServer.Proto.ItemList reward_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -111,7 +111,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 4;
|
||||
public const int RetcodeFieldNumber = 5;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -169,15 +169,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (ChallengeId != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(ChallengeId);
|
||||
}
|
||||
if (reward_ != null) {
|
||||
output.WriteRawTag(106);
|
||||
output.WriteRawTag(90);
|
||||
output.WriteMessage(Reward);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -191,15 +191,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (ChallengeId != 0) {
|
||||
output.WriteRawTag(72);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(ChallengeId);
|
||||
}
|
||||
if (reward_ != null) {
|
||||
output.WriteRawTag(106);
|
||||
output.WriteRawTag(90);
|
||||
output.WriteMessage(Reward);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -260,15 +260,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 32: {
|
||||
case 40: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 64: {
|
||||
ChallengeId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
case 90: {
|
||||
if (reward_ == null) {
|
||||
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
|
||||
}
|
||||
@@ -290,15 +290,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 32: {
|
||||
case 40: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 64: {
|
||||
ChallengeId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
case 90: {
|
||||
if (reward_ == null) {
|
||||
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user