// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: RogueBoothStatus.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 RogueBoothStatus.proto public static partial class RogueBoothStatusReflection { #region Descriptor /// File descriptor for RogueBoothStatus.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static RogueBoothStatusReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChZSb2d1ZUJvb3RoU3RhdHVzLnByb3RvKlgKEFJvZ3VlQm9vdGhTdGF0dXMS", "FAoQUk9HVUVfQk9PVEhfTk9ORRAAEhUKEVJPR1VFX0JPT1RIX0VNUFRZEAES", "FwoTUk9HVUVfQk9PVEhfRElTUExBWRACQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueBoothStatus), }, null, null)); } #endregion } #region Enums public enum RogueBoothStatus { [pbr::OriginalName("ROGUE_BOOTH_NONE")] RogueBoothNone = 0, [pbr::OriginalName("ROGUE_BOOTH_EMPTY")] RogueBoothEmpty = 1, [pbr::OriginalName("ROGUE_BOOTH_DISPLAY")] RogueBoothDisplay = 2, } #endregion } #endregion Designer generated code