mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
55 lines
2.1 KiB
C#
55 lines
2.1 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: TrainPartySrc.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 TrainPartySrc.proto</summary>
|
|
public static partial class TrainPartySrcReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for TrainPartySrc.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static TrainPartySrcReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChNUcmFpblBhcnR5U3JjLnByb3RvKqcBCg1UcmFpblBhcnR5U3JjEhYKEmtU",
|
|
"cmFpblBhcnR5U3JjTm9uZRAAEhYKEmtUcmFpblBhcnR5U3JjQ2FyZBABEhYK",
|
|
"EmtUcmFpblBhcnR5U3JjR3JpZBACEhUKEWtUcmFpblBhcnR5U3JjUGFtEAMS",
|
|
"GwoXa1RyYWluUGFydHlTcmNQYXNzZW5nZXIQBBIaChZrVHJhaW5QYXJ0eVNy",
|
|
"Y0J1aWxkaW5nEAVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
|
"cHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.TrainPartySrc), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum TrainPartySrc {
|
|
[pbr::OriginalName("kTrainPartySrcNone")] KTrainPartySrcNone = 0,
|
|
[pbr::OriginalName("kTrainPartySrcCard")] KTrainPartySrcCard = 1,
|
|
[pbr::OriginalName("kTrainPartySrcGrid")] KTrainPartySrcGrid = 2,
|
|
[pbr::OriginalName("kTrainPartySrcPam")] KTrainPartySrcPam = 3,
|
|
[pbr::OriginalName("kTrainPartySrcPassenger")] KTrainPartySrcPassenger = 4,
|
|
[pbr::OriginalName("kTrainPartySrcBuilding")] KTrainPartySrcBuilding = 5,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|