// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: FightMatch3SoloSwapNotify.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 FightMatch3SoloSwapNotify.proto public static partial class FightMatch3SoloSwapNotifyReflection { #region Descriptor /// File descriptor for FightMatch3SoloSwapNotify.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static FightMatch3SoloSwapNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9GaWdodE1hdGNoM1NvbG9Td2FwTm90aWZ5LnByb3RvGhpGaWdodE1hdGNo", "M1N3YXBDc1JlcS5wcm90bxoRTURPSEFGQkVFUEsucHJvdG8iagoZRmlnaHRN", "YXRjaDNTb2xvU3dhcE5vdGlmeRIqCgtNRURCT05IQUxPRBgKIAEoCzIVLkZp", "Z2h0TWF0Y2gzU3dhcENzUmVxEiEKC0VIRUxHQU9BQkpKGAkgASgLMgwuTURP", "SEFGQkVFUEtCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReqReflection.Descriptor, global::EggLink.DanhengServer.Proto.MDOHAFBEEPKReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightMatch3SoloSwapNotify), global::EggLink.DanhengServer.Proto.FightMatch3SoloSwapNotify.Parser, new[]{ "MEDBONHALOD", "EHELGAOABJJ" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class FightMatch3SoloSwapNotify : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FightMatch3SoloSwapNotify()); 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.FightMatch3SoloSwapNotifyReflection.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 FightMatch3SoloSwapNotify() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FightMatch3SoloSwapNotify(FightMatch3SoloSwapNotify other) : this() { mEDBONHALOD_ = other.mEDBONHALOD_ != null ? other.mEDBONHALOD_.Clone() : null; eHELGAOABJJ_ = other.eHELGAOABJJ_ != null ? other.eHELGAOABJJ_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FightMatch3SoloSwapNotify Clone() { return new FightMatch3SoloSwapNotify(this); } /// Field number for the "MEDBONHALOD" field. public const int MEDBONHALODFieldNumber = 10; private global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq mEDBONHALOD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq MEDBONHALOD { get { return mEDBONHALOD_; } set { mEDBONHALOD_ = value; } } /// Field number for the "EHELGAOABJJ" field. public const int EHELGAOABJJFieldNumber = 9; private global::EggLink.DanhengServer.Proto.MDOHAFBEEPK eHELGAOABJJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.MDOHAFBEEPK EHELGAOABJJ { get { return eHELGAOABJJ_; } set { eHELGAOABJJ_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as FightMatch3SoloSwapNotify); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(FightMatch3SoloSwapNotify other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(MEDBONHALOD, other.MEDBONHALOD)) return false; if (!object.Equals(EHELGAOABJJ, other.EHELGAOABJJ)) 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 (mEDBONHALOD_ != null) hash ^= MEDBONHALOD.GetHashCode(); if (eHELGAOABJJ_ != null) hash ^= EHELGAOABJJ.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 (eHELGAOABJJ_ != null) { output.WriteRawTag(74); output.WriteMessage(EHELGAOABJJ); } if (mEDBONHALOD_ != null) { output.WriteRawTag(82); output.WriteMessage(MEDBONHALOD); } 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 (eHELGAOABJJ_ != null) { output.WriteRawTag(74); output.WriteMessage(EHELGAOABJJ); } if (mEDBONHALOD_ != null) { output.WriteRawTag(82); output.WriteMessage(MEDBONHALOD); } 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 (mEDBONHALOD_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MEDBONHALOD); } if (eHELGAOABJJ_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(EHELGAOABJJ); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(FightMatch3SoloSwapNotify other) { if (other == null) { return; } if (other.mEDBONHALOD_ != null) { if (mEDBONHALOD_ == null) { MEDBONHALOD = new global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq(); } MEDBONHALOD.MergeFrom(other.MEDBONHALOD); } if (other.eHELGAOABJJ_ != null) { if (eHELGAOABJJ_ == null) { EHELGAOABJJ = new global::EggLink.DanhengServer.Proto.MDOHAFBEEPK(); } EHELGAOABJJ.MergeFrom(other.EHELGAOABJJ); } _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 74: { if (eHELGAOABJJ_ == null) { EHELGAOABJJ = new global::EggLink.DanhengServer.Proto.MDOHAFBEEPK(); } input.ReadMessage(EHELGAOABJJ); break; } case 82: { if (mEDBONHALOD_ == null) { MEDBONHALOD = new global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq(); } input.ReadMessage(MEDBONHALOD); 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 74: { if (eHELGAOABJJ_ == null) { EHELGAOABJJ = new global::EggLink.DanhengServer.Proto.MDOHAFBEEPK(); } input.ReadMessage(EHELGAOABJJ); break; } case 82: { if (mEDBONHALOD_ == null) { MEDBONHALOD = new global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq(); } input.ReadMessage(MEDBONHALOD); break; } } } } #endif } #endregion } #endregion Designer generated code