Files
DanhengServer-OpenSource/Proto/ChessRogueDiceStatus.cs

52 lines
2.0 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChessRogueDiceStatus.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 ChessRogueDiceStatus.proto</summary>
public static partial class ChessRogueDiceStatusReflection {
#region Descriptor
/// <summary>File descriptor for ChessRogueDiceStatus.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChessRogueDiceStatusReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpDaGVzc1JvZ3VlRGljZVN0YXR1cy5wcm90byqLAQoUQ2hlc3NSb2d1ZURp",
"Y2VTdGF0dXMSGQoVQ0hFU1NfUk9HVUVfRElDRV9JRExFEAASGwoXQ0hFU1Nf",
"Uk9HVUVfRElDRV9ST0xMRUQQARIeChpDSEVTU19ST0dVRV9ESUNFX0NPTkZJ",
"Uk1FRBACEhsKF0NIRVNTX1JPR1VFX0RJQ0VfR0lWRVVQEANCHqoCG0VnZ0xp",
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ChessRogueDiceStatus), }, null, null));
}
#endregion
}
#region Enums
public enum ChessRogueDiceStatus {
[pbr::OriginalName("CHESS_ROGUE_DICE_IDLE")] ChessRogueDiceIdle = 0,
[pbr::OriginalName("CHESS_ROGUE_DICE_ROLLED")] ChessRogueDiceRolled = 1,
[pbr::OriginalName("CHESS_ROGUE_DICE_CONFIRMED")] ChessRogueDiceConfirmed = 2,
[pbr::OriginalName("CHESS_ROGUE_DICE_GIVEUP")] ChessRogueDiceGiveup = 3,
}
#endregion
}
#endregion Designer generated code