mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
Merge
This commit is contained in:
@@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChZHZXRXYXlwb2ludFNjUnNwLnByb3RvGg1DaGFwdGVyLnByb3RvIlcKEEdl",
|
||||
"dFdheXBvaW50U2NSc3ASHQoLUEZCSEZBR0FCQUUYByABKAsyCC5DaGFwdGVy",
|
||||
"Eg8KB3JldGNvZGUYDyABKA0SEwoLRklJTURJR0ZETkoYDiABKA1CHqoCG0Vn",
|
||||
"dFdheXBvaW50U2NSc3ASHQoLUEtOTURQSkJNQVAYCyABKAsyCC5DaGFwdGVy",
|
||||
"Eg8KB3JldGNvZGUYCCABKA0SEwoLRkFMREhHSElDR0kYDSABKA1CHqoCG0Vn",
|
||||
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChapterReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetWaypointScRsp), global::EggLink.DanhengServer.Proto.GetWaypointScRsp.Parser, new[]{ "PFBHFAGABAE", "Retcode", "FIIMDIGFDNJ" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetWaypointScRsp), global::EggLink.DanhengServer.Proto.GetWaypointScRsp.Parser, new[]{ "PKNMDPJBMAP", "Retcode", "FALDHGHICGI" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -73,9 +73,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public GetWaypointScRsp(GetWaypointScRsp other) : this() {
|
||||
pFBHFAGABAE_ = other.pFBHFAGABAE_ != null ? other.pFBHFAGABAE_.Clone() : null;
|
||||
pKNMDPJBMAP_ = other.pKNMDPJBMAP_ != null ? other.pKNMDPJBMAP_.Clone() : null;
|
||||
retcode_ = other.retcode_;
|
||||
fIIMDIGFDNJ_ = other.fIIMDIGFDNJ_;
|
||||
fALDHGHICGI_ = other.fALDHGHICGI_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -85,20 +85,20 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return new GetWaypointScRsp(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "PFBHFAGABAE" field.</summary>
|
||||
public const int PFBHFAGABAEFieldNumber = 7;
|
||||
private global::EggLink.DanhengServer.Proto.Chapter pFBHFAGABAE_;
|
||||
/// <summary>Field number for the "PKNMDPJBMAP" field.</summary>
|
||||
public const int PKNMDPJBMAPFieldNumber = 11;
|
||||
private global::EggLink.DanhengServer.Proto.Chapter pKNMDPJBMAP_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public global::EggLink.DanhengServer.Proto.Chapter PFBHFAGABAE {
|
||||
get { return pFBHFAGABAE_; }
|
||||
public global::EggLink.DanhengServer.Proto.Chapter PKNMDPJBMAP {
|
||||
get { return pKNMDPJBMAP_; }
|
||||
set {
|
||||
pFBHFAGABAE_ = value;
|
||||
pKNMDPJBMAP_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 15;
|
||||
public const int RetcodeFieldNumber = 8;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -109,15 +109,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "FIIMDIGFDNJ" field.</summary>
|
||||
public const int FIIMDIGFDNJFieldNumber = 14;
|
||||
private uint fIIMDIGFDNJ_;
|
||||
/// <summary>Field number for the "FALDHGHICGI" field.</summary>
|
||||
public const int FALDHGHICGIFieldNumber = 13;
|
||||
private uint fALDHGHICGI_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint FIIMDIGFDNJ {
|
||||
get { return fIIMDIGFDNJ_; }
|
||||
public uint FALDHGHICGI {
|
||||
get { return fALDHGHICGI_; }
|
||||
set {
|
||||
fIIMDIGFDNJ_ = value;
|
||||
fALDHGHICGI_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (!object.Equals(PFBHFAGABAE, other.PFBHFAGABAE)) return false;
|
||||
if (!object.Equals(PKNMDPJBMAP, other.PKNMDPJBMAP)) return false;
|
||||
if (Retcode != other.Retcode) return false;
|
||||
if (FIIMDIGFDNJ != other.FIIMDIGFDNJ) return false;
|
||||
if (FALDHGHICGI != other.FALDHGHICGI) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -146,9 +146,9 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (pFBHFAGABAE_ != null) hash ^= PFBHFAGABAE.GetHashCode();
|
||||
if (pKNMDPJBMAP_ != null) hash ^= PKNMDPJBMAP.GetHashCode();
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (FIIMDIGFDNJ != 0) hash ^= FIIMDIGFDNJ.GetHashCode();
|
||||
if (FALDHGHICGI != 0) hash ^= FALDHGHICGI.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -167,18 +167,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (pFBHFAGABAE_ != null) {
|
||||
output.WriteRawTag(58);
|
||||
output.WriteMessage(PFBHFAGABAE);
|
||||
}
|
||||
if (FIIMDIGFDNJ != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(FIIMDIGFDNJ);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (pKNMDPJBMAP_ != null) {
|
||||
output.WriteRawTag(90);
|
||||
output.WriteMessage(PKNMDPJBMAP);
|
||||
}
|
||||
if (FALDHGHICGI != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(FALDHGHICGI);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -189,18 +189,18 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (pFBHFAGABAE_ != null) {
|
||||
output.WriteRawTag(58);
|
||||
output.WriteMessage(PFBHFAGABAE);
|
||||
}
|
||||
if (FIIMDIGFDNJ != 0) {
|
||||
output.WriteRawTag(112);
|
||||
output.WriteUInt32(FIIMDIGFDNJ);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (pKNMDPJBMAP_ != null) {
|
||||
output.WriteRawTag(90);
|
||||
output.WriteMessage(PKNMDPJBMAP);
|
||||
}
|
||||
if (FALDHGHICGI != 0) {
|
||||
output.WriteRawTag(104);
|
||||
output.WriteUInt32(FALDHGHICGI);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -211,14 +211,14 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (pFBHFAGABAE_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PFBHFAGABAE);
|
||||
if (pKNMDPJBMAP_ != null) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PKNMDPJBMAP);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
if (FIIMDIGFDNJ != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FIIMDIGFDNJ);
|
||||
if (FALDHGHICGI != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FALDHGHICGI);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
@@ -232,17 +232,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.pFBHFAGABAE_ != null) {
|
||||
if (pFBHFAGABAE_ == null) {
|
||||
PFBHFAGABAE = new global::EggLink.DanhengServer.Proto.Chapter();
|
||||
if (other.pKNMDPJBMAP_ != null) {
|
||||
if (pKNMDPJBMAP_ == null) {
|
||||
PKNMDPJBMAP = new global::EggLink.DanhengServer.Proto.Chapter();
|
||||
}
|
||||
PFBHFAGABAE.MergeFrom(other.PFBHFAGABAE);
|
||||
PKNMDPJBMAP.MergeFrom(other.PKNMDPJBMAP);
|
||||
}
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
if (other.FIIMDIGFDNJ != 0) {
|
||||
FIIMDIGFDNJ = other.FIIMDIGFDNJ;
|
||||
if (other.FALDHGHICGI != 0) {
|
||||
FALDHGHICGI = other.FALDHGHICGI;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
@@ -259,21 +259,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 58: {
|
||||
if (pFBHFAGABAE_ == null) {
|
||||
PFBHFAGABAE = new global::EggLink.DanhengServer.Proto.Chapter();
|
||||
}
|
||||
input.ReadMessage(PFBHFAGABAE);
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
FIIMDIGFDNJ = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
case 64: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 90: {
|
||||
if (pKNMDPJBMAP_ == null) {
|
||||
PKNMDPJBMAP = new global::EggLink.DanhengServer.Proto.Chapter();
|
||||
}
|
||||
input.ReadMessage(PKNMDPJBMAP);
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
FALDHGHICGI = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -289,21 +289,21 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 58: {
|
||||
if (pFBHFAGABAE_ == null) {
|
||||
PFBHFAGABAE = new global::EggLink.DanhengServer.Proto.Chapter();
|
||||
}
|
||||
input.ReadMessage(PFBHFAGABAE);
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
FIIMDIGFDNJ = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
case 64: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 90: {
|
||||
if (pKNMDPJBMAP_ == null) {
|
||||
PKNMDPJBMAP = new global::EggLink.DanhengServer.Proto.Chapter();
|
||||
}
|
||||
input.ReadMessage(PKNMDPJBMAP);
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
FALDHGHICGI = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user