mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
Upload to Game 2.5.0
- Fix ChessRogue Final Boss
This commit is contained in:
@@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChNUdXRvcmlhbEd1aWRlLnByb3RvGhRUdXRvcmlhbFN0YXR1cy5wcm90byI8",
|
||||
"Cg1UdXRvcmlhbEd1aWRlEgoKAmlkGAwgASgNEh8KBnN0YXR1cxgFIAEoDjIP",
|
||||
"Cg1UdXRvcmlhbEd1aWRlEgoKAmlkGAMgASgNEh8KBnN0YXR1cxgIIAEoDjIP",
|
||||
"LlR1dG9yaWFsU3RhdHVzQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
|
||||
"dG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
@@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "id" field.</summary>
|
||||
public const int IdFieldNumber = 12;
|
||||
public const int IdFieldNumber = 3;
|
||||
private uint id_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "status" field.</summary>
|
||||
public const int StatusFieldNumber = 5;
|
||||
public const int StatusFieldNumber = 8;
|
||||
private global::EggLink.DanhengServer.Proto.TutorialStatus status_ = global::EggLink.DanhengServer.Proto.TutorialStatus.TutorialNone;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -152,14 +152,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Status != global::EggLink.DanhengServer.Proto.TutorialStatus.TutorialNone) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (Id != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(Id);
|
||||
}
|
||||
if (Status != global::EggLink.DanhengServer.Proto.TutorialStatus.TutorialNone) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -170,14 +170,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Status != global::EggLink.DanhengServer.Proto.TutorialStatus.TutorialNone) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (Id != 0) {
|
||||
output.WriteRawTag(96);
|
||||
output.WriteRawTag(24);
|
||||
output.WriteUInt32(Id);
|
||||
}
|
||||
if (Status != global::EggLink.DanhengServer.Proto.TutorialStatus.TutorialNone) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -227,12 +227,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 40: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.TutorialStatus) input.ReadEnum();
|
||||
case 24: {
|
||||
Id = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
Id = input.ReadUInt32();
|
||||
case 64: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.TutorialStatus) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -250,12 +250,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 40: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.TutorialStatus) input.ReadEnum();
|
||||
case 24: {
|
||||
Id = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
Id = input.ReadUInt32();
|
||||
case 64: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.TutorialStatus) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user