// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: RogueMagicLevelInfoUpdateScNotify.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 RogueMagicLevelInfoUpdateScNotify.proto public static partial class RogueMagicLevelInfoUpdateScNotifyReflection { #region Descriptor /// File descriptor for RogueMagicLevelInfoUpdateScNotify.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static RogueMagicLevelInfoUpdateScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CidSb2d1ZU1hZ2ljTGV2ZWxJbmZvVXBkYXRlU2NOb3RpZnkucHJvdG8aGVJv", "Z3VlTWFnaWNMYXllckluZm8ucHJvdG8aG1JvZ3VlTWFnaWNMZXZlbFN0YXR1", "cy5wcm90bxocUm9ndWVNYWdpY1NldHRsZVJlYXNvbi5wcm90byLsAQohUm9n", "dWVNYWdpY0xldmVsSW5mb1VwZGF0ZVNjTm90aWZ5EhMKC0pQTkRLRkRHTktL", "GAsgASgNEhcKD2N1cl9sZXZlbF9pbmRleBgEIAEoDRItCg9sZXZlbF9pbmZv", "X2xpc3QYCCADKAsyFC5Sb2d1ZU1hZ2ljTGF5ZXJJbmZvEicKBnJlYXNvbhgG", "IAEoDjIXLlJvZ3VlTWFnaWNTZXR0bGVSZWFzb24SGQoRZXh0cmFfcm91bmRf", "bGltaXQYCSABKA0SJgoGc3RhdHVzGA0gASgOMhYuUm9ndWVNYWdpY0xldmVs", "U3RhdHVzQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicLayerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicSettleReasonReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicLevelInfoUpdateScNotify), global::EggLink.DanhengServer.Proto.RogueMagicLevelInfoUpdateScNotify.Parser, new[]{ "JPNDKFDGNKK", "CurLevelIndex", "LevelInfoList", "Reason", "ExtraRoundLimit", "Status" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class RogueMagicLevelInfoUpdateScNotify : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueMagicLevelInfoUpdateScNotify()); 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.RogueMagicLevelInfoUpdateScNotifyReflection.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 RogueMagicLevelInfoUpdateScNotify() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueMagicLevelInfoUpdateScNotify(RogueMagicLevelInfoUpdateScNotify other) : this() { jPNDKFDGNKK_ = other.jPNDKFDGNKK_; curLevelIndex_ = other.curLevelIndex_; levelInfoList_ = other.levelInfoList_.Clone(); reason_ = other.reason_; extraRoundLimit_ = other.extraRoundLimit_; status_ = other.status_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueMagicLevelInfoUpdateScNotify Clone() { return new RogueMagicLevelInfoUpdateScNotify(this); } /// Field number for the "JPNDKFDGNKK" field. public const int JPNDKFDGNKKFieldNumber = 11; private uint jPNDKFDGNKK_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint JPNDKFDGNKK { get { return jPNDKFDGNKK_; } set { jPNDKFDGNKK_ = value; } } /// Field number for the "cur_level_index" field. public const int CurLevelIndexFieldNumber = 4; private uint curLevelIndex_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CurLevelIndex { get { return curLevelIndex_; } set { curLevelIndex_ = value; } } /// Field number for the "level_info_list" field. public const int LevelInfoListFieldNumber = 8; private static readonly pb::FieldCodec _repeated_levelInfoList_codec = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.RogueMagicLayerInfo.Parser); private readonly pbc::RepeatedField levelInfoList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField LevelInfoList { get { return levelInfoList_; } } /// Field number for the "reason" field. public const int ReasonFieldNumber = 6; private global::EggLink.DanhengServer.Proto.RogueMagicSettleReason reason_ = global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueMagicSettleReason Reason { get { return reason_; } set { reason_ = value; } } /// Field number for the "extra_round_limit" field. public const int ExtraRoundLimitFieldNumber = 9; private uint extraRoundLimit_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint ExtraRoundLimit { get { return extraRoundLimit_; } set { extraRoundLimit_ = value; } } /// Field number for the "status" field. public const int StatusFieldNumber = 13; private global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus status_ = global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus Status { get { return status_; } set { status_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as RogueMagicLevelInfoUpdateScNotify); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(RogueMagicLevelInfoUpdateScNotify other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (JPNDKFDGNKK != other.JPNDKFDGNKK) return false; if (CurLevelIndex != other.CurLevelIndex) return false; if(!levelInfoList_.Equals(other.levelInfoList_)) return false; if (Reason != other.Reason) return false; if (ExtraRoundLimit != other.ExtraRoundLimit) return false; if (Status != other.Status) 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 (JPNDKFDGNKK != 0) hash ^= JPNDKFDGNKK.GetHashCode(); if (CurLevelIndex != 0) hash ^= CurLevelIndex.GetHashCode(); hash ^= levelInfoList_.GetHashCode(); if (Reason != global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None) hash ^= Reason.GetHashCode(); if (ExtraRoundLimit != 0) hash ^= ExtraRoundLimit.GetHashCode(); if (Status != global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None) hash ^= Status.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 (CurLevelIndex != 0) { output.WriteRawTag(32); output.WriteUInt32(CurLevelIndex); } if (Reason != global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None) { output.WriteRawTag(48); output.WriteEnum((int) Reason); } levelInfoList_.WriteTo(output, _repeated_levelInfoList_codec); if (ExtraRoundLimit != 0) { output.WriteRawTag(72); output.WriteUInt32(ExtraRoundLimit); } if (JPNDKFDGNKK != 0) { output.WriteRawTag(88); output.WriteUInt32(JPNDKFDGNKK); } if (Status != global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None) { output.WriteRawTag(104); output.WriteEnum((int) Status); } 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 (CurLevelIndex != 0) { output.WriteRawTag(32); output.WriteUInt32(CurLevelIndex); } if (Reason != global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None) { output.WriteRawTag(48); output.WriteEnum((int) Reason); } levelInfoList_.WriteTo(ref output, _repeated_levelInfoList_codec); if (ExtraRoundLimit != 0) { output.WriteRawTag(72); output.WriteUInt32(ExtraRoundLimit); } if (JPNDKFDGNKK != 0) { output.WriteRawTag(88); output.WriteUInt32(JPNDKFDGNKK); } if (Status != global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None) { output.WriteRawTag(104); output.WriteEnum((int) Status); } 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 (JPNDKFDGNKK != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JPNDKFDGNKK); } if (CurLevelIndex != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurLevelIndex); } size += levelInfoList_.CalculateSize(_repeated_levelInfoList_codec); if (Reason != global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Reason); } if (ExtraRoundLimit != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ExtraRoundLimit); } if (Status != global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(RogueMagicLevelInfoUpdateScNotify other) { if (other == null) { return; } if (other.JPNDKFDGNKK != 0) { JPNDKFDGNKK = other.JPNDKFDGNKK; } if (other.CurLevelIndex != 0) { CurLevelIndex = other.CurLevelIndex; } levelInfoList_.Add(other.levelInfoList_); if (other.Reason != global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None) { Reason = other.Reason; } if (other.ExtraRoundLimit != 0) { ExtraRoundLimit = other.ExtraRoundLimit; } if (other.Status != global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None) { Status = other.Status; } _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 32: { CurLevelIndex = input.ReadUInt32(); break; } case 48: { Reason = (global::EggLink.DanhengServer.Proto.RogueMagicSettleReason) input.ReadEnum(); break; } case 66: { levelInfoList_.AddEntriesFrom(input, _repeated_levelInfoList_codec); break; } case 72: { ExtraRoundLimit = input.ReadUInt32(); break; } case 88: { JPNDKFDGNKK = input.ReadUInt32(); break; } case 104: { Status = (global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus) 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 32: { CurLevelIndex = input.ReadUInt32(); break; } case 48: { Reason = (global::EggLink.DanhengServer.Proto.RogueMagicSettleReason) input.ReadEnum(); break; } case 66: { levelInfoList_.AddEntriesFrom(ref input, _repeated_levelInfoList_codec); break; } case 72: { ExtraRoundLimit = input.ReadUInt32(); break; } case 88: { JPNDKFDGNKK = input.ReadUInt32(); break; } case 104: { Status = (global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus) input.ReadEnum(); break; } } } } #endif } #endregion } #endregion Designer generated code