Files
DanhengServer-OpenSource/Proto/RogueStatus.cs

53 lines
1.9 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueStatus.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 RogueStatus.proto</summary>
public static partial class RogueStatusReflection {
#region Descriptor
/// <summary>File descriptor for RogueStatus.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueStatusReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFSb2d1ZVN0YXR1cy5wcm90byqJAQoLUm9ndWVTdGF0dXMSFQoRUk9HVUVf",
"U1RBVFVTX05PTkUQABIWChJST0dVRV9TVEFUVVNfRE9JTkcQARIYChRST0dV",
"RV9TVEFUVVNfUEVORElORxACEhgKFFJPR1VFX1NUQVRVU19FTkRMRVNTEAMS",
"FwoTUk9HVUVfU1RBVFVTX0ZJTklTSBAEQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueStatus), }, null, null));
}
#endregion
}
#region Enums
public enum RogueStatus {
[pbr::OriginalName("ROGUE_STATUS_NONE")] None = 0,
[pbr::OriginalName("ROGUE_STATUS_DOING")] Doing = 1,
[pbr::OriginalName("ROGUE_STATUS_PENDING")] Pending = 2,
[pbr::OriginalName("ROGUE_STATUS_ENDLESS")] Endless = 3,
[pbr::OriginalName("ROGUE_STATUS_FINISH")] Finish = 4,
}
#endregion
}
#endregion Designer generated code