mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
309 lines
10 KiB
C#
309 lines
10 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: DKODPCDGOOL.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 DKODPCDGOOL.proto</summary>
|
|
public static partial class DKODPCDGOOLReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for DKODPCDGOOL.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static DKODPCDGOOLReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFES09EUENER09PTC5wcm90byJFCgtES09EUENER09PTBIMCgR3YXZlGAEg",
|
|
"ASgNEhMKC0VQSUtQTEpDUE1LGAIgASgBEhMKC0RQRklMT0FQTFBPGAMgASgB",
|
|
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DKODPCDGOOL), global::EggLink.DanhengServer.Proto.DKODPCDGOOL.Parser, new[]{ "Wave", "EPIKPLJCPMK", "DPFILOAPLPO" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class DKODPCDGOOL : pb::IMessage<DKODPCDGOOL>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<DKODPCDGOOL> _parser = new pb::MessageParser<DKODPCDGOOL>(() => new DKODPCDGOOL());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<DKODPCDGOOL> 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.DKODPCDGOOLReflection.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 DKODPCDGOOL() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DKODPCDGOOL(DKODPCDGOOL other) : this() {
|
|
wave_ = other.wave_;
|
|
ePIKPLJCPMK_ = other.ePIKPLJCPMK_;
|
|
dPFILOAPLPO_ = other.dPFILOAPLPO_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DKODPCDGOOL Clone() {
|
|
return new DKODPCDGOOL(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "wave" field.</summary>
|
|
public const int WaveFieldNumber = 1;
|
|
private uint wave_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Wave {
|
|
get { return wave_; }
|
|
set {
|
|
wave_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "EPIKPLJCPMK" field.</summary>
|
|
public const int EPIKPLJCPMKFieldNumber = 2;
|
|
private double ePIKPLJCPMK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public double EPIKPLJCPMK {
|
|
get { return ePIKPLJCPMK_; }
|
|
set {
|
|
ePIKPLJCPMK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "DPFILOAPLPO" field.</summary>
|
|
public const int DPFILOAPLPOFieldNumber = 3;
|
|
private double dPFILOAPLPO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public double DPFILOAPLPO {
|
|
get { return dPFILOAPLPO_; }
|
|
set {
|
|
dPFILOAPLPO_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as DKODPCDGOOL);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(DKODPCDGOOL other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Wave != other.Wave) return false;
|
|
if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(EPIKPLJCPMK, other.EPIKPLJCPMK)) return false;
|
|
if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(DPFILOAPLPO, other.DPFILOAPLPO)) 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 (Wave != 0) hash ^= Wave.GetHashCode();
|
|
if (EPIKPLJCPMK != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(EPIKPLJCPMK);
|
|
if (DPFILOAPLPO != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(DPFILOAPLPO);
|
|
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 (Wave != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(Wave);
|
|
}
|
|
if (EPIKPLJCPMK != 0D) {
|
|
output.WriteRawTag(17);
|
|
output.WriteDouble(EPIKPLJCPMK);
|
|
}
|
|
if (DPFILOAPLPO != 0D) {
|
|
output.WriteRawTag(25);
|
|
output.WriteDouble(DPFILOAPLPO);
|
|
}
|
|
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 (Wave != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(Wave);
|
|
}
|
|
if (EPIKPLJCPMK != 0D) {
|
|
output.WriteRawTag(17);
|
|
output.WriteDouble(EPIKPLJCPMK);
|
|
}
|
|
if (DPFILOAPLPO != 0D) {
|
|
output.WriteRawTag(25);
|
|
output.WriteDouble(DPFILOAPLPO);
|
|
}
|
|
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 (Wave != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Wave);
|
|
}
|
|
if (EPIKPLJCPMK != 0D) {
|
|
size += 1 + 8;
|
|
}
|
|
if (DPFILOAPLPO != 0D) {
|
|
size += 1 + 8;
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(DKODPCDGOOL other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Wave != 0) {
|
|
Wave = other.Wave;
|
|
}
|
|
if (other.EPIKPLJCPMK != 0D) {
|
|
EPIKPLJCPMK = other.EPIKPLJCPMK;
|
|
}
|
|
if (other.DPFILOAPLPO != 0D) {
|
|
DPFILOAPLPO = other.DPFILOAPLPO;
|
|
}
|
|
_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 8: {
|
|
Wave = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 17: {
|
|
EPIKPLJCPMK = input.ReadDouble();
|
|
break;
|
|
}
|
|
case 25: {
|
|
DPFILOAPLPO = input.ReadDouble();
|
|
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 8: {
|
|
Wave = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 17: {
|
|
EPIKPLJCPMK = input.ReadDouble();
|
|
break;
|
|
}
|
|
case 25: {
|
|
DPFILOAPLPO = input.ReadDouble();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|