Files
DanhengServer-OpenSource/Proto/FLEMIIBGLNC.cs
2024-10-05 22:40:41 +08:00

497 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FLEMIIBGLNC.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 FLEMIIBGLNC.proto</summary>
public static partial class FLEMIIBGLNCReflection {
#region Descriptor
/// <summary>File descriptor for FLEMIIBGLNC.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FLEMIIBGLNCReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFGTEVNSUlCR0xOQy5wcm90bxoRQkxCSkJBTUROQk4ucHJvdG8iqgEKC0ZM",
"RU1JSUJHTE5DEhsKBXN0YXRlGA4gASgOMgwuQkxCSkJBTUROQk4SEwoLT09H",
"QVBPS0ZLQUkYDCABKA0SDAoEcmFuaxgBIAEoDRITCgtHQ0NJT0hFSlBORRgI",
"IAEoDRIQCghzY29yZV9pZBgPIAEoDRIKCgJocBgNIAEoDRITCgtETkFNRE5D",
"TE9KQxgLIAEoDRITCgtFS0ZQS0ZFQ01HQxgFIAEoCEIeqgIbRWdnTGluay5E",
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BLBJBAMDNBNReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FLEMIIBGLNC), global::EggLink.DanhengServer.Proto.FLEMIIBGLNC.Parser, new[]{ "State", "OOGAPOKFKAI", "Rank", "GCCIOHEJPNE", "ScoreId", "Hp", "DNAMDNCLOJC", "EKFPKFECMGC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FLEMIIBGLNC : pb::IMessage<FLEMIIBGLNC>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<FLEMIIBGLNC> _parser = new pb::MessageParser<FLEMIIBGLNC>(() => new FLEMIIBGLNC());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<FLEMIIBGLNC> 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.FLEMIIBGLNCReflection.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 FLEMIIBGLNC() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FLEMIIBGLNC(FLEMIIBGLNC other) : this() {
state_ = other.state_;
oOGAPOKFKAI_ = other.oOGAPOKFKAI_;
rank_ = other.rank_;
gCCIOHEJPNE_ = other.gCCIOHEJPNE_;
scoreId_ = other.scoreId_;
hp_ = other.hp_;
dNAMDNCLOJC_ = other.dNAMDNCLOJC_;
eKFPKFECMGC_ = other.eKFPKFECMGC_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FLEMIIBGLNC Clone() {
return new FLEMIIBGLNC(this);
}
/// <summary>Field number for the "state" field.</summary>
public const int StateFieldNumber = 14;
private global::EggLink.DanhengServer.Proto.BLBJBAMDNBN state_ = global::EggLink.DanhengServer.Proto.BLBJBAMDNBN.Match3PlayerStateAlive;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.BLBJBAMDNBN State {
get { return state_; }
set {
state_ = value;
}
}
/// <summary>Field number for the "OOGAPOKFKAI" field.</summary>
public const int OOGAPOKFKAIFieldNumber = 12;
private uint oOGAPOKFKAI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OOGAPOKFKAI {
get { return oOGAPOKFKAI_; }
set {
oOGAPOKFKAI_ = value;
}
}
/// <summary>Field number for the "rank" field.</summary>
public const int RankFieldNumber = 1;
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 "GCCIOHEJPNE" field.</summary>
public const int GCCIOHEJPNEFieldNumber = 8;
private uint gCCIOHEJPNE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GCCIOHEJPNE {
get { return gCCIOHEJPNE_; }
set {
gCCIOHEJPNE_ = value;
}
}
/// <summary>Field number for the "score_id" field.</summary>
public const int ScoreIdFieldNumber = 15;
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 = 13;
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 "DNAMDNCLOJC" field.</summary>
public const int DNAMDNCLOJCFieldNumber = 11;
private uint dNAMDNCLOJC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DNAMDNCLOJC {
get { return dNAMDNCLOJC_; }
set {
dNAMDNCLOJC_ = value;
}
}
/// <summary>Field number for the "EKFPKFECMGC" field.</summary>
public const int EKFPKFECMGCFieldNumber = 5;
private bool eKFPKFECMGC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool EKFPKFECMGC {
get { return eKFPKFECMGC_; }
set {
eKFPKFECMGC_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FLEMIIBGLNC);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FLEMIIBGLNC other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (State != other.State) return false;
if (OOGAPOKFKAI != other.OOGAPOKFKAI) return false;
if (Rank != other.Rank) return false;
if (GCCIOHEJPNE != other.GCCIOHEJPNE) return false;
if (ScoreId != other.ScoreId) return false;
if (Hp != other.Hp) return false;
if (DNAMDNCLOJC != other.DNAMDNCLOJC) return false;
if (EKFPKFECMGC != other.EKFPKFECMGC) 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 (State != global::EggLink.DanhengServer.Proto.BLBJBAMDNBN.Match3PlayerStateAlive) hash ^= State.GetHashCode();
if (OOGAPOKFKAI != 0) hash ^= OOGAPOKFKAI.GetHashCode();
if (Rank != 0) hash ^= Rank.GetHashCode();
if (GCCIOHEJPNE != 0) hash ^= GCCIOHEJPNE.GetHashCode();
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (Hp != 0) hash ^= Hp.GetHashCode();
if (DNAMDNCLOJC != 0) hash ^= DNAMDNCLOJC.GetHashCode();
if (EKFPKFECMGC != false) hash ^= EKFPKFECMGC.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 (Rank != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Rank);
}
if (EKFPKFECMGC != false) {
output.WriteRawTag(40);
output.WriteBool(EKFPKFECMGC);
}
if (GCCIOHEJPNE != 0) {
output.WriteRawTag(64);
output.WriteUInt32(GCCIOHEJPNE);
}
if (DNAMDNCLOJC != 0) {
output.WriteRawTag(88);
output.WriteUInt32(DNAMDNCLOJC);
}
if (OOGAPOKFKAI != 0) {
output.WriteRawTag(96);
output.WriteUInt32(OOGAPOKFKAI);
}
if (Hp != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Hp);
}
if (State != global::EggLink.DanhengServer.Proto.BLBJBAMDNBN.Match3PlayerStateAlive) {
output.WriteRawTag(112);
output.WriteEnum((int) State);
}
if (ScoreId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(ScoreId);
}
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 (Rank != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Rank);
}
if (EKFPKFECMGC != false) {
output.WriteRawTag(40);
output.WriteBool(EKFPKFECMGC);
}
if (GCCIOHEJPNE != 0) {
output.WriteRawTag(64);
output.WriteUInt32(GCCIOHEJPNE);
}
if (DNAMDNCLOJC != 0) {
output.WriteRawTag(88);
output.WriteUInt32(DNAMDNCLOJC);
}
if (OOGAPOKFKAI != 0) {
output.WriteRawTag(96);
output.WriteUInt32(OOGAPOKFKAI);
}
if (Hp != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Hp);
}
if (State != global::EggLink.DanhengServer.Proto.BLBJBAMDNBN.Match3PlayerStateAlive) {
output.WriteRawTag(112);
output.WriteEnum((int) State);
}
if (ScoreId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(ScoreId);
}
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 (State != global::EggLink.DanhengServer.Proto.BLBJBAMDNBN.Match3PlayerStateAlive) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) State);
}
if (OOGAPOKFKAI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OOGAPOKFKAI);
}
if (Rank != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Rank);
}
if (GCCIOHEJPNE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GCCIOHEJPNE);
}
if (ScoreId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
}
if (Hp != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Hp);
}
if (DNAMDNCLOJC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DNAMDNCLOJC);
}
if (EKFPKFECMGC != false) {
size += 1 + 1;
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FLEMIIBGLNC other) {
if (other == null) {
return;
}
if (other.State != global::EggLink.DanhengServer.Proto.BLBJBAMDNBN.Match3PlayerStateAlive) {
State = other.State;
}
if (other.OOGAPOKFKAI != 0) {
OOGAPOKFKAI = other.OOGAPOKFKAI;
}
if (other.Rank != 0) {
Rank = other.Rank;
}
if (other.GCCIOHEJPNE != 0) {
GCCIOHEJPNE = other.GCCIOHEJPNE;
}
if (other.ScoreId != 0) {
ScoreId = other.ScoreId;
}
if (other.Hp != 0) {
Hp = other.Hp;
}
if (other.DNAMDNCLOJC != 0) {
DNAMDNCLOJC = other.DNAMDNCLOJC;
}
if (other.EKFPKFECMGC != false) {
EKFPKFECMGC = other.EKFPKFECMGC;
}
_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: {
Rank = input.ReadUInt32();
break;
}
case 40: {
EKFPKFECMGC = input.ReadBool();
break;
}
case 64: {
GCCIOHEJPNE = input.ReadUInt32();
break;
}
case 88: {
DNAMDNCLOJC = input.ReadUInt32();
break;
}
case 96: {
OOGAPOKFKAI = input.ReadUInt32();
break;
}
case 104: {
Hp = input.ReadUInt32();
break;
}
case 112: {
State = (global::EggLink.DanhengServer.Proto.BLBJBAMDNBN) input.ReadEnum();
break;
}
case 120: {
ScoreId = 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 8: {
Rank = input.ReadUInt32();
break;
}
case 40: {
EKFPKFECMGC = input.ReadBool();
break;
}
case 64: {
GCCIOHEJPNE = input.ReadUInt32();
break;
}
case 88: {
DNAMDNCLOJC = input.ReadUInt32();
break;
}
case 96: {
OOGAPOKFKAI = input.ReadUInt32();
break;
}
case 104: {
Hp = input.ReadUInt32();
break;
}
case 112: {
State = (global::EggLink.DanhengServer.Proto.BLBJBAMDNBN) input.ReadEnum();
break;
}
case 120: {
ScoreId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code