// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: RogueRoom.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 RogueRoom.proto public static partial class RogueRoomReflection { #region Descriptor /// File descriptor for RogueRoom.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static RogueRoomReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Cg9Sb2d1ZVJvb20ucHJvdG8aFVJvZ3VlUm9vbVN0YXR1cy5wcm90byKPAQoJ", "Um9ndWVSb29tEg8KB3NpdGVfaWQYAiABKA0SEwoLSU1JTUdGQUFHSE0YBSAB", "KA0SDwoHcm9vbV9pZBgLIAEoDRIkCgpjdXJfc3RhdHVzGA4gASgOMhAuUm9n", "dWVSb29tU3RhdHVzEiUKC0JFRUVCT0lPSklGGAggASgOMhAuUm9ndWVSb29t", "U3RhdHVzQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueRoomStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueRoom), global::EggLink.DanhengServer.Proto.RogueRoom.Parser, new[]{ "SiteId", "IMIMGFAAGHM", "RoomId", "CurStatus", "BEEEBOIOJIF" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class RogueRoom : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueRoom()); 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.RogueRoomReflection.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 RogueRoom() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueRoom(RogueRoom other) : this() { siteId_ = other.siteId_; iMIMGFAAGHM_ = other.iMIMGFAAGHM_; roomId_ = other.roomId_; curStatus_ = other.curStatus_; bEEEBOIOJIF_ = other.bEEEBOIOJIF_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueRoom Clone() { return new RogueRoom(this); } /// Field number for the "site_id" field. public const int SiteIdFieldNumber = 2; private uint siteId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint SiteId { get { return siteId_; } set { siteId_ = value; } } /// Field number for the "IMIMGFAAGHM" field. public const int IMIMGFAAGHMFieldNumber = 5; private uint iMIMGFAAGHM_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint IMIMGFAAGHM { get { return iMIMGFAAGHM_; } set { iMIMGFAAGHM_ = value; } } /// Field number for the "room_id" field. public const int RoomIdFieldNumber = 11; private uint roomId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint RoomId { get { return roomId_; } set { roomId_ = value; } } /// Field number for the "cur_status" field. public const int CurStatusFieldNumber = 14; private global::EggLink.DanhengServer.Proto.RogueRoomStatus curStatus_ = global::EggLink.DanhengServer.Proto.RogueRoomStatus.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueRoomStatus CurStatus { get { return curStatus_; } set { curStatus_ = value; } } /// Field number for the "BEEEBOIOJIF" field. public const int BEEEBOIOJIFFieldNumber = 8; private global::EggLink.DanhengServer.Proto.RogueRoomStatus bEEEBOIOJIF_ = global::EggLink.DanhengServer.Proto.RogueRoomStatus.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueRoomStatus BEEEBOIOJIF { get { return bEEEBOIOJIF_; } set { bEEEBOIOJIF_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as RogueRoom); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(RogueRoom other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (SiteId != other.SiteId) return false; if (IMIMGFAAGHM != other.IMIMGFAAGHM) return false; if (RoomId != other.RoomId) return false; if (CurStatus != other.CurStatus) return false; if (BEEEBOIOJIF != other.BEEEBOIOJIF) 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 (SiteId != 0) hash ^= SiteId.GetHashCode(); if (IMIMGFAAGHM != 0) hash ^= IMIMGFAAGHM.GetHashCode(); if (RoomId != 0) hash ^= RoomId.GetHashCode(); if (CurStatus != global::EggLink.DanhengServer.Proto.RogueRoomStatus.None) hash ^= CurStatus.GetHashCode(); if (BEEEBOIOJIF != global::EggLink.DanhengServer.Proto.RogueRoomStatus.None) hash ^= BEEEBOIOJIF.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 (SiteId != 0) { output.WriteRawTag(16); output.WriteUInt32(SiteId); } if (IMIMGFAAGHM != 0) { output.WriteRawTag(40); output.WriteUInt32(IMIMGFAAGHM); } if (BEEEBOIOJIF != global::EggLink.DanhengServer.Proto.RogueRoomStatus.None) { output.WriteRawTag(64); output.WriteEnum((int) BEEEBOIOJIF); } if (RoomId != 0) { output.WriteRawTag(88); output.WriteUInt32(RoomId); } if (CurStatus != global::EggLink.DanhengServer.Proto.RogueRoomStatus.None) { output.WriteRawTag(112); output.WriteEnum((int) CurStatus); } 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 (SiteId != 0) { output.WriteRawTag(16); output.WriteUInt32(SiteId); } if (IMIMGFAAGHM != 0) { output.WriteRawTag(40); output.WriteUInt32(IMIMGFAAGHM); } if (BEEEBOIOJIF != global::EggLink.DanhengServer.Proto.RogueRoomStatus.None) { output.WriteRawTag(64); output.WriteEnum((int) BEEEBOIOJIF); } if (RoomId != 0) { output.WriteRawTag(88); output.WriteUInt32(RoomId); } if (CurStatus != global::EggLink.DanhengServer.Proto.RogueRoomStatus.None) { output.WriteRawTag(112); output.WriteEnum((int) CurStatus); } 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 (SiteId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SiteId); } if (IMIMGFAAGHM != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IMIMGFAAGHM); } if (RoomId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RoomId); } if (CurStatus != global::EggLink.DanhengServer.Proto.RogueRoomStatus.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) CurStatus); } if (BEEEBOIOJIF != global::EggLink.DanhengServer.Proto.RogueRoomStatus.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BEEEBOIOJIF); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(RogueRoom other) { if (other == null) { return; } if (other.SiteId != 0) { SiteId = other.SiteId; } if (other.IMIMGFAAGHM != 0) { IMIMGFAAGHM = other.IMIMGFAAGHM; } if (other.RoomId != 0) { RoomId = other.RoomId; } if (other.CurStatus != global::EggLink.DanhengServer.Proto.RogueRoomStatus.None) { CurStatus = other.CurStatus; } if (other.BEEEBOIOJIF != global::EggLink.DanhengServer.Proto.RogueRoomStatus.None) { BEEEBOIOJIF = other.BEEEBOIOJIF; } _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 16: { SiteId = input.ReadUInt32(); break; } case 40: { IMIMGFAAGHM = input.ReadUInt32(); break; } case 64: { BEEEBOIOJIF = (global::EggLink.DanhengServer.Proto.RogueRoomStatus) input.ReadEnum(); break; } case 88: { RoomId = input.ReadUInt32(); break; } case 112: { CurStatus = (global::EggLink.DanhengServer.Proto.RogueRoomStatus) 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 16: { SiteId = input.ReadUInt32(); break; } case 40: { IMIMGFAAGHM = input.ReadUInt32(); break; } case 64: { BEEEBOIOJIF = (global::EggLink.DanhengServer.Proto.RogueRoomStatus) input.ReadEnum(); break; } case 88: { RoomId = input.ReadUInt32(); break; } case 112: { CurStatus = (global::EggLink.DanhengServer.Proto.RogueRoomStatus) input.ReadEnum(); break; } } } } #endif } #endregion } #endregion Designer generated code