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,7 +25,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChpUcmFpblZpc2l0b3JCZWhhdmlvci5wcm90byI7ChRUcmFpblZpc2l0b3JC",
|
||||
"ZWhhdmlvchIPCgdpc19tZWV0GAYgASgIEhIKCnZpc2l0b3JfaWQYASABKA1C",
|
||||
"ZWhhdmlvchIPCgdpc19tZWV0GAIgASgIEhIKCnZpc2l0b3JfaWQYDyABKA1C",
|
||||
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
@@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "is_meet" field.</summary>
|
||||
public const int IsMeetFieldNumber = 6;
|
||||
public const int IsMeetFieldNumber = 2;
|
||||
private bool isMeet_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "visitor_id" field.</summary>
|
||||
public const int VisitorIdFieldNumber = 1;
|
||||
public const int VisitorIdFieldNumber = 15;
|
||||
private uint visitorId_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -151,14 +151,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (VisitorId != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(VisitorId);
|
||||
}
|
||||
if (IsMeet != false) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteRawTag(16);
|
||||
output.WriteBool(IsMeet);
|
||||
}
|
||||
if (VisitorId != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(VisitorId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -169,14 +169,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 (VisitorId != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(VisitorId);
|
||||
}
|
||||
if (IsMeet != false) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteRawTag(16);
|
||||
output.WriteBool(IsMeet);
|
||||
}
|
||||
if (VisitorId != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteUInt32(VisitorId);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -226,12 +226,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 8: {
|
||||
VisitorId = input.ReadUInt32();
|
||||
case 16: {
|
||||
IsMeet = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
IsMeet = input.ReadBool();
|
||||
case 120: {
|
||||
VisitorId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -249,12 +249,12 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 8: {
|
||||
VisitorId = input.ReadUInt32();
|
||||
case 16: {
|
||||
IsMeet = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
IsMeet = input.ReadBool();
|
||||
case 120: {
|
||||
VisitorId = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user