Files
DanhengServer-OpenSource/Proto/ChessRogueDiceSourceType.cs
2025-04-15 16:44:46 +08:00

53 lines
2.1 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChessRogueDiceSourceType.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 ChessRogueDiceSourceType.proto</summary>
public static partial class ChessRogueDiceSourceTypeReflection {
#region Descriptor
/// <summary>File descriptor for ChessRogueDiceSourceType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChessRogueDiceSourceTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch5DaGVzc1JvZ3VlRGljZVNvdXJjZVR5cGUucHJvdG8quwEKGENoZXNzUm9n",
"dWVEaWNlU291cmNlVHlwZRIlCiFDSEVTU19ST0dVRV9ESUNFX1NPVVJDRV9U",
"WVBFX05PTkUQABInCiNDSEVTU19ST0dVRV9ESUNFX1NPVVJDRV9UWVBFX05P",
"Uk1BTBABEicKI0NIRVNTX1JPR1VFX0RJQ0VfU09VUkNFX1RZUEVfUkVQRUFU",
"EAISJgoiQ0hFU1NfUk9HVUVfRElDRV9TT1VSQ0VfVFlQRV9DSEVBVBADQh6q",
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ChessRogueDiceSourceType), }, null, null));
}
#endregion
}
#region Enums
public enum ChessRogueDiceSourceType {
[pbr::OriginalName("CHESS_ROGUE_DICE_SOURCE_TYPE_NONE")] None = 0,
[pbr::OriginalName("CHESS_ROGUE_DICE_SOURCE_TYPE_NORMAL")] Normal = 1,
[pbr::OriginalName("CHESS_ROGUE_DICE_SOURCE_TYPE_REPEAT")] Repeat = 2,
[pbr::OriginalName("CHESS_ROGUE_DICE_SOURCE_TYPE_CHEAT")] Cheat = 3,
}
#endregion
}
#endregion Designer generated code