// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: RogueModifier.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 RogueModifier.proto public static partial class RogueModifierReflection { #region Descriptor /// File descriptor for RogueModifier.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static RogueModifierReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChNSb2d1ZU1vZGlmaWVyLnByb3RvGh1Sb2d1ZU1vZGlmaWVyU291cmNlVHlw", "ZS5wcm90bxoaUm9ndWVNb2RpZmllckNvbnRlbnQucHJvdG8aHENoZXNzUm9n", "dWVNb2RpZmllckluZm8ucHJvdG8izwEKDVJvZ3VlTW9kaWZpZXISNgoUbW9k", "aWZpZXJfc291cmNlX3R5cGUYByABKA4yGC5Sb2d1ZU1vZGlmaWVyU291cmNl", "VHlwZRIvChBtb2RpZmllcl9jb250ZW50GAIgASgLMhUuUm9ndWVNb2RpZmll", "ckNvbnRlbnQSEwoLbW9kaWZpZXJfaWQYDiABKAQSMQoNbW9kaWZpZXJfaW5m", "bxiHDiABKAsyFy5DaGVzc1JvZ3VlTW9kaWZpZXJJbmZvSABCDQoLRUVOTENE", "T0NLTERCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueModifierSourceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierContentReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueModifierInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueModifier), global::EggLink.DanhengServer.Proto.RogueModifier.Parser, new[]{ "ModifierSourceType", "ModifierContent", "ModifierId", "ModifierInfo" }, new[]{ "EENLCDOCKLD" }, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class RogueModifier : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueModifier()); 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.RogueModifierReflection.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 RogueModifier() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueModifier(RogueModifier other) : this() { modifierSourceType_ = other.modifierSourceType_; modifierContent_ = other.modifierContent_ != null ? other.modifierContent_.Clone() : null; modifierId_ = other.modifierId_; switch (other.EENLCDOCKLDCase) { case EENLCDOCKLDOneofCase.ModifierInfo: ModifierInfo = other.ModifierInfo.Clone(); break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueModifier Clone() { return new RogueModifier(this); } /// Field number for the "modifier_source_type" field. public const int ModifierSourceTypeFieldNumber = 7; private global::EggLink.DanhengServer.Proto.RogueModifierSourceType modifierSourceType_ = global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueModifierSourceType ModifierSourceType { get { return modifierSourceType_; } set { modifierSourceType_ = value; } } /// Field number for the "modifier_content" field. public const int ModifierContentFieldNumber = 2; private global::EggLink.DanhengServer.Proto.RogueModifierContent modifierContent_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueModifierContent ModifierContent { get { return modifierContent_; } set { modifierContent_ = value; } } /// Field number for the "modifier_id" field. public const int ModifierIdFieldNumber = 14; private ulong modifierId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ulong ModifierId { get { return modifierId_; } set { modifierId_ = value; } } /// Field number for the "modifier_info" field. public const int ModifierInfoFieldNumber = 1799; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo ModifierInfo { get { return eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo ? (global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo) eENLCDOCKLD_ : null; } set { eENLCDOCKLD_ = value; eENLCDOCKLDCase_ = value == null ? EENLCDOCKLDOneofCase.None : EENLCDOCKLDOneofCase.ModifierInfo; } } private object eENLCDOCKLD_; /// Enum of possible cases for the "EENLCDOCKLD" oneof. public enum EENLCDOCKLDOneofCase { None = 0, ModifierInfo = 1799, } private EENLCDOCKLDOneofCase eENLCDOCKLDCase_ = EENLCDOCKLDOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public EENLCDOCKLDOneofCase EENLCDOCKLDCase { get { return eENLCDOCKLDCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearEENLCDOCKLD() { eENLCDOCKLDCase_ = EENLCDOCKLDOneofCase.None; eENLCDOCKLD_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as RogueModifier); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(RogueModifier other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (ModifierSourceType != other.ModifierSourceType) return false; if (!object.Equals(ModifierContent, other.ModifierContent)) return false; if (ModifierId != other.ModifierId) return false; if (!object.Equals(ModifierInfo, other.ModifierInfo)) return false; if (EENLCDOCKLDCase != other.EENLCDOCKLDCase) 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 (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) hash ^= ModifierSourceType.GetHashCode(); if (modifierContent_ != null) hash ^= ModifierContent.GetHashCode(); if (ModifierId != 0UL) hash ^= ModifierId.GetHashCode(); if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) hash ^= ModifierInfo.GetHashCode(); hash ^= (int) eENLCDOCKLDCase_; 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 (modifierContent_ != null) { output.WriteRawTag(18); output.WriteMessage(ModifierContent); } if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) { output.WriteRawTag(56); output.WriteEnum((int) ModifierSourceType); } if (ModifierId != 0UL) { output.WriteRawTag(112); output.WriteUInt64(ModifierId); } if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) { output.WriteRawTag(186, 112); output.WriteMessage(ModifierInfo); } 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 (modifierContent_ != null) { output.WriteRawTag(18); output.WriteMessage(ModifierContent); } if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) { output.WriteRawTag(56); output.WriteEnum((int) ModifierSourceType); } if (ModifierId != 0UL) { output.WriteRawTag(112); output.WriteUInt64(ModifierId); } if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) { output.WriteRawTag(186, 112); output.WriteMessage(ModifierInfo); } 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 (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ModifierSourceType); } if (modifierContent_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ModifierContent); } if (ModifierId != 0UL) { size += 1 + pb::CodedOutputStream.ComputeUInt64Size(ModifierId); } if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(ModifierInfo); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(RogueModifier other) { if (other == null) { return; } if (other.ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) { ModifierSourceType = other.ModifierSourceType; } if (other.modifierContent_ != null) { if (modifierContent_ == null) { ModifierContent = new global::EggLink.DanhengServer.Proto.RogueModifierContent(); } ModifierContent.MergeFrom(other.ModifierContent); } if (other.ModifierId != 0UL) { ModifierId = other.ModifierId; } switch (other.EENLCDOCKLDCase) { case EENLCDOCKLDOneofCase.ModifierInfo: if (ModifierInfo == null) { ModifierInfo = new global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo(); } ModifierInfo.MergeFrom(other.ModifierInfo); break; } _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 18: { if (modifierContent_ == null) { ModifierContent = new global::EggLink.DanhengServer.Proto.RogueModifierContent(); } input.ReadMessage(ModifierContent); break; } case 56: { ModifierSourceType = (global::EggLink.DanhengServer.Proto.RogueModifierSourceType) input.ReadEnum(); break; } case 112: { ModifierId = input.ReadUInt64(); break; } case 14394: { global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo(); if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) { subBuilder.MergeFrom(ModifierInfo); } input.ReadMessage(subBuilder); ModifierInfo = subBuilder; 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 18: { if (modifierContent_ == null) { ModifierContent = new global::EggLink.DanhengServer.Proto.RogueModifierContent(); } input.ReadMessage(ModifierContent); break; } case 56: { ModifierSourceType = (global::EggLink.DanhengServer.Proto.RogueModifierSourceType) input.ReadEnum(); break; } case 112: { ModifierId = input.ReadUInt64(); break; } case 14394: { global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo(); if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) { subBuilder.MergeFrom(ModifierInfo); } input.ReadMessage(subBuilder); ModifierInfo = subBuilder; break; } } } } #endif } #endregion } #endregion Designer generated code