Files
DanhengServer-OpenSource/Proto/DifficultyAdjustmentType.cs
2024-09-21 19:58:44 +08:00

49 lines
1.8 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DifficultyAdjustmentType.proto
// </auto-generated>
#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 {
/// <summary>Holder for reflection information generated from DifficultyAdjustmentType.proto</summary>
public static partial class DifficultyAdjustmentTypeReflection {
#region Descriptor
/// <summary>File descriptor for DifficultyAdjustmentType.proto</summary>
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