mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
48 lines
1.7 KiB
C#
48 lines
1.7 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GrowthTartgetFuncType.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 GrowthTartgetFuncType.proto</summary>
|
|
public static partial class GrowthTartgetFuncTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GrowthTartgetFuncType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GrowthTartgetFuncTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChtHcm93dGhUYXJ0Z2V0RnVuY1R5cGUucHJvdG8qTgoVR3Jvd3RoVGFydGdl",
|
|
"dEZ1bmNUeXBlEjUKMUdST1dUSF9UQVJHRVRfRlVOQ1RJT05fVFlQRV9JTkNM",
|
|
"VURFX0FMTF9TS0lMTFRSRUUQAEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
|
|
"LlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.GrowthTartgetFuncType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum GrowthTartgetFuncType {
|
|
[pbr::OriginalName("GROWTH_TARGET_FUNCTION_TYPE_INCLUDE_ALL_SKILLTREE")] GrowthTargetFunctionTypeIncludeAllSkilltree = 0,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|