// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: RogueMagicDoorInfo.proto // #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 { /// Holder for reflection information generated from RogueMagicDoorInfo.proto public static partial class RogueMagicDoorInfoReflection { #region Descriptor /// File descriptor for RogueMagicDoorInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static RogueMagicDoorInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhSb2d1ZU1hZ2ljRG9vckluZm8ucHJvdG8iZgoSUm9ndWVNYWdpY0Rvb3JJ", "bmZvEiEKGXJvZ3VlX2Rvb3JfbmV4dF9yb29tX3R5cGUYDyABKA0SEwoLRUlQ", "Tk5FSk5OS0oYCCABKA0SGAoQZW50ZXJfbmV4dF9sYXllchgGIAEoCEIeqgIb", "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicDoorInfo), global::EggLink.DanhengServer.Proto.RogueMagicDoorInfo.Parser, new[]{ "RogueDoorNextRoomType", "EIPNNEJNNKJ", "EnterNextLayer" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class RogueMagicDoorInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueMagicDoorInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser 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.RogueMagicDoorInfoReflection.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 RogueMagicDoorInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueMagicDoorInfo(RogueMagicDoorInfo other) : this() { rogueDoorNextRoomType_ = other.rogueDoorNextRoomType_; eIPNNEJNNKJ_ = other.eIPNNEJNNKJ_; enterNextLayer_ = other.enterNextLayer_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueMagicDoorInfo Clone() { return new RogueMagicDoorInfo(this); } /// Field number for the "rogue_door_next_room_type" field. public const int RogueDoorNextRoomTypeFieldNumber = 15; private uint rogueDoorNextRoomType_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint RogueDoorNextRoomType { get { return rogueDoorNextRoomType_; } set { rogueDoorNextRoomType_ = value; } } /// Field number for the "EIPNNEJNNKJ" field. public const int EIPNNEJNNKJFieldNumber = 8; private uint eIPNNEJNNKJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EIPNNEJNNKJ { get { return eIPNNEJNNKJ_; } set { eIPNNEJNNKJ_ = value; } } /// Field number for the "enter_next_layer" field. public const int EnterNextLayerFieldNumber = 6; private bool enterNextLayer_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool EnterNextLayer { get { return enterNextLayer_; } set { enterNextLayer_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as RogueMagicDoorInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(RogueMagicDoorInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (RogueDoorNextRoomType != other.RogueDoorNextRoomType) return false; if (EIPNNEJNNKJ != other.EIPNNEJNNKJ) return false; if (EnterNextLayer != other.EnterNextLayer) 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 (RogueDoorNextRoomType != 0) hash ^= RogueDoorNextRoomType.GetHashCode(); if (EIPNNEJNNKJ != 0) hash ^= EIPNNEJNNKJ.GetHashCode(); if (EnterNextLayer != false) hash ^= EnterNextLayer.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 (EnterNextLayer != false) { output.WriteRawTag(48); output.WriteBool(EnterNextLayer); } if (EIPNNEJNNKJ != 0) { output.WriteRawTag(64); output.WriteUInt32(EIPNNEJNNKJ); } if (RogueDoorNextRoomType != 0) { output.WriteRawTag(120); output.WriteUInt32(RogueDoorNextRoomType); } 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 (EnterNextLayer != false) { output.WriteRawTag(48); output.WriteBool(EnterNextLayer); } if (EIPNNEJNNKJ != 0) { output.WriteRawTag(64); output.WriteUInt32(EIPNNEJNNKJ); } if (RogueDoorNextRoomType != 0) { output.WriteRawTag(120); output.WriteUInt32(RogueDoorNextRoomType); } 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 (RogueDoorNextRoomType != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RogueDoorNextRoomType); } if (EIPNNEJNNKJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EIPNNEJNNKJ); } if (EnterNextLayer != 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(RogueMagicDoorInfo other) { if (other == null) { return; } if (other.RogueDoorNextRoomType != 0) { RogueDoorNextRoomType = other.RogueDoorNextRoomType; } if (other.EIPNNEJNNKJ != 0) { EIPNNEJNNKJ = other.EIPNNEJNNKJ; } if (other.EnterNextLayer != false) { EnterNextLayer = other.EnterNextLayer; } _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 48: { EnterNextLayer = input.ReadBool(); break; } case 64: { EIPNNEJNNKJ = input.ReadUInt32(); break; } case 120: { RogueDoorNextRoomType = 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 48: { EnterNextLayer = input.ReadBool(); break; } case 64: { EIPNNEJNNKJ = input.ReadUInt32(); break; } case 120: { RogueDoorNextRoomType = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code