// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: LobbyCreateCsReq.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 LobbyCreateCsReq.proto public static partial class LobbyCreateCsReqReflection { #region Descriptor /// File descriptor for LobbyCreateCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static LobbyCreateCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChZMb2JieUNyZWF0ZUNzUmVxLnByb3RvGhFFUEVHSENHQ01IUC5wcm90bxoT", "RmlnaHRHYW1lTW9kZS5wcm90byJvChBMb2JieUNyZWF0ZUNzUmVxEiEKC0VK", "T0ZDTkFFREhLGA0gASgLMgwuRVBFR0hDR0NNSFASIwoLTkJETFBHQklETEMY", "DCABKA4yDi5GaWdodEdhbWVNb2RlEhMKC05FUE9ERE9KSkZFGAsgASgNQh6q", "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EPEGHCGCMHPReflection.Descriptor, global::EggLink.DanhengServer.Proto.FightGameModeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LobbyCreateCsReq), global::EggLink.DanhengServer.Proto.LobbyCreateCsReq.Parser, new[]{ "EJOFCNAEDHK", "NBDLPGBIDLC", "NEPODDOJJFE" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class LobbyCreateCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LobbyCreateCsReq()); 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.LobbyCreateCsReqReflection.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 LobbyCreateCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LobbyCreateCsReq(LobbyCreateCsReq other) : this() { eJOFCNAEDHK_ = other.eJOFCNAEDHK_ != null ? other.eJOFCNAEDHK_.Clone() : null; nBDLPGBIDLC_ = other.nBDLPGBIDLC_; nEPODDOJJFE_ = other.nEPODDOJJFE_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LobbyCreateCsReq Clone() { return new LobbyCreateCsReq(this); } /// Field number for the "EJOFCNAEDHK" field. public const int EJOFCNAEDHKFieldNumber = 13; private global::EggLink.DanhengServer.Proto.EPEGHCGCMHP eJOFCNAEDHK_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.EPEGHCGCMHP EJOFCNAEDHK { get { return eJOFCNAEDHK_; } set { eJOFCNAEDHK_ = value; } } /// Field number for the "NBDLPGBIDLC" field. public const int NBDLPGBIDLCFieldNumber = 12; private global::EggLink.DanhengServer.Proto.FightGameMode nBDLPGBIDLC_ = global::EggLink.DanhengServer.Proto.FightGameMode.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.FightGameMode NBDLPGBIDLC { get { return nBDLPGBIDLC_; } set { nBDLPGBIDLC_ = value; } } /// Field number for the "NEPODDOJJFE" field. public const int NEPODDOJJFEFieldNumber = 11; private uint nEPODDOJJFE_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint NEPODDOJJFE { get { return nEPODDOJJFE_; } set { nEPODDOJJFE_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as LobbyCreateCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(LobbyCreateCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(EJOFCNAEDHK, other.EJOFCNAEDHK)) return false; if (NBDLPGBIDLC != other.NBDLPGBIDLC) return false; if (NEPODDOJJFE != other.NEPODDOJJFE) 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 (eJOFCNAEDHK_ != null) hash ^= EJOFCNAEDHK.GetHashCode(); if (NBDLPGBIDLC != global::EggLink.DanhengServer.Proto.FightGameMode.None) hash ^= NBDLPGBIDLC.GetHashCode(); if (NEPODDOJJFE != 0) hash ^= NEPODDOJJFE.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 (NEPODDOJJFE != 0) { output.WriteRawTag(88); output.WriteUInt32(NEPODDOJJFE); } if (NBDLPGBIDLC != global::EggLink.DanhengServer.Proto.FightGameMode.None) { output.WriteRawTag(96); output.WriteEnum((int) NBDLPGBIDLC); } if (eJOFCNAEDHK_ != null) { output.WriteRawTag(106); output.WriteMessage(EJOFCNAEDHK); } 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 (NEPODDOJJFE != 0) { output.WriteRawTag(88); output.WriteUInt32(NEPODDOJJFE); } if (NBDLPGBIDLC != global::EggLink.DanhengServer.Proto.FightGameMode.None) { output.WriteRawTag(96); output.WriteEnum((int) NBDLPGBIDLC); } if (eJOFCNAEDHK_ != null) { output.WriteRawTag(106); output.WriteMessage(EJOFCNAEDHK); } 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 (eJOFCNAEDHK_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(EJOFCNAEDHK); } if (NBDLPGBIDLC != global::EggLink.DanhengServer.Proto.FightGameMode.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) NBDLPGBIDLC); } if (NEPODDOJJFE != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NEPODDOJJFE); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(LobbyCreateCsReq other) { if (other == null) { return; } if (other.eJOFCNAEDHK_ != null) { if (eJOFCNAEDHK_ == null) { EJOFCNAEDHK = new global::EggLink.DanhengServer.Proto.EPEGHCGCMHP(); } EJOFCNAEDHK.MergeFrom(other.EJOFCNAEDHK); } if (other.NBDLPGBIDLC != global::EggLink.DanhengServer.Proto.FightGameMode.None) { NBDLPGBIDLC = other.NBDLPGBIDLC; } if (other.NEPODDOJJFE != 0) { NEPODDOJJFE = other.NEPODDOJJFE; } _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 88: { NEPODDOJJFE = input.ReadUInt32(); break; } case 96: { NBDLPGBIDLC = (global::EggLink.DanhengServer.Proto.FightGameMode) input.ReadEnum(); break; } case 106: { if (eJOFCNAEDHK_ == null) { EJOFCNAEDHK = new global::EggLink.DanhengServer.Proto.EPEGHCGCMHP(); } input.ReadMessage(EJOFCNAEDHK); 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 88: { NEPODDOJJFE = input.ReadUInt32(); break; } case 96: { NBDLPGBIDLC = (global::EggLink.DanhengServer.Proto.FightGameMode) input.ReadEnum(); break; } case 106: { if (eJOFCNAEDHK_ == null) { EJOFCNAEDHK = new global::EggLink.DanhengServer.Proto.EPEGHCGCMHP(); } input.ReadMessage(EJOFCNAEDHK); break; } } } } #endif } #endregion } #endregion Designer generated code