// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: MultiplayerMatch3FinishScNotify.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 MultiplayerMatch3FinishScNotify.proto public static partial class MultiplayerMatch3FinishScNotifyReflection { #region Descriptor /// File descriptor for MultiplayerMatch3FinishScNotify.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static MultiplayerMatch3FinishScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiVNdWx0aXBsYXllck1hdGNoM0ZpbmlzaFNjTm90aWZ5LnByb3RvGhFDRElN", "RU1GSkpGUC5wcm90bxoYTWF0Y2gzRmluaXNoUmVhc29uLnByb3RvIpMBCh9N", "dWx0aXBsYXllck1hdGNoM0ZpbmlzaFNjTm90aWZ5EiEKC05JQUVHSEpMTk1C", "GAUgASgLMgwuQ0RJTUVNRkpKRlASEwoLRkRHRE9LQUZCREgYDCABKA0SIwoG", "cmVhc29uGAcgASgOMhMuTWF0Y2gzRmluaXNoUmVhc29uEhMKC0tPSklISklI", "S0lBGA8gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", "b3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CDIMEMFJJFPReflection.Descriptor, global::EggLink.DanhengServer.Proto.Match3FinishReasonReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MultiplayerMatch3FinishScNotify), global::EggLink.DanhengServer.Proto.MultiplayerMatch3FinishScNotify.Parser, new[]{ "NIAEGHJLNMB", "FDGDOKAFBDH", "Reason", "KOJIHJIHKIA" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class MultiplayerMatch3FinishScNotify : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MultiplayerMatch3FinishScNotify()); 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.MultiplayerMatch3FinishScNotifyReflection.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 MultiplayerMatch3FinishScNotify() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MultiplayerMatch3FinishScNotify(MultiplayerMatch3FinishScNotify other) : this() { nIAEGHJLNMB_ = other.nIAEGHJLNMB_ != null ? other.nIAEGHJLNMB_.Clone() : null; fDGDOKAFBDH_ = other.fDGDOKAFBDH_; reason_ = other.reason_; kOJIHJIHKIA_ = other.kOJIHJIHKIA_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MultiplayerMatch3FinishScNotify Clone() { return new MultiplayerMatch3FinishScNotify(this); } /// Field number for the "NIAEGHJLNMB" field. public const int NIAEGHJLNMBFieldNumber = 5; private global::EggLink.DanhengServer.Proto.CDIMEMFJJFP nIAEGHJLNMB_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.CDIMEMFJJFP NIAEGHJLNMB { get { return nIAEGHJLNMB_; } set { nIAEGHJLNMB_ = value; } } /// Field number for the "FDGDOKAFBDH" field. public const int FDGDOKAFBDHFieldNumber = 12; private uint fDGDOKAFBDH_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FDGDOKAFBDH { get { return fDGDOKAFBDH_; } set { fDGDOKAFBDH_ = value; } } /// Field number for the "reason" field. public const int ReasonFieldNumber = 7; private global::EggLink.DanhengServer.Proto.Match3FinishReason reason_ = global::EggLink.DanhengServer.Proto.Match3FinishReason.Default; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.Match3FinishReason Reason { get { return reason_; } set { reason_ = value; } } /// Field number for the "KOJIHJIHKIA" field. public const int KOJIHJIHKIAFieldNumber = 15; private uint kOJIHJIHKIA_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint KOJIHJIHKIA { get { return kOJIHJIHKIA_; } set { kOJIHJIHKIA_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as MultiplayerMatch3FinishScNotify); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(MultiplayerMatch3FinishScNotify other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(NIAEGHJLNMB, other.NIAEGHJLNMB)) return false; if (FDGDOKAFBDH != other.FDGDOKAFBDH) return false; if (Reason != other.Reason) return false; if (KOJIHJIHKIA != other.KOJIHJIHKIA) 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 (nIAEGHJLNMB_ != null) hash ^= NIAEGHJLNMB.GetHashCode(); if (FDGDOKAFBDH != 0) hash ^= FDGDOKAFBDH.GetHashCode(); if (Reason != global::EggLink.DanhengServer.Proto.Match3FinishReason.Default) hash ^= Reason.GetHashCode(); if (KOJIHJIHKIA != 0) hash ^= KOJIHJIHKIA.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 (nIAEGHJLNMB_ != null) { output.WriteRawTag(42); output.WriteMessage(NIAEGHJLNMB); } if (Reason != global::EggLink.DanhengServer.Proto.Match3FinishReason.Default) { output.WriteRawTag(56); output.WriteEnum((int) Reason); } if (FDGDOKAFBDH != 0) { output.WriteRawTag(96); output.WriteUInt32(FDGDOKAFBDH); } if (KOJIHJIHKIA != 0) { output.WriteRawTag(120); output.WriteUInt32(KOJIHJIHKIA); } 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 (nIAEGHJLNMB_ != null) { output.WriteRawTag(42); output.WriteMessage(NIAEGHJLNMB); } if (Reason != global::EggLink.DanhengServer.Proto.Match3FinishReason.Default) { output.WriteRawTag(56); output.WriteEnum((int) Reason); } if (FDGDOKAFBDH != 0) { output.WriteRawTag(96); output.WriteUInt32(FDGDOKAFBDH); } if (KOJIHJIHKIA != 0) { output.WriteRawTag(120); output.WriteUInt32(KOJIHJIHKIA); } 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 (nIAEGHJLNMB_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(NIAEGHJLNMB); } if (FDGDOKAFBDH != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FDGDOKAFBDH); } if (Reason != global::EggLink.DanhengServer.Proto.Match3FinishReason.Default) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Reason); } if (KOJIHJIHKIA != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KOJIHJIHKIA); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(MultiplayerMatch3FinishScNotify other) { if (other == null) { return; } if (other.nIAEGHJLNMB_ != null) { if (nIAEGHJLNMB_ == null) { NIAEGHJLNMB = new global::EggLink.DanhengServer.Proto.CDIMEMFJJFP(); } NIAEGHJLNMB.MergeFrom(other.NIAEGHJLNMB); } if (other.FDGDOKAFBDH != 0) { FDGDOKAFBDH = other.FDGDOKAFBDH; } if (other.Reason != global::EggLink.DanhengServer.Proto.Match3FinishReason.Default) { Reason = other.Reason; } if (other.KOJIHJIHKIA != 0) { KOJIHJIHKIA = other.KOJIHJIHKIA; } _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 42: { if (nIAEGHJLNMB_ == null) { NIAEGHJLNMB = new global::EggLink.DanhengServer.Proto.CDIMEMFJJFP(); } input.ReadMessage(NIAEGHJLNMB); break; } case 56: { Reason = (global::EggLink.DanhengServer.Proto.Match3FinishReason) input.ReadEnum(); break; } case 96: { FDGDOKAFBDH = input.ReadUInt32(); break; } case 120: { KOJIHJIHKIA = 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 42: { if (nIAEGHJLNMB_ == null) { NIAEGHJLNMB = new global::EggLink.DanhengServer.Proto.CDIMEMFJJFP(); } input.ReadMessage(NIAEGHJLNMB); break; } case 56: { Reason = (global::EggLink.DanhengServer.Proto.Match3FinishReason) input.ReadEnum(); break; } case 96: { FDGDOKAFBDH = input.ReadUInt32(); break; } case 120: { KOJIHJIHKIA = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code