Files
DanhengServer-OpenSource/Proto/RaidKickReason.cs
2025-04-19 11:45:24 +08:00

49 lines
1.7 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RaidKickReason.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 RaidKickReason.proto</summary>
public static partial class RaidKickReasonReflection {
#region Descriptor
/// <summary>File descriptor for RaidKickReason.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RaidKickReasonReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRSYWlkS2lja1JlYXNvbi5wcm90bypaCg5SYWlkS2lja1JlYXNvbhIZChVS",
"QUlEX0tJQ0tfUkVBU09OX05PTkUQABItCilSQUlEX0tJQ0tfUkVBU09OX0FD",
"VElWSVRZX1NDSEVEVUxFX0ZJTklTSBABQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RaidKickReason), }, null, null));
}
#endregion
}
#region Enums
public enum RaidKickReason {
[pbr::OriginalName("RAID_KICK_REASON_NONE")] None = 0,
[pbr::OriginalName("RAID_KICK_REASON_ACTIVITY_SCHEDULE_FINISH")] ActivityScheduleFinish = 1,
}
#endregion
}
#endregion Designer generated code