Upload to Game 2.5.0

- Fix ChessRogue Final Boss
This commit is contained in:
Somebody
2024-09-14 19:46:42 +08:00
parent 6681c761e3
commit b84800bc80
2220 changed files with 149099 additions and 151407 deletions

View File

@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlGaW5pc2hUdXRvcmlhbENzUmVxLnByb3RvIioKE0ZpbmlzaFR1dG9yaWFs",
"Q3NSZXESEwoLdHV0b3JpYWxfaWQYCSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu",
"Q3NSZXESEwoLdHV0b3JpYWxfaWQYDiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu",
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
@@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto {
}
/// <summary>Field number for the "tutorial_id" field.</summary>
public const int TutorialIdFieldNumber = 9;
public const int TutorialIdFieldNumber = 14;
private uint tutorialId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto {
output.WriteRawMessage(this);
#else
if (TutorialId != 0) {
output.WriteRawTag(72);
output.WriteRawTag(112);
output.WriteUInt32(TutorialId);
}
if (_unknownFields != null) {
@@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto {
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (TutorialId != 0) {
output.WriteRawTag(72);
output.WriteRawTag(112);
output.WriteUInt32(TutorialId);
}
if (_unknownFields != null) {
@@ -197,7 +197,7 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 72: {
case 112: {
TutorialId = input.ReadUInt32();
break;
}
@@ -216,7 +216,7 @@ namespace EggLink.DanhengServer.Proto {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 72: {
case 112: {
TutorialId = input.ReadUInt32();
break;
}