Files
DanhengServer-OpenSource/Proto/ChessRogueLevelStatus.cs

56 lines
2.3 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChessRogueLevelStatus.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 ChessRogueLevelStatus.proto</summary>
public static partial class ChessRogueLevelStatusReflection {
#region Descriptor
/// <summary>File descriptor for ChessRogueLevelStatus.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChessRogueLevelStatusReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtDaGVzc1JvZ3VlTGV2ZWxTdGF0dXMucHJvdG8q1AEKFUNoZXNzUm9ndWVM",
"ZXZlbFN0YXR1cxIaChZDSEVTU19ST0dVRV9MRVZFTF9JRExFEAASIAocQ0hF",
"U1NfUk9HVUVfTEVWRUxfUFJPQ0VTU0lORxABEh0KGUNIRVNTX1JPR1VFX0xF",
"VkVMX1BFTkRJTkcQAhIcChhDSEVTU19ST0dVRV9MRVZFTF9GSU5JU0gQAxIc",
"ChhDSEVTU19ST0dVRV9MRVZFTF9GQUlMRUQQBBIiCh5DSEVTU19ST0dVRV9M",
"RVZFTF9GT1JDRV9GSU5JU0gQBUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ChessRogueLevelStatus), }, null, null));
}
#endregion
}
#region Enums
public enum ChessRogueLevelStatus {
[pbr::OriginalName("CHESS_ROGUE_LEVEL_IDLE")] ChessRogueLevelIdle = 0,
[pbr::OriginalName("CHESS_ROGUE_LEVEL_PROCESSING")] ChessRogueLevelProcessing = 1,
[pbr::OriginalName("CHESS_ROGUE_LEVEL_PENDING")] ChessRogueLevelPending = 2,
[pbr::OriginalName("CHESS_ROGUE_LEVEL_FINISH")] ChessRogueLevelFinish = 3,
[pbr::OriginalName("CHESS_ROGUE_LEVEL_FAILED")] ChessRogueLevelFailed = 4,
[pbr::OriginalName("CHESS_ROGUE_LEVEL_FORCE_FINISH")] ChessRogueLevelForceFinish = 5,
}
#endregion
}
#endregion Designer generated code