mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
52 lines
2.0 KiB
C#
52 lines
2.0 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: MessageSectionStatus.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 MessageSectionStatus.proto</summary>
|
|
public static partial class MessageSectionStatusReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for MessageSectionStatus.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static MessageSectionStatusReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpNZXNzYWdlU2VjdGlvblN0YXR1cy5wcm90byqDAQoUTWVzc2FnZVNlY3Rp",
|
|
"b25TdGF0dXMSGAoUTUVTU0FHRV9TRUNUSU9OX05PTkUQABIZChVNRVNTQUdF",
|
|
"X1NFQ1RJT05fRE9JTkcQARIaChZNRVNTQUdFX1NFQ1RJT05fRklOSVNIEAIS",
|
|
"GgoWTUVTU0FHRV9TRUNUSU9OX0ZST1pFThADQh6qAhtFZ2dMaW5rLkRhbmhl",
|
|
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MessageSectionStatus), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum MessageSectionStatus {
|
|
[pbr::OriginalName("MESSAGE_SECTION_NONE")] MessageSectionNone = 0,
|
|
[pbr::OriginalName("MESSAGE_SECTION_DOING")] MessageSectionDoing = 1,
|
|
[pbr::OriginalName("MESSAGE_SECTION_FINISH")] MessageSectionFinish = 2,
|
|
[pbr::OriginalName("MESSAGE_SECTION_FROZEN")] MessageSectionFrozen = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|