mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
51 lines
1.9 KiB
C#
51 lines
1.9 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: POAHABDKPKJ.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 POAHABDKPKJ.proto</summary>
|
|
public static partial class POAHABDKPKJReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for POAHABDKPKJ.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static POAHABDKPKJReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFQT0FIQUJES1BLSi5wcm90byp4CgtQT0FIQUJES1BLShIhCh1QQVJLT1VS",
|
|
"X0VORF9MRVZFTF9SRUFTT05fTk9ORRAAEiMKH1BBUktPVVJfRU5EX0xFVkVM",
|
|
"X1JFQVNPTl9GSU5JU0gQARIhCh1QQVJLT1VSX0VORF9MRVZFTF9SRUFTT05f",
|
|
"UVVJVBACQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
|
|
"Mw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.POAHABDKPKJ), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum POAHABDKPKJ {
|
|
[pbr::OriginalName("PARKOUR_END_LEVEL_REASON_NONE")] ParkourEndLevelReasonNone = 0,
|
|
[pbr::OriginalName("PARKOUR_END_LEVEL_REASON_FINISH")] ParkourEndLevelReasonFinish = 1,
|
|
[pbr::OriginalName("PARKOUR_END_LEVEL_REASON_QUIT")] ParkourEndLevelReasonQuit = 2,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|