Files
DanhengServer-OpenSource/Proto/ChessRogueCell.cs
2024-10-27 13:23:57 +08:00

650 lines
23 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChessRogueCell.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 ChessRogueCell.proto</summary>
public static partial class ChessRogueCellReflection {
#region Descriptor
/// <summary>File descriptor for ChessRogueCell.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChessRogueCellReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRDaGVzc1JvZ3VlQ2VsbC5wcm90bxofQ2hlc3NSb2d1ZUNlbGxTcGVjaWFs",
"VHlwZS5wcm90bxoVQ2VsbEFkdmFuY2VJbmZvLnByb3RvGh9DaGVzc1JvZ3Vl",
"Qm9hcmRDZWxsU3RhdHVzLnByb3RvIscCCg5DaGVzc1JvZ3VlQ2VsbBITCgtP",
"RU1GTEZFQkpMRxgFIAEoDRITCgtpc191bmxvY2tlZBgHIAEoCBIPCgdyb29t",
"X2lkGAEgASgNEhMKC0tHTENDQkdPRUJPGAYgASgNEhEKCWlzX3VubG9jaxgI",
"IAEoCBIKCgJpZBgCIAEoDRIkCgpzdGFnZV9pbmZvGAkgASgLMhAuQ2VsbEFk",
"dmFuY2VJbmZvEhMKC0pJUEZHRUNIRkJNGAMgASgNEhMKC0FJQk1CS0RBUEZL",
"GAsgAygNEi8KC2NlbGxfc3RhdHVzGA4gASgOMhouQ2hlc3NSb2d1ZUJvYXJk",
"Q2VsbFN0YXR1cxITCgtEQkVKSUdKTkdLSBgKIAEoDRIwCgxzcGVjaWFsX3R5",
"cGUYDCABKA4yGi5DaGVzc1JvZ3VlQ2VsbFNwZWNpYWxUeXBlQh6qAhtFZ2dM",
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellAdvanceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueCell), global::EggLink.DanhengServer.Proto.ChessRogueCell.Parser, new[]{ "OEMFLFEBJLG", "IsUnlocked", "RoomId", "KGLCCBGOEBO", "IsUnlock", "Id", "StageInfo", "JIPFGECHFBM", "AIBMBKDAPFK", "CellStatus", "DBEJIGJNGKH", "SpecialType" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChessRogueCell : pb::IMessage<ChessRogueCell>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChessRogueCell> _parser = new pb::MessageParser<ChessRogueCell>(() => new ChessRogueCell());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChessRogueCell> 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.ChessRogueCellReflection.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 ChessRogueCell() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChessRogueCell(ChessRogueCell other) : this() {
oEMFLFEBJLG_ = other.oEMFLFEBJLG_;
isUnlocked_ = other.isUnlocked_;
roomId_ = other.roomId_;
kGLCCBGOEBO_ = other.kGLCCBGOEBO_;
isUnlock_ = other.isUnlock_;
id_ = other.id_;
stageInfo_ = other.stageInfo_ != null ? other.stageInfo_.Clone() : null;
jIPFGECHFBM_ = other.jIPFGECHFBM_;
aIBMBKDAPFK_ = other.aIBMBKDAPFK_.Clone();
cellStatus_ = other.cellStatus_;
dBEJIGJNGKH_ = other.dBEJIGJNGKH_;
specialType_ = other.specialType_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChessRogueCell Clone() {
return new ChessRogueCell(this);
}
/// <summary>Field number for the "OEMFLFEBJLG" field.</summary>
public const int OEMFLFEBJLGFieldNumber = 5;
private uint oEMFLFEBJLG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OEMFLFEBJLG {
get { return oEMFLFEBJLG_; }
set {
oEMFLFEBJLG_ = value;
}
}
/// <summary>Field number for the "is_unlocked" field.</summary>
public const int IsUnlockedFieldNumber = 7;
private bool isUnlocked_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsUnlocked {
get { return isUnlocked_; }
set {
isUnlocked_ = value;
}
}
/// <summary>Field number for the "room_id" field.</summary>
public const int RoomIdFieldNumber = 1;
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 "KGLCCBGOEBO" field.</summary>
public const int KGLCCBGOEBOFieldNumber = 6;
private uint kGLCCBGOEBO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KGLCCBGOEBO {
get { return kGLCCBGOEBO_; }
set {
kGLCCBGOEBO_ = value;
}
}
/// <summary>Field number for the "is_unlock" field.</summary>
public const int IsUnlockFieldNumber = 8;
private bool isUnlock_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsUnlock {
get { return isUnlock_; }
set {
isUnlock_ = value;
}
}
/// <summary>Field number for the "id" field.</summary>
public const int IdFieldNumber = 2;
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 "stage_info" field.</summary>
public const int StageInfoFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.CellAdvanceInfo stageInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.CellAdvanceInfo StageInfo {
get { return stageInfo_; }
set {
stageInfo_ = value;
}
}
/// <summary>Field number for the "JIPFGECHFBM" field.</summary>
public const int JIPFGECHFBMFieldNumber = 3;
private uint jIPFGECHFBM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JIPFGECHFBM {
get { return jIPFGECHFBM_; }
set {
jIPFGECHFBM_ = value;
}
}
/// <summary>Field number for the "AIBMBKDAPFK" field.</summary>
public const int AIBMBKDAPFKFieldNumber = 11;
private static readonly pb::FieldCodec<uint> _repeated_aIBMBKDAPFK_codec
= pb::FieldCodec.ForUInt32(90);
private readonly pbc::RepeatedField<uint> aIBMBKDAPFK_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> AIBMBKDAPFK {
get { return aIBMBKDAPFK_; }
}
/// <summary>Field number for the "cell_status" field.</summary>
public const int CellStatusFieldNumber = 14;
private global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus cellStatus_ = global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus.Idle;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus CellStatus {
get { return cellStatus_; }
set {
cellStatus_ = value;
}
}
/// <summary>Field number for the "DBEJIGJNGKH" field.</summary>
public const int DBEJIGJNGKHFieldNumber = 10;
private uint dBEJIGJNGKH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DBEJIGJNGKH {
get { return dBEJIGJNGKH_; }
set {
dBEJIGJNGKH_ = value;
}
}
/// <summary>Field number for the "special_type" field.</summary>
public const int SpecialTypeFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType specialType_ = global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType SpecialType {
get { return specialType_; }
set {
specialType_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ChessRogueCell);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChessRogueCell other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (OEMFLFEBJLG != other.OEMFLFEBJLG) return false;
if (IsUnlocked != other.IsUnlocked) return false;
if (RoomId != other.RoomId) return false;
if (KGLCCBGOEBO != other.KGLCCBGOEBO) return false;
if (IsUnlock != other.IsUnlock) return false;
if (Id != other.Id) return false;
if (!object.Equals(StageInfo, other.StageInfo)) return false;
if (JIPFGECHFBM != other.JIPFGECHFBM) return false;
if(!aIBMBKDAPFK_.Equals(other.aIBMBKDAPFK_)) return false;
if (CellStatus != other.CellStatus) return false;
if (DBEJIGJNGKH != other.DBEJIGJNGKH) return false;
if (SpecialType != other.SpecialType) 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 (OEMFLFEBJLG != 0) hash ^= OEMFLFEBJLG.GetHashCode();
if (IsUnlocked != false) hash ^= IsUnlocked.GetHashCode();
if (RoomId != 0) hash ^= RoomId.GetHashCode();
if (KGLCCBGOEBO != 0) hash ^= KGLCCBGOEBO.GetHashCode();
if (IsUnlock != false) hash ^= IsUnlock.GetHashCode();
if (Id != 0) hash ^= Id.GetHashCode();
if (stageInfo_ != null) hash ^= StageInfo.GetHashCode();
if (JIPFGECHFBM != 0) hash ^= JIPFGECHFBM.GetHashCode();
hash ^= aIBMBKDAPFK_.GetHashCode();
if (CellStatus != global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus.Idle) hash ^= CellStatus.GetHashCode();
if (DBEJIGJNGKH != 0) hash ^= DBEJIGJNGKH.GetHashCode();
if (SpecialType != global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType.None) hash ^= SpecialType.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 (RoomId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(RoomId);
}
if (Id != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Id);
}
if (JIPFGECHFBM != 0) {
output.WriteRawTag(24);
output.WriteUInt32(JIPFGECHFBM);
}
if (OEMFLFEBJLG != 0) {
output.WriteRawTag(40);
output.WriteUInt32(OEMFLFEBJLG);
}
if (KGLCCBGOEBO != 0) {
output.WriteRawTag(48);
output.WriteUInt32(KGLCCBGOEBO);
}
if (IsUnlocked != false) {
output.WriteRawTag(56);
output.WriteBool(IsUnlocked);
}
if (IsUnlock != false) {
output.WriteRawTag(64);
output.WriteBool(IsUnlock);
}
if (stageInfo_ != null) {
output.WriteRawTag(74);
output.WriteMessage(StageInfo);
}
if (DBEJIGJNGKH != 0) {
output.WriteRawTag(80);
output.WriteUInt32(DBEJIGJNGKH);
}
aIBMBKDAPFK_.WriteTo(output, _repeated_aIBMBKDAPFK_codec);
if (SpecialType != global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType.None) {
output.WriteRawTag(96);
output.WriteEnum((int) SpecialType);
}
if (CellStatus != global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus.Idle) {
output.WriteRawTag(112);
output.WriteEnum((int) CellStatus);
}
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 (RoomId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(RoomId);
}
if (Id != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Id);
}
if (JIPFGECHFBM != 0) {
output.WriteRawTag(24);
output.WriteUInt32(JIPFGECHFBM);
}
if (OEMFLFEBJLG != 0) {
output.WriteRawTag(40);
output.WriteUInt32(OEMFLFEBJLG);
}
if (KGLCCBGOEBO != 0) {
output.WriteRawTag(48);
output.WriteUInt32(KGLCCBGOEBO);
}
if (IsUnlocked != false) {
output.WriteRawTag(56);
output.WriteBool(IsUnlocked);
}
if (IsUnlock != false) {
output.WriteRawTag(64);
output.WriteBool(IsUnlock);
}
if (stageInfo_ != null) {
output.WriteRawTag(74);
output.WriteMessage(StageInfo);
}
if (DBEJIGJNGKH != 0) {
output.WriteRawTag(80);
output.WriteUInt32(DBEJIGJNGKH);
}
aIBMBKDAPFK_.WriteTo(ref output, _repeated_aIBMBKDAPFK_codec);
if (SpecialType != global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType.None) {
output.WriteRawTag(96);
output.WriteEnum((int) SpecialType);
}
if (CellStatus != global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus.Idle) {
output.WriteRawTag(112);
output.WriteEnum((int) CellStatus);
}
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 (OEMFLFEBJLG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OEMFLFEBJLG);
}
if (IsUnlocked != false) {
size += 1 + 1;
}
if (RoomId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RoomId);
}
if (KGLCCBGOEBO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KGLCCBGOEBO);
}
if (IsUnlock != false) {
size += 1 + 1;
}
if (Id != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
}
if (stageInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(StageInfo);
}
if (JIPFGECHFBM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JIPFGECHFBM);
}
size += aIBMBKDAPFK_.CalculateSize(_repeated_aIBMBKDAPFK_codec);
if (CellStatus != global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus.Idle) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) CellStatus);
}
if (DBEJIGJNGKH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DBEJIGJNGKH);
}
if (SpecialType != global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) SpecialType);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChessRogueCell other) {
if (other == null) {
return;
}
if (other.OEMFLFEBJLG != 0) {
OEMFLFEBJLG = other.OEMFLFEBJLG;
}
if (other.IsUnlocked != false) {
IsUnlocked = other.IsUnlocked;
}
if (other.RoomId != 0) {
RoomId = other.RoomId;
}
if (other.KGLCCBGOEBO != 0) {
KGLCCBGOEBO = other.KGLCCBGOEBO;
}
if (other.IsUnlock != false) {
IsUnlock = other.IsUnlock;
}
if (other.Id != 0) {
Id = other.Id;
}
if (other.stageInfo_ != null) {
if (stageInfo_ == null) {
StageInfo = new global::EggLink.DanhengServer.Proto.CellAdvanceInfo();
}
StageInfo.MergeFrom(other.StageInfo);
}
if (other.JIPFGECHFBM != 0) {
JIPFGECHFBM = other.JIPFGECHFBM;
}
aIBMBKDAPFK_.Add(other.aIBMBKDAPFK_);
if (other.CellStatus != global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus.Idle) {
CellStatus = other.CellStatus;
}
if (other.DBEJIGJNGKH != 0) {
DBEJIGJNGKH = other.DBEJIGJNGKH;
}
if (other.SpecialType != global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType.None) {
SpecialType = other.SpecialType;
}
_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: {
RoomId = input.ReadUInt32();
break;
}
case 16: {
Id = input.ReadUInt32();
break;
}
case 24: {
JIPFGECHFBM = input.ReadUInt32();
break;
}
case 40: {
OEMFLFEBJLG = input.ReadUInt32();
break;
}
case 48: {
KGLCCBGOEBO = input.ReadUInt32();
break;
}
case 56: {
IsUnlocked = input.ReadBool();
break;
}
case 64: {
IsUnlock = input.ReadBool();
break;
}
case 74: {
if (stageInfo_ == null) {
StageInfo = new global::EggLink.DanhengServer.Proto.CellAdvanceInfo();
}
input.ReadMessage(StageInfo);
break;
}
case 80: {
DBEJIGJNGKH = input.ReadUInt32();
break;
}
case 90:
case 88: {
aIBMBKDAPFK_.AddEntriesFrom(input, _repeated_aIBMBKDAPFK_codec);
break;
}
case 96: {
SpecialType = (global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType) input.ReadEnum();
break;
}
case 112: {
CellStatus = (global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus) input.ReadEnum();
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: {
RoomId = input.ReadUInt32();
break;
}
case 16: {
Id = input.ReadUInt32();
break;
}
case 24: {
JIPFGECHFBM = input.ReadUInt32();
break;
}
case 40: {
OEMFLFEBJLG = input.ReadUInt32();
break;
}
case 48: {
KGLCCBGOEBO = input.ReadUInt32();
break;
}
case 56: {
IsUnlocked = input.ReadBool();
break;
}
case 64: {
IsUnlock = input.ReadBool();
break;
}
case 74: {
if (stageInfo_ == null) {
StageInfo = new global::EggLink.DanhengServer.Proto.CellAdvanceInfo();
}
input.ReadMessage(StageInfo);
break;
}
case 80: {
DBEJIGJNGKH = input.ReadUInt32();
break;
}
case 90:
case 88: {
aIBMBKDAPFK_.AddEntriesFrom(ref input, _repeated_aIBMBKDAPFK_codec);
break;
}
case 96: {
SpecialType = (global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialType) input.ReadEnum();
break;
}
case 112: {
CellStatus = (global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatus) input.ReadEnum();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code