// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: TrainVisitorStatus.proto // #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 { /// Holder for reflection information generated from TrainVisitorStatus.proto public static partial class TrainVisitorStatusReflection { #region Descriptor /// File descriptor for TrainVisitorStatus.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static TrainVisitorStatusReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhUcmFpblZpc2l0b3JTdGF0dXMucHJvdG8qvwEKElRyYWluVmlzaXRvclN0", "YXR1cxIdChlUUkFJTl9WSVNJVE9SX1NUQVRVU19OT05FEAASHQoZVFJBSU5f", "VklTSVRPUl9TVEFUVVNfSU5JVBABEh8KG1RSQUlOX1ZJU0lUT1JfU1RBVFVT", "X0dFVF9PThACEiAKHFRSQUlOX1ZJU0lUT1JfU1RBVFVTX0dFVF9PRkYQAxIo", "CiRUUkFJTl9WSVNJVE9SX1NUQVRVU19CRV9UUkFJTl9NRU1CRVIQBEIeqgIb", "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); 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, [pbr::OriginalName("TRAIN_VISITOR_STATUS_BE_TRAIN_MEMBER")] BeTrainMember = 4, } #endregion } #endregion Designer generated code