mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: update to game 3.2.0
This commit is contained in:
@@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChNUdXRvcmlhbEd1aWRlLnByb3RvGhRUdXRvcmlhbFN0YXR1cy5wcm90byI8",
|
||||
"Cg1UdXRvcmlhbEd1aWRlEh8KBlN0YXR1cxgHIAEoDjIPLlR1dG9yaWFsU3Rh",
|
||||
"dHVzEgoKAklkGAUgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
|
||||
"Cg1UdXRvcmlhbEd1aWRlEh8KBlN0YXR1cxgJIAEoDjIPLlR1dG9yaWFsU3Rh",
|
||||
"dHVzEgoKAklkGAcgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
|
||||
"dG9iBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TutorialStatusReflection.Descriptor, },
|
||||
@@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "Status" field.</summary>
|
||||
public const int StatusFieldNumber = 7;
|
||||
public const int StatusFieldNumber = 9;
|
||||
private global::EggLink.DanhengServer.Proto.TutorialStatus status_ = global::EggLink.DanhengServer.Proto.TutorialStatus.TutorialNone;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "Id" field.</summary>
|
||||
public const int IdFieldNumber = 5;
|
||||
public const int IdFieldNumber = 7;
|
||||
private uint id_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -153,11 +153,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Id != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(Id);
|
||||
}
|
||||
if (Status != global::EggLink.DanhengServer.Proto.TutorialStatus.TutorialNone) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(72);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -171,11 +171,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Id != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteRawTag(56);
|
||||
output.WriteUInt32(Id);
|
||||
}
|
||||
if (Status != global::EggLink.DanhengServer.Proto.TutorialStatus.TutorialNone) {
|
||||
output.WriteRawTag(56);
|
||||
output.WriteRawTag(72);
|
||||
output.WriteEnum((int) Status);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
@@ -227,11 +227,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 40: {
|
||||
case 56: {
|
||||
Id = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
case 72: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.TutorialStatus) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
@@ -250,11 +250,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 40: {
|
||||
case 56: {
|
||||
Id = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
case 72: {
|
||||
Status = (global::EggLink.DanhengServer.Proto.TutorialStatus) input.ReadEnum();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user