Files
DanhengServer-OpenSource/Proto/EPCNFMPDMLO.cs

497 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: EPCNFMPDMLO.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 EPCNFMPDMLO.proto</summary>
public static partial class EPCNFMPDMLOReflection {
#region Descriptor
/// <summary>File descriptor for EPCNFMPDMLO.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static EPCNFMPDMLOReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFFUENORk1QRE1MTy5wcm90bxoRRk1CTU1LQ0lFTEsucHJvdG8iqgEKC0VQ",
"Q05GTVBETUxPEgwKBHJhbmsYDSABKA0SGwoFc3RhdGUYCyABKA4yDC5GTUJN",
"TUtDSUVMSxIQCghzY29yZV9pZBgHIAEoDRIKCgJocBgEIAEoDRITCgtIRkNI",
"RkVGT05OTBgPIAEoCBITCgtPRU5CS0pESkVHRRgOIAEoDRITCgtOQkRLRUxM",
"R0tMUBgJIAEoDRITCgtFTUpPQ1BDRkdBShgKIAEoDUIeqgIbRWdnTGluay5E",
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FMBMMKCIELKReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EPCNFMPDMLO), global::EggLink.DanhengServer.Proto.EPCNFMPDMLO.Parser, new[]{ "Rank", "State", "ScoreId", "Hp", "HFCHFEFONNL", "OENBKJDJEGE", "NBDKELLGKLP", "EMJOCPCFGAJ" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class EPCNFMPDMLO : pb::IMessage<EPCNFMPDMLO>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<EPCNFMPDMLO> _parser = new pb::MessageParser<EPCNFMPDMLO>(() => new EPCNFMPDMLO());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<EPCNFMPDMLO> 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.EPCNFMPDMLOReflection.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 EPCNFMPDMLO() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EPCNFMPDMLO(EPCNFMPDMLO other) : this() {
rank_ = other.rank_;
state_ = other.state_;
scoreId_ = other.scoreId_;
hp_ = other.hp_;
hFCHFEFONNL_ = other.hFCHFEFONNL_;
oENBKJDJEGE_ = other.oENBKJDJEGE_;
nBDKELLGKLP_ = other.nBDKELLGKLP_;
eMJOCPCFGAJ_ = other.eMJOCPCFGAJ_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EPCNFMPDMLO Clone() {
return new EPCNFMPDMLO(this);
}
/// <summary>Field number for the "rank" field.</summary>
public const int RankFieldNumber = 13;
private uint rank_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Rank {
get { return rank_; }
set {
rank_ = value;
}
}
/// <summary>Field number for the "state" field.</summary>
public const int StateFieldNumber = 11;
private global::EggLink.DanhengServer.Proto.FMBMMKCIELK state_ = global::EggLink.DanhengServer.Proto.FMBMMKCIELK.Match3PlayerStateAlive;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FMBMMKCIELK State {
get { return state_; }
set {
state_ = value;
}
}
/// <summary>Field number for the "score_id" field.</summary>
public const int ScoreIdFieldNumber = 7;
private uint scoreId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ScoreId {
get { return scoreId_; }
set {
scoreId_ = value;
}
}
/// <summary>Field number for the "hp" field.</summary>
public const int HpFieldNumber = 4;
private uint hp_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Hp {
get { return hp_; }
set {
hp_ = value;
}
}
/// <summary>Field number for the "HFCHFEFONNL" field.</summary>
public const int HFCHFEFONNLFieldNumber = 15;
private bool hFCHFEFONNL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HFCHFEFONNL {
get { return hFCHFEFONNL_; }
set {
hFCHFEFONNL_ = value;
}
}
/// <summary>Field number for the "OENBKJDJEGE" field.</summary>
public const int OENBKJDJEGEFieldNumber = 14;
private uint oENBKJDJEGE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OENBKJDJEGE {
get { return oENBKJDJEGE_; }
set {
oENBKJDJEGE_ = value;
}
}
/// <summary>Field number for the "NBDKELLGKLP" field.</summary>
public const int NBDKELLGKLPFieldNumber = 9;
private uint nBDKELLGKLP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NBDKELLGKLP {
get { return nBDKELLGKLP_; }
set {
nBDKELLGKLP_ = value;
}
}
/// <summary>Field number for the "EMJOCPCFGAJ" field.</summary>
public const int EMJOCPCFGAJFieldNumber = 10;
private uint eMJOCPCFGAJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EMJOCPCFGAJ {
get { return eMJOCPCFGAJ_; }
set {
eMJOCPCFGAJ_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as EPCNFMPDMLO);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(EPCNFMPDMLO other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Rank != other.Rank) return false;
if (State != other.State) return false;
if (ScoreId != other.ScoreId) return false;
if (Hp != other.Hp) return false;
if (HFCHFEFONNL != other.HFCHFEFONNL) return false;
if (OENBKJDJEGE != other.OENBKJDJEGE) return false;
if (NBDKELLGKLP != other.NBDKELLGKLP) return false;
if (EMJOCPCFGAJ != other.EMJOCPCFGAJ) 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 (Rank != 0) hash ^= Rank.GetHashCode();
if (State != global::EggLink.DanhengServer.Proto.FMBMMKCIELK.Match3PlayerStateAlive) hash ^= State.GetHashCode();
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (Hp != 0) hash ^= Hp.GetHashCode();
if (HFCHFEFONNL != false) hash ^= HFCHFEFONNL.GetHashCode();
if (OENBKJDJEGE != 0) hash ^= OENBKJDJEGE.GetHashCode();
if (NBDKELLGKLP != 0) hash ^= NBDKELLGKLP.GetHashCode();
if (EMJOCPCFGAJ != 0) hash ^= EMJOCPCFGAJ.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 (Hp != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Hp);
}
if (ScoreId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ScoreId);
}
if (NBDKELLGKLP != 0) {
output.WriteRawTag(72);
output.WriteUInt32(NBDKELLGKLP);
}
if (EMJOCPCFGAJ != 0) {
output.WriteRawTag(80);
output.WriteUInt32(EMJOCPCFGAJ);
}
if (State != global::EggLink.DanhengServer.Proto.FMBMMKCIELK.Match3PlayerStateAlive) {
output.WriteRawTag(88);
output.WriteEnum((int) State);
}
if (Rank != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Rank);
}
if (OENBKJDJEGE != 0) {
output.WriteRawTag(112);
output.WriteUInt32(OENBKJDJEGE);
}
if (HFCHFEFONNL != false) {
output.WriteRawTag(120);
output.WriteBool(HFCHFEFONNL);
}
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 (Hp != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Hp);
}
if (ScoreId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ScoreId);
}
if (NBDKELLGKLP != 0) {
output.WriteRawTag(72);
output.WriteUInt32(NBDKELLGKLP);
}
if (EMJOCPCFGAJ != 0) {
output.WriteRawTag(80);
output.WriteUInt32(EMJOCPCFGAJ);
}
if (State != global::EggLink.DanhengServer.Proto.FMBMMKCIELK.Match3PlayerStateAlive) {
output.WriteRawTag(88);
output.WriteEnum((int) State);
}
if (Rank != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Rank);
}
if (OENBKJDJEGE != 0) {
output.WriteRawTag(112);
output.WriteUInt32(OENBKJDJEGE);
}
if (HFCHFEFONNL != false) {
output.WriteRawTag(120);
output.WriteBool(HFCHFEFONNL);
}
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 (Rank != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Rank);
}
if (State != global::EggLink.DanhengServer.Proto.FMBMMKCIELK.Match3PlayerStateAlive) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) State);
}
if (ScoreId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
}
if (Hp != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Hp);
}
if (HFCHFEFONNL != false) {
size += 1 + 1;
}
if (OENBKJDJEGE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OENBKJDJEGE);
}
if (NBDKELLGKLP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NBDKELLGKLP);
}
if (EMJOCPCFGAJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EMJOCPCFGAJ);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(EPCNFMPDMLO other) {
if (other == null) {
return;
}
if (other.Rank != 0) {
Rank = other.Rank;
}
if (other.State != global::EggLink.DanhengServer.Proto.FMBMMKCIELK.Match3PlayerStateAlive) {
State = other.State;
}
if (other.ScoreId != 0) {
ScoreId = other.ScoreId;
}
if (other.Hp != 0) {
Hp = other.Hp;
}
if (other.HFCHFEFONNL != false) {
HFCHFEFONNL = other.HFCHFEFONNL;
}
if (other.OENBKJDJEGE != 0) {
OENBKJDJEGE = other.OENBKJDJEGE;
}
if (other.NBDKELLGKLP != 0) {
NBDKELLGKLP = other.NBDKELLGKLP;
}
if (other.EMJOCPCFGAJ != 0) {
EMJOCPCFGAJ = other.EMJOCPCFGAJ;
}
_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 32: {
Hp = input.ReadUInt32();
break;
}
case 56: {
ScoreId = input.ReadUInt32();
break;
}
case 72: {
NBDKELLGKLP = input.ReadUInt32();
break;
}
case 80: {
EMJOCPCFGAJ = input.ReadUInt32();
break;
}
case 88: {
State = (global::EggLink.DanhengServer.Proto.FMBMMKCIELK) input.ReadEnum();
break;
}
case 104: {
Rank = input.ReadUInt32();
break;
}
case 112: {
OENBKJDJEGE = input.ReadUInt32();
break;
}
case 120: {
HFCHFEFONNL = input.ReadBool();
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 32: {
Hp = input.ReadUInt32();
break;
}
case 56: {
ScoreId = input.ReadUInt32();
break;
}
case 72: {
NBDKELLGKLP = input.ReadUInt32();
break;
}
case 80: {
EMJOCPCFGAJ = input.ReadUInt32();
break;
}
case 88: {
State = (global::EggLink.DanhengServer.Proto.FMBMMKCIELK) input.ReadEnum();
break;
}
case 104: {
Rank = input.ReadUInt32();
break;
}
case 112: {
OENBKJDJEGE = input.ReadUInt32();
break;
}
case 120: {
HFCHFEFONNL = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code