// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: DifficultyAdjustmentType.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 DifficultyAdjustmentType.proto public static partial class DifficultyAdjustmentTypeReflection { #region Descriptor /// File descriptor for DifficultyAdjustmentType.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static DifficultyAdjustmentTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch5EaWZmaWN1bHR5QWRqdXN0bWVudFR5cGUucHJvdG8qZQoYRGlmZmljdWx0", "eUFkanVzdG1lbnRUeXBlEiUKIURJRkZJQ1VMVFlfQUpVU1RNRU5UX1RZUEVf", "REVGQVVMVBAAEiIKHkRJRkZJQ1VMVFlfQUpVU1RNRU5UX1RZUEVfRUFTWRAB", "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.DifficultyAdjustmentType), }, null, null)); } #endregion } #region Enums public enum DifficultyAdjustmentType { [pbr::OriginalName("DIFFICULTY_AJUSTMENT_TYPE_DEFAULT")] DifficultyAjustmentTypeDefault = 0, [pbr::OriginalName("DIFFICULTY_AJUSTMENT_TYPE_EASY")] DifficultyAjustmentTypeEasy = 1, } #endregion } #endregion Designer generated code