Files
DanhengServer-OpenSource/Common/Proto/BeforeCellData.cs
2024-03-23 22:17:00 +08:00

650 lines
23 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BeforeCellData.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 BeforeCellData.proto</summary>
public static partial class BeforeCellDataReflection {
#region Descriptor
/// <summary>File descriptor for BeforeCellData.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BeforeCellDataReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRCZWZvcmVDZWxsRGF0YS5wcm90bxoZQ2hlc3NSb2d1ZUV4dHJhSW5mby5w",
"cm90bxoQQ2VsbFN0YXR1cy5wcm90bxobQ2hlc3NSb2d1ZUxldmVsU3RhdHVz",
"LnByb3RvIrgCCg5CZWZvcmVDZWxsRGF0YRITCgtKRE5FRUhDS09FTBgCIAEo",
"CBITCgtKSk9ORk9BTU9DQRgJIAEoDRITCgtLSUROT0pNQUNOShgGIAEoCBIT",
"CgtEQkJBTkFGSklDTRgLIAEoDRIPCgdyb29tX2lkGA4gASgNEhMKC0hMRVBM",
"S0FGSU1JGAQgASgNEhMKC0FDUEtBTk1HQUhDGAwgAygNEhMKC0JCR09DQklM",
"QUlDGAMgASgNEiAKC0dHTEpNQ0NBQUJMGA0gASgOMgsuQ2VsbFN0YXR1cxIn",
"CgljZWxsX2luZm8YCiABKAsyFC5DaGVzc1JvZ3VlRXh0cmFJbmZvEgoKAmlk",
"GA8gASgNEisKC05PREVCSk9FSkdKGAEgASgOMhYuQ2hlc3NSb2d1ZUxldmVs",
"U3RhdHVzQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
"Mw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueExtraInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelStatusReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BeforeCellData), global::EggLink.DanhengServer.Proto.BeforeCellData.Parser, new[]{ "JDNEEHCKOEL", "JJONFOAMOCA", "KIDNOJMACNJ", "DBBANAFJICM", "RoomId", "HLEPLKAFIMI", "ACPKANMGAHC", "BBGOCBILAIC", "GGLJMCCAABL", "CellInfo", "Id", "NODEBJOEJGJ" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BeforeCellData : pb::IMessage<BeforeCellData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<BeforeCellData> _parser = new pb::MessageParser<BeforeCellData>(() => new BeforeCellData());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<BeforeCellData> 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.BeforeCellDataReflection.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 BeforeCellData() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BeforeCellData(BeforeCellData other) : this() {
jDNEEHCKOEL_ = other.jDNEEHCKOEL_;
jJONFOAMOCA_ = other.jJONFOAMOCA_;
kIDNOJMACNJ_ = other.kIDNOJMACNJ_;
dBBANAFJICM_ = other.dBBANAFJICM_;
roomId_ = other.roomId_;
hLEPLKAFIMI_ = other.hLEPLKAFIMI_;
aCPKANMGAHC_ = other.aCPKANMGAHC_.Clone();
bBGOCBILAIC_ = other.bBGOCBILAIC_;
gGLJMCCAABL_ = other.gGLJMCCAABL_;
cellInfo_ = other.cellInfo_ != null ? other.cellInfo_.Clone() : null;
id_ = other.id_;
nODEBJOEJGJ_ = other.nODEBJOEJGJ_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BeforeCellData Clone() {
return new BeforeCellData(this);
}
/// <summary>Field number for the "JDNEEHCKOEL" field.</summary>
public const int JDNEEHCKOELFieldNumber = 2;
private bool jDNEEHCKOEL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool JDNEEHCKOEL {
get { return jDNEEHCKOEL_; }
set {
jDNEEHCKOEL_ = value;
}
}
/// <summary>Field number for the "JJONFOAMOCA" field.</summary>
public const int JJONFOAMOCAFieldNumber = 9;
private uint jJONFOAMOCA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JJONFOAMOCA {
get { return jJONFOAMOCA_; }
set {
jJONFOAMOCA_ = value;
}
}
/// <summary>Field number for the "KIDNOJMACNJ" field.</summary>
public const int KIDNOJMACNJFieldNumber = 6;
private bool kIDNOJMACNJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool KIDNOJMACNJ {
get { return kIDNOJMACNJ_; }
set {
kIDNOJMACNJ_ = value;
}
}
/// <summary>Field number for the "DBBANAFJICM" field.</summary>
public const int DBBANAFJICMFieldNumber = 11;
private uint dBBANAFJICM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DBBANAFJICM {
get { return dBBANAFJICM_; }
set {
dBBANAFJICM_ = value;
}
}
/// <summary>Field number for the "room_id" field.</summary>
public const int RoomIdFieldNumber = 14;
private uint roomId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint RoomId {
get { return roomId_; }
set {
roomId_ = value;
}
}
/// <summary>Field number for the "HLEPLKAFIMI" field.</summary>
public const int HLEPLKAFIMIFieldNumber = 4;
private uint hLEPLKAFIMI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HLEPLKAFIMI {
get { return hLEPLKAFIMI_; }
set {
hLEPLKAFIMI_ = value;
}
}
/// <summary>Field number for the "ACPKANMGAHC" field.</summary>
public const int ACPKANMGAHCFieldNumber = 12;
private static readonly pb::FieldCodec<uint> _repeated_aCPKANMGAHC_codec
= pb::FieldCodec.ForUInt32(98);
private readonly pbc::RepeatedField<uint> aCPKANMGAHC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> ACPKANMGAHC {
get { return aCPKANMGAHC_; }
}
/// <summary>Field number for the "BBGOCBILAIC" field.</summary>
public const int BBGOCBILAICFieldNumber = 3;
private uint bBGOCBILAIC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BBGOCBILAIC {
get { return bBGOCBILAIC_; }
set {
bBGOCBILAIC_ = value;
}
}
/// <summary>Field number for the "GGLJMCCAABL" field.</summary>
public const int GGLJMCCAABLFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.CellStatus gGLJMCCAABL_ = global::EggLink.DanhengServer.Proto.CellStatus.Idle;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.CellStatus GGLJMCCAABL {
get { return gGLJMCCAABL_; }
set {
gGLJMCCAABL_ = value;
}
}
/// <summary>Field number for the "cell_info" field.</summary>
public const int CellInfoFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.ChessRogueExtraInfo cellInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueExtraInfo CellInfo {
get { return cellInfo_; }
set {
cellInfo_ = value;
}
}
/// <summary>Field number for the "id" field.</summary>
public const int IdFieldNumber = 15;
private uint id_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Id {
get { return id_; }
set {
id_ = value;
}
}
/// <summary>Field number for the "NODEBJOEJGJ" field.</summary>
public const int NODEBJOEJGJFieldNumber = 1;
private global::EggLink.DanhengServer.Proto.ChessRogueLevelStatus nODEBJOEJGJ_ = global::EggLink.DanhengServer.Proto.ChessRogueLevelStatus.ChessRogueCellSpecialTypeNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueLevelStatus NODEBJOEJGJ {
get { return nODEBJOEJGJ_; }
set {
nODEBJOEJGJ_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as BeforeCellData);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(BeforeCellData other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (JDNEEHCKOEL != other.JDNEEHCKOEL) return false;
if (JJONFOAMOCA != other.JJONFOAMOCA) return false;
if (KIDNOJMACNJ != other.KIDNOJMACNJ) return false;
if (DBBANAFJICM != other.DBBANAFJICM) return false;
if (RoomId != other.RoomId) return false;
if (HLEPLKAFIMI != other.HLEPLKAFIMI) return false;
if(!aCPKANMGAHC_.Equals(other.aCPKANMGAHC_)) return false;
if (BBGOCBILAIC != other.BBGOCBILAIC) return false;
if (GGLJMCCAABL != other.GGLJMCCAABL) return false;
if (!object.Equals(CellInfo, other.CellInfo)) return false;
if (Id != other.Id) return false;
if (NODEBJOEJGJ != other.NODEBJOEJGJ) 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 (JDNEEHCKOEL != false) hash ^= JDNEEHCKOEL.GetHashCode();
if (JJONFOAMOCA != 0) hash ^= JJONFOAMOCA.GetHashCode();
if (KIDNOJMACNJ != false) hash ^= KIDNOJMACNJ.GetHashCode();
if (DBBANAFJICM != 0) hash ^= DBBANAFJICM.GetHashCode();
if (RoomId != 0) hash ^= RoomId.GetHashCode();
if (HLEPLKAFIMI != 0) hash ^= HLEPLKAFIMI.GetHashCode();
hash ^= aCPKANMGAHC_.GetHashCode();
if (BBGOCBILAIC != 0) hash ^= BBGOCBILAIC.GetHashCode();
if (GGLJMCCAABL != global::EggLink.DanhengServer.Proto.CellStatus.Idle) hash ^= GGLJMCCAABL.GetHashCode();
if (cellInfo_ != null) hash ^= CellInfo.GetHashCode();
if (Id != 0) hash ^= Id.GetHashCode();
if (NODEBJOEJGJ != global::EggLink.DanhengServer.Proto.ChessRogueLevelStatus.ChessRogueCellSpecialTypeNone) hash ^= NODEBJOEJGJ.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 (NODEBJOEJGJ != global::EggLink.DanhengServer.Proto.ChessRogueLevelStatus.ChessRogueCellSpecialTypeNone) {
output.WriteRawTag(8);
output.WriteEnum((int) NODEBJOEJGJ);
}
if (JDNEEHCKOEL != false) {
output.WriteRawTag(16);
output.WriteBool(JDNEEHCKOEL);
}
if (BBGOCBILAIC != 0) {
output.WriteRawTag(24);
output.WriteUInt32(BBGOCBILAIC);
}
if (HLEPLKAFIMI != 0) {
output.WriteRawTag(32);
output.WriteUInt32(HLEPLKAFIMI);
}
if (KIDNOJMACNJ != false) {
output.WriteRawTag(48);
output.WriteBool(KIDNOJMACNJ);
}
if (JJONFOAMOCA != 0) {
output.WriteRawTag(72);
output.WriteUInt32(JJONFOAMOCA);
}
if (cellInfo_ != null) {
output.WriteRawTag(82);
output.WriteMessage(CellInfo);
}
if (DBBANAFJICM != 0) {
output.WriteRawTag(88);
output.WriteUInt32(DBBANAFJICM);
}
aCPKANMGAHC_.WriteTo(output, _repeated_aCPKANMGAHC_codec);
if (GGLJMCCAABL != global::EggLink.DanhengServer.Proto.CellStatus.Idle) {
output.WriteRawTag(104);
output.WriteEnum((int) GGLJMCCAABL);
}
if (RoomId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(RoomId);
}
if (Id != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Id);
}
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 (NODEBJOEJGJ != global::EggLink.DanhengServer.Proto.ChessRogueLevelStatus.ChessRogueCellSpecialTypeNone) {
output.WriteRawTag(8);
output.WriteEnum((int) NODEBJOEJGJ);
}
if (JDNEEHCKOEL != false) {
output.WriteRawTag(16);
output.WriteBool(JDNEEHCKOEL);
}
if (BBGOCBILAIC != 0) {
output.WriteRawTag(24);
output.WriteUInt32(BBGOCBILAIC);
}
if (HLEPLKAFIMI != 0) {
output.WriteRawTag(32);
output.WriteUInt32(HLEPLKAFIMI);
}
if (KIDNOJMACNJ != false) {
output.WriteRawTag(48);
output.WriteBool(KIDNOJMACNJ);
}
if (JJONFOAMOCA != 0) {
output.WriteRawTag(72);
output.WriteUInt32(JJONFOAMOCA);
}
if (cellInfo_ != null) {
output.WriteRawTag(82);
output.WriteMessage(CellInfo);
}
if (DBBANAFJICM != 0) {
output.WriteRawTag(88);
output.WriteUInt32(DBBANAFJICM);
}
aCPKANMGAHC_.WriteTo(ref output, _repeated_aCPKANMGAHC_codec);
if (GGLJMCCAABL != global::EggLink.DanhengServer.Proto.CellStatus.Idle) {
output.WriteRawTag(104);
output.WriteEnum((int) GGLJMCCAABL);
}
if (RoomId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(RoomId);
}
if (Id != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Id);
}
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 (JDNEEHCKOEL != false) {
size += 1 + 1;
}
if (JJONFOAMOCA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JJONFOAMOCA);
}
if (KIDNOJMACNJ != false) {
size += 1 + 1;
}
if (DBBANAFJICM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DBBANAFJICM);
}
if (RoomId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RoomId);
}
if (HLEPLKAFIMI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HLEPLKAFIMI);
}
size += aCPKANMGAHC_.CalculateSize(_repeated_aCPKANMGAHC_codec);
if (BBGOCBILAIC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BBGOCBILAIC);
}
if (GGLJMCCAABL != global::EggLink.DanhengServer.Proto.CellStatus.Idle) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) GGLJMCCAABL);
}
if (cellInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CellInfo);
}
if (Id != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
}
if (NODEBJOEJGJ != global::EggLink.DanhengServer.Proto.ChessRogueLevelStatus.ChessRogueCellSpecialTypeNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) NODEBJOEJGJ);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(BeforeCellData other) {
if (other == null) {
return;
}
if (other.JDNEEHCKOEL != false) {
JDNEEHCKOEL = other.JDNEEHCKOEL;
}
if (other.JJONFOAMOCA != 0) {
JJONFOAMOCA = other.JJONFOAMOCA;
}
if (other.KIDNOJMACNJ != false) {
KIDNOJMACNJ = other.KIDNOJMACNJ;
}
if (other.DBBANAFJICM != 0) {
DBBANAFJICM = other.DBBANAFJICM;
}
if (other.RoomId != 0) {
RoomId = other.RoomId;
}
if (other.HLEPLKAFIMI != 0) {
HLEPLKAFIMI = other.HLEPLKAFIMI;
}
aCPKANMGAHC_.Add(other.aCPKANMGAHC_);
if (other.BBGOCBILAIC != 0) {
BBGOCBILAIC = other.BBGOCBILAIC;
}
if (other.GGLJMCCAABL != global::EggLink.DanhengServer.Proto.CellStatus.Idle) {
GGLJMCCAABL = other.GGLJMCCAABL;
}
if (other.cellInfo_ != null) {
if (cellInfo_ == null) {
CellInfo = new global::EggLink.DanhengServer.Proto.ChessRogueExtraInfo();
}
CellInfo.MergeFrom(other.CellInfo);
}
if (other.Id != 0) {
Id = other.Id;
}
if (other.NODEBJOEJGJ != global::EggLink.DanhengServer.Proto.ChessRogueLevelStatus.ChessRogueCellSpecialTypeNone) {
NODEBJOEJGJ = other.NODEBJOEJGJ;
}
_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: {
NODEBJOEJGJ = (global::EggLink.DanhengServer.Proto.ChessRogueLevelStatus) input.ReadEnum();
break;
}
case 16: {
JDNEEHCKOEL = input.ReadBool();
break;
}
case 24: {
BBGOCBILAIC = input.ReadUInt32();
break;
}
case 32: {
HLEPLKAFIMI = input.ReadUInt32();
break;
}
case 48: {
KIDNOJMACNJ = input.ReadBool();
break;
}
case 72: {
JJONFOAMOCA = input.ReadUInt32();
break;
}
case 82: {
if (cellInfo_ == null) {
CellInfo = new global::EggLink.DanhengServer.Proto.ChessRogueExtraInfo();
}
input.ReadMessage(CellInfo);
break;
}
case 88: {
DBBANAFJICM = input.ReadUInt32();
break;
}
case 98:
case 96: {
aCPKANMGAHC_.AddEntriesFrom(input, _repeated_aCPKANMGAHC_codec);
break;
}
case 104: {
GGLJMCCAABL = (global::EggLink.DanhengServer.Proto.CellStatus) input.ReadEnum();
break;
}
case 112: {
RoomId = input.ReadUInt32();
break;
}
case 120: {
Id = 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: {
NODEBJOEJGJ = (global::EggLink.DanhengServer.Proto.ChessRogueLevelStatus) input.ReadEnum();
break;
}
case 16: {
JDNEEHCKOEL = input.ReadBool();
break;
}
case 24: {
BBGOCBILAIC = input.ReadUInt32();
break;
}
case 32: {
HLEPLKAFIMI = input.ReadUInt32();
break;
}
case 48: {
KIDNOJMACNJ = input.ReadBool();
break;
}
case 72: {
JJONFOAMOCA = input.ReadUInt32();
break;
}
case 82: {
if (cellInfo_ == null) {
CellInfo = new global::EggLink.DanhengServer.Proto.ChessRogueExtraInfo();
}
input.ReadMessage(CellInfo);
break;
}
case 88: {
DBBANAFJICM = input.ReadUInt32();
break;
}
case 98:
case 96: {
aCPKANMGAHC_.AddEntriesFrom(ref input, _repeated_aCPKANMGAHC_codec);
break;
}
case 104: {
GGLJMCCAABL = (global::EggLink.DanhengServer.Proto.CellStatus) input.ReadEnum();
break;
}
case 112: {
RoomId = input.ReadUInt32();
break;
}
case 120: {
Id = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code