mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: upgrade to 3.6.51
This commit is contained in:
@@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChtFdm9sdmVCdWlsZExlYXZlU2NSc3AucHJvdG8aEU9QT09QTUZQTlBGLnBy",
|
||||
"b3RvIkoKFUV2b2x2ZUJ1aWxkTGVhdmVTY1JzcBIgCgpsZXZlbF9pbmZvGA0g",
|
||||
"ASgLMgwuT1BPT1BNRlBOUEYSDwoHcmV0Y29kZRgLIAEoDUIeqgIbRWdnTGlu",
|
||||
"b3RvIkoKFUV2b2x2ZUJ1aWxkTGVhdmVTY1JzcBIgCgpsZXZlbF9pbmZvGAEg",
|
||||
"ASgLMgwuT1BPT1BNRlBOUEYSDwoHcmV0Y29kZRgFIAEoDUIeqgIbRWdnTGlu",
|
||||
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OPOOPMFPNPFReflection.Descriptor, },
|
||||
@@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "level_info" field.</summary>
|
||||
public const int LevelInfoFieldNumber = 13;
|
||||
public const int LevelInfoFieldNumber = 1;
|
||||
private global::EggLink.DanhengServer.Proto.OPOOPMFPNPF levelInfo_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 11;
|
||||
public const int RetcodeFieldNumber = 5;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -152,14 +152,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (levelInfo_ != null) {
|
||||
output.WriteRawTag(106);
|
||||
output.WriteRawTag(10);
|
||||
output.WriteMessage(LevelInfo);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -170,14 +170,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (levelInfo_ != null) {
|
||||
output.WriteRawTag(106);
|
||||
output.WriteRawTag(10);
|
||||
output.WriteMessage(LevelInfo);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -230,17 +230,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 88: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
case 10: {
|
||||
if (levelInfo_ == null) {
|
||||
LevelInfo = new global::EggLink.DanhengServer.Proto.OPOOPMFPNPF();
|
||||
}
|
||||
input.ReadMessage(LevelInfo);
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -256,17 +256,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 88: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
case 10: {
|
||||
if (levelInfo_ == null) {
|
||||
LevelInfo = new global::EggLink.DanhengServer.Proto.OPOOPMFPNPF();
|
||||
}
|
||||
input.ReadMessage(LevelInfo);
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user