mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 12:16:03 +08:00
50 lines
1.8 KiB
C#
50 lines
1.8 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RaidTargetStatus.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 RaidTargetStatus.proto</summary>
|
|
public static partial class RaidTargetStatusReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RaidTargetStatus.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RaidTargetStatusReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChZSYWlkVGFyZ2V0U3RhdHVzLnByb3RvKmwKEFJhaWRUYXJnZXRTdGF0dXMS",
|
|
"GwoXUkFJRF9UQVJHRVRfU1RBVFVTX05PTkUQABIcChhSQUlEX1RBUkdFVF9T",
|
|
"VEFUVVNfRE9JTkcQARIdChlSQUlEX1RBUkdFVF9TVEFUVVNfRklOSVNIEAJC",
|
|
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RaidTargetStatus), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum RaidTargetStatus {
|
|
[pbr::OriginalName("RAID_TARGET_STATUS_NONE")] None = 0,
|
|
[pbr::OriginalName("RAID_TARGET_STATUS_DOING")] Doing = 1,
|
|
[pbr::OriginalName("RAID_TARGET_STATUS_FINISH")] Finish = 2,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|