Files
DanhengServer-OpenSource/Proto/ChessRogueDiceType.cs

49 lines
1.7 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChessRogueDiceType.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 ChessRogueDiceType.proto</summary>
public static partial class ChessRogueDiceTypeReflection {
#region Descriptor
/// <summary>File descriptor for ChessRogueDiceType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChessRogueDiceTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhDaGVzc1JvZ3VlRGljZVR5cGUucHJvdG8qTwoSQ2hlc3NSb2d1ZURpY2VU",
"eXBlEhoKFkNIRVNTX1JPR1VFX0RJQ0VfRklYRUQQABIdChlDSEVTU19ST0dV",
"RV9ESUNFX0VESVRBQkxFEAFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
"cm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ChessRogueDiceType), }, null, null));
}
#endregion
}
#region Enums
public enum ChessRogueDiceType {
[pbr::OriginalName("CHESS_ROGUE_DICE_FIXED")] ChessRogueDiceFixed = 0,
[pbr::OriginalName("CHESS_ROGUE_DICE_EDITABLE")] ChessRogueDiceEditable = 1,
}
#endregion
}
#endregion Designer generated code