Files
DanhengServer-OpenSource/Common/Proto/MessageGroupStatus.cs
2024-03-15 22:12:14 +08:00

52 lines
1.9 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MessageGroupStatus.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 MessageGroupStatus.proto</summary>
public static partial class MessageGroupStatusReflection {
#region Descriptor
/// <summary>File descriptor for MessageGroupStatus.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MessageGroupStatusReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhNZXNzYWdlR3JvdXBTdGF0dXMucHJvdG8qeQoSTWVzc2FnZUdyb3VwU3Rh",
"dHVzEhYKEk1FU1NBR0VfR1JPVVBfTk9ORRAAEhcKE01FU1NBR0VfR1JPVVBf",
"RE9JTkcQARIYChRNRVNTQUdFX0dST1VQX0ZJTklTSBACEhgKFE1FU1NBR0Vf",
"R1JPVVBfRlJPWkVOEANCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
"b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MessageGroupStatus), }, null, null));
}
#endregion
}
#region Enums
public enum MessageGroupStatus {
[pbr::OriginalName("MESSAGE_GROUP_NONE")] MessageGroupNone = 0,
[pbr::OriginalName("MESSAGE_GROUP_DOING")] MessageGroupDoing = 1,
[pbr::OriginalName("MESSAGE_GROUP_FINISH")] MessageGroupFinish = 2,
[pbr::OriginalName("MESSAGE_GROUP_FROZEN")] MessageGroupFrozen = 3,
}
#endregion
}
#endregion Designer generated code