// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: TrainVisitorRewardSendType.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 TrainVisitorRewardSendType.proto public static partial class TrainVisitorRewardSendTypeReflection { #region Descriptor /// File descriptor for TrainVisitorRewardSendType.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static TrainVisitorRewardSendTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiBUcmFpblZpc2l0b3JSZXdhcmRTZW5kVHlwZS5wcm90byqPAQoaVHJhaW5W", "aXNpdG9yUmV3YXJkU2VuZFR5cGUSIgoeVFJBSU5fVklTSVRPUl9SRVdBUkRf", "U0VORF9OT05FEAASJgoiVFJBSU5fVklTSVRPUl9SRVdBUkRfU0VORF9SRUdJ", "U1RFUhABEiUKIVRSQUlOX1ZJU0lUT1JfUkVXQVJEX1NFTkRfTUlTU0lPThAC", "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.TrainVisitorRewardSendType), }, null, null)); } #endregion } #region Enums public enum TrainVisitorRewardSendType { [pbr::OriginalName("TRAIN_VISITOR_REWARD_SEND_NONE")] TrainVisitorRewardSendNone = 0, [pbr::OriginalName("TRAIN_VISITOR_REWARD_SEND_REGISTER")] TrainVisitorRewardSendRegister = 1, [pbr::OriginalName("TRAIN_VISITOR_REWARD_SEND_MISSION")] TrainVisitorRewardSendMission = 2, } #endregion } #endregion Designer generated code