mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
52 lines
1.9 KiB
C#
52 lines
1.9 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: TrainVisitorStatus.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 TrainVisitorStatus.proto</summary>
|
|
public static partial class TrainVisitorStatusReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for TrainVisitorStatus.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static TrainVisitorStatusReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChhUcmFpblZpc2l0b3JTdGF0dXMucHJvdG8qlQEKElRyYWluVmlzaXRvclN0",
|
|
"YXR1cxIdChlUUkFJTl9WSVNJVE9SX1NUQVRVU19OT05FEAASHQoZVFJBSU5f",
|
|
"VklTSVRPUl9TVEFUVVNfSU5JVBABEh8KG1RSQUlOX1ZJU0lUT1JfU1RBVFVT",
|
|
"X0dFVF9PThACEiAKHFRSQUlOX1ZJU0lUT1JfU1RBVFVTX0dFVF9PRkYQA0Ie",
|
|
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.TrainVisitorStatus), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum TrainVisitorStatus {
|
|
[pbr::OriginalName("TRAIN_VISITOR_STATUS_NONE")] None = 0,
|
|
[pbr::OriginalName("TRAIN_VISITOR_STATUS_INIT")] Init = 1,
|
|
[pbr::OriginalName("TRAIN_VISITOR_STATUS_GET_ON")] GetOn = 2,
|
|
[pbr::OriginalName("TRAIN_VISITOR_STATUS_GET_OFF")] GetOff = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|