mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
54 lines
2.2 KiB
C#
54 lines
2.2 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ChessRogueNousMainStoryStatus.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 ChessRogueNousMainStoryStatus.proto</summary>
|
|
public static partial class ChessRogueNousMainStoryStatusReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ChessRogueNousMainStoryStatus.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ChessRogueNousMainStoryStatusReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiNDaGVzc1JvZ3VlTm91c01haW5TdG9yeVN0YXR1cy5wcm90byreAQodQ2hl",
|
|
"c3NSb2d1ZU5vdXNNYWluU3RvcnlTdGF0dXMSKwonQ0hFU1NfUk9HVUVfTk9V",
|
|
"U19NQUlOX1NUT1JZX1NUQVRVU19OT05FEAASLQopQ0hFU1NfUk9HVUVfTk9V",
|
|
"U19NQUlOX1NUT1JZX1NUQVRVU19VTkxPQ0sQARItCilDSEVTU19ST0dVRV9O",
|
|
"T1VTX01BSU5fU1RPUllfU1RBVFVTX0ZJTklTSBACEjIKLkNIRVNTX1JPR1VF",
|
|
"X05PVVNfTUFJTl9TVE9SWV9TVEFUVVNfQ0FOX1RSSUdHRVIQA0IeqgIbRWdn",
|
|
"TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ChessRogueNousMainStoryStatus), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum ChessRogueNousMainStoryStatus {
|
|
[pbr::OriginalName("CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_NONE")] None = 0,
|
|
[pbr::OriginalName("CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_UNLOCK")] Unlock = 1,
|
|
[pbr::OriginalName("CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_FINISH")] Finish = 2,
|
|
[pbr::OriginalName("CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_CAN_TRIGGER")] CanTrigger = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|