mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26: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: RogueDebugMessageType.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 RogueDebugMessageType.proto</summary>
|
|
public static partial class RogueDebugMessageTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RogueDebugMessageType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RogueDebugMessageTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChtSb2d1ZURlYnVnTWVzc2FnZVR5cGUucHJvdG8qyAEKFVJvZ3VlRGVidWdN",
|
|
"ZXNzYWdlVHlwZRIhCh1ST0dVRV9ERUJVR19NRVNTQUdFX1RZUEVfTk9ORRAA",
|
|
"EiIKHlJPR1VFX0RFQlVHX01FU1NBR0VfVFlQRV9ERUJVRxABEiEKHVJPR1VF",
|
|
"X0RFQlVHX01FU1NBR0VfVFlQRV9JTkZPEAISIQodUk9HVUVfREVCVUdfTUVT",
|
|
"U0FHRV9UWVBFX1dBUk4QAxIiCh5ST0dVRV9ERUJVR19NRVNTQUdFX1RZUEVf",
|
|
"RVJST1IQBEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
|
"bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueDebugMessageType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum RogueDebugMessageType {
|
|
[pbr::OriginalName("ROGUE_DEBUG_MESSAGE_TYPE_NONE")] None = 0,
|
|
[pbr::OriginalName("ROGUE_DEBUG_MESSAGE_TYPE_DEBUG")] Debug = 1,
|
|
[pbr::OriginalName("ROGUE_DEBUG_MESSAGE_TYPE_INFO")] Info = 2,
|
|
[pbr::OriginalName("ROGUE_DEBUG_MESSAGE_TYPE_WARN")] Warn = 3,
|
|
[pbr::OriginalName("ROGUE_DEBUG_MESSAGE_TYPE_ERROR")] Error = 4,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|