feat: update to game 3.2.0

This commit is contained in:
letheriver2007
2025-04-14 19:43:38 +08:00
parent 899053442a
commit bfa2eb5445
2873 changed files with 237238 additions and 115406 deletions

View File

@@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto {
string.Concat(
"ChlHZXRBbGxTYXZlUmFpZFNjUnNwLnByb3RvGg5SYWlkRGF0YS5wcm90byJJ",
"ChNHZXRBbGxTYXZlUmFpZFNjUnNwEiEKDnJhaWRfZGF0YV9saXN0GAQgAygL",
"MgkuUmFpZERhdGESDwoHcmV0Y29kZRgMIAEoDUIeqgIbRWdnTGluay5EYW5o",
"MgkuUmFpZERhdGESDwoHcmV0Y29kZRgIIAEoDUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RaidDataReflection.Descriptor, },
@@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 12;
public const int RetcodeFieldNumber = 8;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -153,7 +153,7 @@ namespace EggLink.DanhengServer.Proto {
#else
raidDataList_.WriteTo(output, _repeated_raidDataList_codec);
if (Retcode != 0) {
output.WriteRawTag(96);
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
@@ -168,7 +168,7 @@ namespace EggLink.DanhengServer.Proto {
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
raidDataList_.WriteTo(ref output, _repeated_raidDataList_codec);
if (Retcode != 0) {
output.WriteRawTag(96);
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (_unknownFields != null) {
@@ -220,7 +220,7 @@ namespace EggLink.DanhengServer.Proto {
raidDataList_.AddEntriesFrom(input, _repeated_raidDataList_codec);
break;
}
case 96: {
case 64: {
Retcode = input.ReadUInt32();
break;
}
@@ -243,7 +243,7 @@ namespace EggLink.DanhengServer.Proto {
raidDataList_.AddEntriesFrom(ref input, _repeated_raidDataList_codec);
break;
}
case 96: {
case 64: {
Retcode = input.ReadUInt32();
break;
}