mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
62 lines
2.7 KiB
C#
62 lines
2.7 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: CmdWaypointType.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 CmdWaypointType.proto</summary>
|
|
public static partial class CmdWaypointTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for CmdWaypointType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static CmdWaypointTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChVDbWRXYXlwb2ludFR5cGUucHJvdG8qqwIKD0NtZFdheXBvaW50VHlwZRIX",
|
|
"ChNDbWRXYXlwb2ludFR5cGVOb25lEAASGAoTQ21kR2V0V2F5cG9pbnRDc1Jl",
|
|
"cRCbAxIfChpDbWRXYXlwb2ludFNob3dOZXdDc05vdGlmeRDWAxIYChNDbWRH",
|
|
"ZXRXYXlwb2ludFNjUnNwEJ0DEh4KGUNtZFRha2VDaGFwdGVyUmV3YXJkU2NS",
|
|
"c3AQqgMSFwoSQ21kR2V0Q2hhcHRlckNzUmVxELMDEhcKEkNtZEdldENoYXB0",
|
|
"ZXJTY1JzcBCWAxIeChlDbWRUYWtlQ2hhcHRlclJld2FyZENzUmVxEOkDEhsK",
|
|
"FkNtZFNldEN1cldheXBvaW50U2NSc3AQmQMSGwoWQ21kU2V0Q3VyV2F5cG9p",
|
|
"bnRDc1JlcRC/A0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
|
"cm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdWaypointType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum CmdWaypointType {
|
|
[pbr::OriginalName("CmdWaypointTypeNone")] None = 0,
|
|
[pbr::OriginalName("CmdGetWaypointCsReq")] CmdGetWaypointCsReq = 411,
|
|
[pbr::OriginalName("CmdWaypointShowNewCsNotify")] CmdWaypointShowNewCsNotify = 470,
|
|
[pbr::OriginalName("CmdGetWaypointScRsp")] CmdGetWaypointScRsp = 413,
|
|
[pbr::OriginalName("CmdTakeChapterRewardScRsp")] CmdTakeChapterRewardScRsp = 426,
|
|
[pbr::OriginalName("CmdGetChapterCsReq")] CmdGetChapterCsReq = 435,
|
|
[pbr::OriginalName("CmdGetChapterScRsp")] CmdGetChapterScRsp = 406,
|
|
[pbr::OriginalName("CmdTakeChapterRewardCsReq")] CmdTakeChapterRewardCsReq = 489,
|
|
[pbr::OriginalName("CmdSetCurWaypointScRsp")] CmdSetCurWaypointScRsp = 409,
|
|
[pbr::OriginalName("CmdSetCurWaypointCsReq")] CmdSetCurWaypointCsReq = 447,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|