Update to 2.7.0

This commit is contained in:
StopWuyu
2024-10-27 13:23:57 +08:00
parent b5b0331f13
commit 5869596bc3
2393 changed files with 177791 additions and 142572 deletions

View File

@@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto {
string.Concat(
"CihTeW5jQ2hlc3NSb2d1ZU5vdXNTdWJTdG9yeVNjTm90aWZ5LnByb3RvIkYK",
"IlN5bmNDaGVzc1JvZ3VlTm91c1N1YlN0b3J5U2NOb3RpZnkSIAoYY2hlc3Nf",
"cm9ndWVfc3ViX3N0b3J5X2lkGAkgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"cm9ndWVfc3ViX3N0b3J5X2lkGAMgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
@@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "chess_rogue_sub_story_id" field.</summary>
public const int ChessRogueSubStoryIdFieldNumber = 9;
public const int ChessRogueSubStoryIdFieldNumber = 3;
private uint chessRogueSubStoryId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -138,7 +138,7 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawMessage(this);
#else
if (ChessRogueSubStoryId != 0) {
output.WriteRawTag(72);
output.WriteRawTag(24);
output.WriteUInt32(ChessRogueSubStoryId);
}
if (_unknownFields != null) {
@@ -152,7 +152,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (ChessRogueSubStoryId != 0) {
output.WriteRawTag(72);
output.WriteRawTag(24);
output.WriteUInt32(ChessRogueSubStoryId);
}
if (_unknownFields != null) {
@@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 72: {
case 24: {
ChessRogueSubStoryId = input.ReadUInt32();
break;
}
@@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 72: {
case 24: {
ChessRogueSubStoryId = input.ReadUInt32();
break;
}