mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
59 lines
2.5 KiB
C#
59 lines
2.5 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: CmdDebugType.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 CmdDebugType.proto</summary>
|
|
public static partial class CmdDebugTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for CmdDebugType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static CmdDebugTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChJDbWREZWJ1Z1R5cGUucHJvdG8qkwIKDENtZERlYnVnVHlwZRIUChBDbWRE",
|
|
"ZWJ1Z1R5cGVOb25lEAASIQocQ21kR2V0U2VydmVyTG9nU2V0dGluZ3NTY1Jz",
|
|
"cBCkExIhChxDbWRHZXRTZXJ2ZXJMb2dTZXR0aW5nc0NzUmVxELwTEiQKH0Nt",
|
|
"ZFVwZGF0ZVNlcnZlckxvZ1NldHRpbmdzQ3NSZXEQoBMSHwoaQ21kR2V0U2Vy",
|
|
"dmVyR3JhcGhEYXRhQ3NSZXEQmxMSHwoaQ21kR2V0U2VydmVyR3JhcGhEYXRh",
|
|
"U2NSc3AQrxMSJAofQ21kVXBkYXRlU2VydmVyTG9nU2V0dGluZ3NTY1JzcBCY",
|
|
"ExIZChRDbWRTZXJ2ZXJMb2dTY05vdGlmeRC7E0IeqgIbRWdnTGluay5EYW5o",
|
|
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdDebugType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum CmdDebugType {
|
|
[pbr::OriginalName("CmdDebugTypeNone")] None = 0,
|
|
[pbr::OriginalName("CmdGetServerLogSettingsScRsp")] CmdGetServerLogSettingsScRsp = 2468,
|
|
[pbr::OriginalName("CmdGetServerLogSettingsCsReq")] CmdGetServerLogSettingsCsReq = 2492,
|
|
[pbr::OriginalName("CmdUpdateServerLogSettingsCsReq")] CmdUpdateServerLogSettingsCsReq = 2464,
|
|
[pbr::OriginalName("CmdGetServerGraphDataCsReq")] CmdGetServerGraphDataCsReq = 2459,
|
|
[pbr::OriginalName("CmdGetServerGraphDataScRsp")] CmdGetServerGraphDataScRsp = 2479,
|
|
[pbr::OriginalName("CmdUpdateServerLogSettingsScRsp")] CmdUpdateServerLogSettingsScRsp = 2456,
|
|
[pbr::OriginalName("CmdServerLogScNotify")] CmdServerLogScNotify = 2491,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|