feat: upgrade to 3.6.51

This commit is contained in:
StopWuyu
2025-09-27 13:58:04 +08:00
parent 5fae447480
commit 2fb2a2324a
2904 changed files with 220499 additions and 134315 deletions

View File

@@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiVTd29yZFRyYWluaW5nU2V0U2tpbGxUcmFjZVNjUnNwLnByb3RvIkQKH1N3",
"b3JkVHJhaW5pbmdTZXRTa2lsbFRyYWNlU2NSc3ASEAoIc2tpbGxfaWQYCSAB",
"KA0SDwoHcmV0Y29kZRgNIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"b3JkVHJhaW5pbmdTZXRTa2lsbFRyYWNlU2NSc3ASEAoIc2tpbGxfaWQYBSAB",
"KA0SDwoHcmV0Y29kZRgBIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
@@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "skill_id" field.</summary>
public const int SkillIdFieldNumber = 9;
public const int SkillIdFieldNumber = 5;
private uint skillId_;
[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 = 13;
public const int RetcodeFieldNumber = 1;
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 (SkillId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(SkillId);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteRawTag(8);
output.WriteUInt32(Retcode);
}
if (SkillId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(SkillId);
}
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 (SkillId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(SkillId);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteRawTag(8);
output.WriteUInt32(Retcode);
}
if (SkillId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(SkillId);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
@@ -227,12 +227,12 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 72: {
SkillId = input.ReadUInt32();
case 8: {
Retcode = input.ReadUInt32();
break;
}
case 104: {
Retcode = input.ReadUInt32();
case 40: {
SkillId = input.ReadUInt32();
break;
}
}
@@ -250,12 +250,12 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 72: {
SkillId = input.ReadUInt32();
case 8: {
Retcode = input.ReadUInt32();
break;
}
case 104: {
Retcode = input.ReadUInt32();
case 40: {
SkillId = input.ReadUInt32();
break;
}
}