feat: upgrade to game 3.5.51

This commit is contained in:
StopWuyu
2025-08-15 12:52:47 +08:00
parent db172b0b0f
commit f59fe1f383
2642 changed files with 136382 additions and 141815 deletions

View File

@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpTd2l0Y2hIYW5kU3RhcnRTY1JzcC5wcm90byI6ChRTd2l0Y2hIYW5kU3Rh",
"cnRTY1JzcBIRCgljb25maWdfaWQYASABKA0SDwoHcmV0Y29kZRgGIAEoDUIe",
"cnRTY1JzcBIRCgljb25maWdfaWQYByABKA0SDwoHcmV0Y29kZRgIIAEoDUIe",
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
@@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "config_id" field.</summary>
public const int ConfigIdFieldNumber = 1;
public const int ConfigIdFieldNumber = 7;
private uint configId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 6;
public const int RetcodeFieldNumber = 8;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -152,11 +152,11 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawMessage(this);
#else
if (ConfigId != 0) {
output.WriteRawTag(8);
output.WriteRawTag(56);
output.WriteUInt32(ConfigId);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
@@ -170,11 +170,11 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (ConfigId != 0) {
output.WriteRawTag(8);
output.WriteRawTag(56);
output.WriteUInt32(ConfigId);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
@@ -226,11 +226,11 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 8: {
case 56: {
ConfigId = input.ReadUInt32();
break;
}
case 48: {
case 64: {
Retcode = input.ReadUInt32();
break;
}
@@ -249,11 +249,11 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 8: {
case 56: {
ConfigId = input.ReadUInt32();
break;
}
case 48: {
case 64: {
Retcode = input.ReadUInt32();
break;
}