// // 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( "ChNSb2d1ZU1vZGlmaWVyLnByb3RvGhpSb2d1ZU1vZGlmaWVyQ29udGVudC5w", "cm90bxodUm9ndWVNb2RpZmllclNvdXJjZVR5cGUucHJvdG8aHENoZXNzUm9n", "dWVNb2RpZmllckluZm8ucHJvdG8i2AEKDVJvZ3VlTW9kaWZpZXISLwoQbW9k", "aWZpZXJfY29udGVudBgEIAEoCzIVLlJvZ3VlTW9kaWZpZXJDb250ZW50EhwK", "FG1haW5fbW9kaWZpZXJfZWZmZWN0GAwgASgEEjYKFG1vZGlmaWVyX3NvdXJj", "ZV90eXBlGAsgASgOMhguUm9ndWVNb2RpZmllclNvdXJjZVR5cGUSMQoNbW9k", "aWZpZXJfaW5mbxiUCCABKAsyFy5DaGVzc1JvZ3VlTW9kaWZpZXJJbmZvSABC", "DQoLTElNQUVDT0VCUEVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueModifierContentReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierSourceTypeReflection.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[]{ "ModifierContent", "MainModifierEffect", "ModifierSourceType", "ModifierInfo" }, new[]{ "LIMAECOEBPE" }, 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() { modifierContent_ = other.modifierContent_ != null ? other.modifierContent_.Clone() : null; mainModifierEffect_ = other.mainModifierEffect_; modifierSourceType_ = other.modifierSourceType_; switch (other.LIMAECOEBPECase) { case LIMAECOEBPEOneofCase.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_content" field. public const int ModifierContentFieldNumber = 4; 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 "main_modifier_effect" field. public const int MainModifierEffectFieldNumber = 12; private ulong mainModifierEffect_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ulong MainModifierEffect { get { return mainModifierEffect_; } set { mainModifierEffect_ = value; } } /// Field number for the "modifier_source_type" field. public const int ModifierSourceTypeFieldNumber = 11; 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_info" field. public const int ModifierInfoFieldNumber = 1044; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo ModifierInfo { get { return lIMAECOEBPECase_ == LIMAECOEBPEOneofCase.ModifierInfo ? (global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo) lIMAECOEBPE_ : null; } set { lIMAECOEBPE_ = value; lIMAECOEBPECase_ = value == null ? LIMAECOEBPEOneofCase.None : LIMAECOEBPEOneofCase.ModifierInfo; } } private object lIMAECOEBPE_; /// Enum of possible cases for the "LIMAECOEBPE" oneof. public enum LIMAECOEBPEOneofCase { None = 0, ModifierInfo = 1044, } private LIMAECOEBPEOneofCase lIMAECOEBPECase_ = LIMAECOEBPEOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LIMAECOEBPEOneofCase LIMAECOEBPECase { get { return lIMAECOEBPECase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearLIMAECOEBPE() { lIMAECOEBPECase_ = LIMAECOEBPEOneofCase.None; lIMAECOEBPE_ = 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 (!object.Equals(ModifierContent, other.ModifierContent)) return false; if (MainModifierEffect != other.MainModifierEffect) return false; if (ModifierSourceType != other.ModifierSourceType) return false; if (!object.Equals(ModifierInfo, other.ModifierInfo)) return false; if (LIMAECOEBPECase != other.LIMAECOEBPECase) 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 (modifierContent_ != null) hash ^= ModifierContent.GetHashCode(); if (MainModifierEffect != 0UL) hash ^= MainModifierEffect.GetHashCode(); if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) hash ^= ModifierSourceType.GetHashCode(); if (lIMAECOEBPECase_ == LIMAECOEBPEOneofCase.ModifierInfo) hash ^= ModifierInfo.GetHashCode(); hash ^= (int) lIMAECOEBPECase_; 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(34); output.WriteMessage(ModifierContent); } if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) { output.WriteRawTag(88); output.WriteEnum((int) ModifierSourceType); } if (MainModifierEffect != 0UL) { output.WriteRawTag(96); output.WriteUInt64(MainModifierEffect); } if (lIMAECOEBPECase_ == LIMAECOEBPEOneofCase.ModifierInfo) { output.WriteRawTag(162, 65); 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(34); output.WriteMessage(ModifierContent); } if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) { output.WriteRawTag(88); output.WriteEnum((int) ModifierSourceType); } if (MainModifierEffect != 0UL) { output.WriteRawTag(96); output.WriteUInt64(MainModifierEffect); } if (lIMAECOEBPECase_ == LIMAECOEBPEOneofCase.ModifierInfo) { output.WriteRawTag(162, 65); 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 (modifierContent_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ModifierContent); } if (MainModifierEffect != 0UL) { size += 1 + pb::CodedOutputStream.ComputeUInt64Size(MainModifierEffect); } if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ModifierSourceType); } if (lIMAECOEBPECase_ == LIMAECOEBPEOneofCase.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.modifierContent_ != null) { if (modifierContent_ == null) { ModifierContent = new global::EggLink.DanhengServer.Proto.RogueModifierContent(); } ModifierContent.MergeFrom(other.ModifierContent); } if (other.MainModifierEffect != 0UL) { MainModifierEffect = other.MainModifierEffect; } if (other.ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) { ModifierSourceType = other.ModifierSourceType; } switch (other.LIMAECOEBPECase) { case LIMAECOEBPEOneofCase.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 34: { if (modifierContent_ == null) { ModifierContent = new global::EggLink.DanhengServer.Proto.RogueModifierContent(); } input.ReadMessage(ModifierContent); break; } case 88: { ModifierSourceType = (global::EggLink.DanhengServer.Proto.RogueModifierSourceType) input.ReadEnum(); break; } case 96: { MainModifierEffect = input.ReadUInt64(); break; } case 8354: { global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo(); if (lIMAECOEBPECase_ == LIMAECOEBPEOneofCase.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 34: { if (modifierContent_ == null) { ModifierContent = new global::EggLink.DanhengServer.Proto.RogueModifierContent(); } input.ReadMessage(ModifierContent); break; } case 88: { ModifierSourceType = (global::EggLink.DanhengServer.Proto.RogueModifierSourceType) input.ReadEnum(); break; } case 96: { MainModifierEffect = input.ReadUInt64(); break; } case 8354: { global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo(); if (lIMAECOEBPECase_ == LIMAECOEBPEOneofCase.ModifierInfo) { subBuilder.MergeFrom(ModifierInfo); } input.ReadMessage(subBuilder); ModifierInfo = subBuilder; break; } } } } #endif } #endregion } #endregion Designer generated code