55 lines
2.1 KiB
C#
55 lines
2.1 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: Define_Meta.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;
|
|
/// <summary>Holder for reflection information generated from Define_Meta.proto</summary>
|
|
public static partial class DefineMetaReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for Define_Meta.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static DefineMetaReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFEZWZpbmVfTWV0YS5wcm90bxoTRGVmaW5lX0NvbW1vbi5wcm90bypjCg9D",
|
|
"b25zdGFudEtleVR5cGUSGAoUQ29uc3RhbnRLZXlUeXBlX05vbmUQABI2CjJD",
|
|
"b25zdGFudEtleVR5cGVfRGVmYXVsdEVudHJ5V29ybGRJZFdoZW5Mb2dpblRv",
|
|
"QXV0aBABYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::DefineCommonReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::ConstantKeyType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
/// <summary>
|
|
///=============================================================================================
|
|
/// GameConfigData 에서 사용 가능한 Key 타입을 정의 한다.
|
|
/// ConstantKeyType 을 개발 코드에서 사용시 타입명을 문자열로 변환하여 사용해야 한다. - kangms
|
|
///=============================================================================================
|
|
/// </summary>
|
|
public enum ConstantKeyType {
|
|
[pbr::OriginalName("ConstantKeyType_None")] None = 0,
|
|
/// <summary>
|
|
/// 로그인시 월드 진입 기본 Id
|
|
/// </summary>
|
|
[pbr::OriginalName("ConstantKeyType_DefaultEntryWorldIdWhenLoginToAuth")] DefaultEntryWorldIdWhenLoginToAuth = 1,
|
|
}
|
|
|
|
#endregion
|
|
|
|
|
|
#endregion Designer generated code
|