mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
52 lines
1.9 KiB
C#
52 lines
1.9 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RogueAreaStatus.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 RogueAreaStatus.proto</summary>
|
|
public static partial class RogueAreaStatusReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RogueAreaStatus.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RogueAreaStatusReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChVSb2d1ZUFyZWFTdGF0dXMucHJvdG8qigEKD1JvZ3VlQXJlYVN0YXR1cxIa",
|
|
"ChZST0dVRV9BUkVBX1NUQVRVU19MT0NLEAASHAoYUk9HVUVfQVJFQV9TVEFU",
|
|
"VVNfVU5MT0NLEAESIAocUk9HVUVfQVJFQV9TVEFUVVNfRklSU1RfUEFTUxAC",
|
|
"EhsKF1JPR1VFX0FSRUFfU1RBVFVTX0NMT1NFEANCHqoCG0VnZ0xpbmsuRGFu",
|
|
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueAreaStatus), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum RogueAreaStatus {
|
|
[pbr::OriginalName("ROGUE_AREA_STATUS_LOCK")] Lock = 0,
|
|
[pbr::OriginalName("ROGUE_AREA_STATUS_UNLOCK")] Unlock = 1,
|
|
[pbr::OriginalName("ROGUE_AREA_STATUS_FIRST_PASS")] FirstPass = 2,
|
|
[pbr::OriginalName("ROGUE_AREA_STATUS_CLOSE")] Close = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|