mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
459 lines
15 KiB
C#
459 lines
15 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ABHFABFGPOF.proto
|
|
// </auto-generated>
|
|
#pragma warning disable 1591, 0612, 3021, 8981
|
|
#region Designer generated code
|
|
|
|
using pb = global::Google.Protobuf;
|
|
using pbc = global::Google.Protobuf.Collections;
|
|
using pbr = global::Google.Protobuf.Reflection;
|
|
using scg = global::System.Collections.Generic;
|
|
namespace EggLink.DanhengServer.Proto {
|
|
|
|
/// <summary>Holder for reflection information generated from ABHFABFGPOF.proto</summary>
|
|
public static partial class ABHFABFGPOFReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ABHFABFGPOF.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ABHFABFGPOFReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFBQkhGQUJGR1BPRi5wcm90byKgAQoLQUJIRkFCRkdQT0YSEwoLaXNfZmlu",
|
|
"aXNoZWQYDCABKAgSEwoLQ0xPT05PSUZFRk8YDSABKAgSEwoLUElLQVBESkhH",
|
|
"TkQYDiABKA0SEwoLTkxNREVNT0hCT08YAiABKA0SEwoLTktIS0RKS0VHREgY",
|
|
"CiABKA0SEwoLSkFGTlBOTU9IQ00YCCABKA0SEwoLRkNKRUNLQ0lDS0IYBiAB",
|
|
"KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ABHFABFGPOF), global::EggLink.DanhengServer.Proto.ABHFABFGPOF.Parser, new[]{ "IsFinished", "CLOONOIFEFO", "PIKAPDJHGND", "NLMDEMOHBOO", "NKHKDJKEGDH", "JAFNPNMOHCM", "FCJECKCICKB" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ABHFABFGPOF : pb::IMessage<ABHFABFGPOF>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ABHFABFGPOF> _parser = new pb::MessageParser<ABHFABFGPOF>(() => new ABHFABFGPOF());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ABHFABFGPOF> Parser { get { return _parser; } }
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
get { return global::EggLink.DanhengServer.Proto.ABHFABFGPOFReflection.Descriptor.MessageTypes[0]; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
|
get { return Descriptor; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ABHFABFGPOF() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ABHFABFGPOF(ABHFABFGPOF other) : this() {
|
|
isFinished_ = other.isFinished_;
|
|
cLOONOIFEFO_ = other.cLOONOIFEFO_;
|
|
pIKAPDJHGND_ = other.pIKAPDJHGND_;
|
|
nLMDEMOHBOO_ = other.nLMDEMOHBOO_;
|
|
nKHKDJKEGDH_ = other.nKHKDJKEGDH_;
|
|
jAFNPNMOHCM_ = other.jAFNPNMOHCM_;
|
|
fCJECKCICKB_ = other.fCJECKCICKB_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ABHFABFGPOF Clone() {
|
|
return new ABHFABFGPOF(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "is_finished" field.</summary>
|
|
public const int IsFinishedFieldNumber = 12;
|
|
private bool isFinished_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsFinished {
|
|
get { return isFinished_; }
|
|
set {
|
|
isFinished_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CLOONOIFEFO" field.</summary>
|
|
public const int CLOONOIFEFOFieldNumber = 13;
|
|
private bool cLOONOIFEFO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool CLOONOIFEFO {
|
|
get { return cLOONOIFEFO_; }
|
|
set {
|
|
cLOONOIFEFO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PIKAPDJHGND" field.</summary>
|
|
public const int PIKAPDJHGNDFieldNumber = 14;
|
|
private uint pIKAPDJHGND_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PIKAPDJHGND {
|
|
get { return pIKAPDJHGND_; }
|
|
set {
|
|
pIKAPDJHGND_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NLMDEMOHBOO" field.</summary>
|
|
public const int NLMDEMOHBOOFieldNumber = 2;
|
|
private uint nLMDEMOHBOO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint NLMDEMOHBOO {
|
|
get { return nLMDEMOHBOO_; }
|
|
set {
|
|
nLMDEMOHBOO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NKHKDJKEGDH" field.</summary>
|
|
public const int NKHKDJKEGDHFieldNumber = 10;
|
|
private uint nKHKDJKEGDH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint NKHKDJKEGDH {
|
|
get { return nKHKDJKEGDH_; }
|
|
set {
|
|
nKHKDJKEGDH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JAFNPNMOHCM" field.</summary>
|
|
public const int JAFNPNMOHCMFieldNumber = 8;
|
|
private uint jAFNPNMOHCM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JAFNPNMOHCM {
|
|
get { return jAFNPNMOHCM_; }
|
|
set {
|
|
jAFNPNMOHCM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FCJECKCICKB" field.</summary>
|
|
public const int FCJECKCICKBFieldNumber = 6;
|
|
private uint fCJECKCICKB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FCJECKCICKB {
|
|
get { return fCJECKCICKB_; }
|
|
set {
|
|
fCJECKCICKB_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ABHFABFGPOF);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ABHFABFGPOF other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (IsFinished != other.IsFinished) return false;
|
|
if (CLOONOIFEFO != other.CLOONOIFEFO) return false;
|
|
if (PIKAPDJHGND != other.PIKAPDJHGND) return false;
|
|
if (NLMDEMOHBOO != other.NLMDEMOHBOO) return false;
|
|
if (NKHKDJKEGDH != other.NKHKDJKEGDH) return false;
|
|
if (JAFNPNMOHCM != other.JAFNPNMOHCM) return false;
|
|
if (FCJECKCICKB != other.FCJECKCICKB) return false;
|
|
return Equals(_unknownFields, other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override int GetHashCode() {
|
|
int hash = 1;
|
|
if (IsFinished != false) hash ^= IsFinished.GetHashCode();
|
|
if (CLOONOIFEFO != false) hash ^= CLOONOIFEFO.GetHashCode();
|
|
if (PIKAPDJHGND != 0) hash ^= PIKAPDJHGND.GetHashCode();
|
|
if (NLMDEMOHBOO != 0) hash ^= NLMDEMOHBOO.GetHashCode();
|
|
if (NKHKDJKEGDH != 0) hash ^= NKHKDJKEGDH.GetHashCode();
|
|
if (JAFNPNMOHCM != 0) hash ^= JAFNPNMOHCM.GetHashCode();
|
|
if (FCJECKCICKB != 0) hash ^= FCJECKCICKB.GetHashCode();
|
|
if (_unknownFields != null) {
|
|
hash ^= _unknownFields.GetHashCode();
|
|
}
|
|
return hash;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override string ToString() {
|
|
return pb::JsonFormatter.ToDiagnosticString(this);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void WriteTo(pb::CodedOutputStream output) {
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
output.WriteRawMessage(this);
|
|
#else
|
|
if (NLMDEMOHBOO != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(NLMDEMOHBOO);
|
|
}
|
|
if (FCJECKCICKB != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(FCJECKCICKB);
|
|
}
|
|
if (JAFNPNMOHCM != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(JAFNPNMOHCM);
|
|
}
|
|
if (NKHKDJKEGDH != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(NKHKDJKEGDH);
|
|
}
|
|
if (IsFinished != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(IsFinished);
|
|
}
|
|
if (CLOONOIFEFO != false) {
|
|
output.WriteRawTag(104);
|
|
output.WriteBool(CLOONOIFEFO);
|
|
}
|
|
if (PIKAPDJHGND != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(PIKAPDJHGND);
|
|
}
|
|
if (_unknownFields != null) {
|
|
_unknownFields.WriteTo(output);
|
|
}
|
|
#endif
|
|
}
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
|
if (NLMDEMOHBOO != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(NLMDEMOHBOO);
|
|
}
|
|
if (FCJECKCICKB != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(FCJECKCICKB);
|
|
}
|
|
if (JAFNPNMOHCM != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(JAFNPNMOHCM);
|
|
}
|
|
if (NKHKDJKEGDH != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(NKHKDJKEGDH);
|
|
}
|
|
if (IsFinished != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(IsFinished);
|
|
}
|
|
if (CLOONOIFEFO != false) {
|
|
output.WriteRawTag(104);
|
|
output.WriteBool(CLOONOIFEFO);
|
|
}
|
|
if (PIKAPDJHGND != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(PIKAPDJHGND);
|
|
}
|
|
if (_unknownFields != null) {
|
|
_unknownFields.WriteTo(ref output);
|
|
}
|
|
}
|
|
#endif
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int CalculateSize() {
|
|
int size = 0;
|
|
if (IsFinished != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (CLOONOIFEFO != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (PIKAPDJHGND != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PIKAPDJHGND);
|
|
}
|
|
if (NLMDEMOHBOO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NLMDEMOHBOO);
|
|
}
|
|
if (NKHKDJKEGDH != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NKHKDJKEGDH);
|
|
}
|
|
if (JAFNPNMOHCM != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JAFNPNMOHCM);
|
|
}
|
|
if (FCJECKCICKB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FCJECKCICKB);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ABHFABFGPOF other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.IsFinished != false) {
|
|
IsFinished = other.IsFinished;
|
|
}
|
|
if (other.CLOONOIFEFO != false) {
|
|
CLOONOIFEFO = other.CLOONOIFEFO;
|
|
}
|
|
if (other.PIKAPDJHGND != 0) {
|
|
PIKAPDJHGND = other.PIKAPDJHGND;
|
|
}
|
|
if (other.NLMDEMOHBOO != 0) {
|
|
NLMDEMOHBOO = other.NLMDEMOHBOO;
|
|
}
|
|
if (other.NKHKDJKEGDH != 0) {
|
|
NKHKDJKEGDH = other.NKHKDJKEGDH;
|
|
}
|
|
if (other.JAFNPNMOHCM != 0) {
|
|
JAFNPNMOHCM = other.JAFNPNMOHCM;
|
|
}
|
|
if (other.FCJECKCICKB != 0) {
|
|
FCJECKCICKB = other.FCJECKCICKB;
|
|
}
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(pb::CodedInputStream input) {
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
input.ReadRawMessage(this);
|
|
#else
|
|
uint tag;
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
break;
|
|
case 16: {
|
|
NLMDEMOHBOO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
FCJECKCICKB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
JAFNPNMOHCM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
NKHKDJKEGDH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
IsFinished = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
CLOONOIFEFO = input.ReadBool();
|
|
break;
|
|
}
|
|
case 112: {
|
|
PIKAPDJHGND = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
}
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
|
uint tag;
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
break;
|
|
case 16: {
|
|
NLMDEMOHBOO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
FCJECKCICKB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
JAFNPNMOHCM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
NKHKDJKEGDH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
IsFinished = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
CLOONOIFEFO = input.ReadBool();
|
|
break;
|
|
}
|
|
case 112: {
|
|
PIKAPDJHGND = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|