mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
51 lines
2.0 KiB
C#
51 lines
2.0 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: TrainVisitorRewardSendType.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 TrainVisitorRewardSendType.proto</summary>
|
|
public static partial class TrainVisitorRewardSendTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for TrainVisitorRewardSendType.proto</summary>
|
|
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
|