mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
53 lines
2.2 KiB
C#
53 lines
2.2 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RogueCommonActionResultDisplayType.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 RogueCommonActionResultDisplayType.proto</summary>
|
|
public static partial class RogueCommonActionResultDisplayTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RogueCommonActionResultDisplayType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RogueCommonActionResultDisplayTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CihSb2d1ZUNvbW1vbkFjdGlvblJlc3VsdERpc3BsYXlUeXBlLnByb3RvKr0B",
|
|
"CiJSb2d1ZUNvbW1vbkFjdGlvblJlc3VsdERpc3BsYXlUeXBlEjAKLFJPR1VF",
|
|
"X0NPTU1PTl9BQ1RJT05fUkVTVUxUX0RJU1BMQVlfVFlQRV9OT05FEAASMgou",
|
|
"Uk9HVUVfQ09NTU9OX0FDVElPTl9SRVNVTFRfRElTUExBWV9UWVBFX1NJTkdM",
|
|
"RRABEjEKLVJPR1VFX0NPTU1PTl9BQ1RJT05fUkVTVUxUX0RJU1BMQVlfVFlQ",
|
|
"RV9NVUxUSRACQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
|
|
"b3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueCommonActionResultDisplayType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum RogueCommonActionResultDisplayType {
|
|
[pbr::OriginalName("ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_NONE")] None = 0,
|
|
[pbr::OriginalName("ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_SINGLE")] Single = 1,
|
|
[pbr::OriginalName("ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_MULTI")] Multi = 2,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|