// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ChessRogueNousMainStoryStatus.proto // #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 { /// Holder for reflection information generated from ChessRogueNousMainStoryStatus.proto public static partial class ChessRogueNousMainStoryStatusReflection { #region Descriptor /// File descriptor for ChessRogueNousMainStoryStatus.proto 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