feat: update to 3.3.51

This commit is contained in:
StopWuyu
2025-05-25 09:26:31 +08:00
parent e002350ad4
commit da29e8868a
2671 changed files with 164669 additions and 126350 deletions

View File

@@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiVTd29yZFRyYWluaW5nU2V0U2tpbGxUcmFjZVNjUnNwLnByb3RvIkQKH1N3",
"b3JkVHJhaW5pbmdTZXRTa2lsbFRyYWNlU2NSc3ASDwoHcmV0Y29kZRgPIAEo",
"DRIQCghza2lsbF9pZBgOIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"b3JkVHJhaW5pbmdTZXRTa2lsbFRyYWNlU2NSc3ASDwoHcmV0Y29kZRgJIAEo",
"DRIQCghza2lsbF9pZBgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
@@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 15;
public const int RetcodeFieldNumber = 9;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "skill_id" field.</summary>
public const int SkillIdFieldNumber = 14;
public const int SkillIdFieldNumber = 4;
private uint skillId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -153,11 +153,11 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawMessage(this);
#else
if (SkillId != 0) {
output.WriteRawTag(112);
output.WriteRawTag(32);
output.WriteUInt32(SkillId);
}
if (Retcode != 0) {
output.WriteRawTag(120);
output.WriteRawTag(72);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
@@ -171,11 +171,11 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (SkillId != 0) {
output.WriteRawTag(112);
output.WriteRawTag(32);
output.WriteUInt32(SkillId);
}
if (Retcode != 0) {
output.WriteRawTag(120);
output.WriteRawTag(72);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
@@ -227,11 +227,11 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 112: {
case 32: {
SkillId = input.ReadUInt32();
break;
}
case 120: {
case 72: {
Retcode = input.ReadUInt32();
break;
}
@@ -250,11 +250,11 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 112: {
case 32: {
SkillId = input.ReadUInt32();
break;
}
case 120: {
case 72: {
Retcode = input.ReadUInt32();
break;
}