mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
49 lines
1.8 KiB
C#
49 lines
1.8 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RogueModifierContentType.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 RogueModifierContentType.proto</summary>
|
|
public static partial class RogueModifierContentTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RogueModifierContentType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RogueModifierContentTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"Ch5Sb2d1ZU1vZGlmaWVyQ29udGVudFR5cGUucHJvdG8qYgoYUm9ndWVNb2Rp",
|
|
"ZmllckNvbnRlbnRUeXBlEiMKH1JPR1VFX01PRElGSUVSX0NPTlRFTlRfREVG",
|
|
"SU5JVEUQABIhCh1ST0dVRV9NT0RJRklFUl9DT05URU5UX1JBTkRPTRABQh6q",
|
|
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueModifierContentType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum RogueModifierContentType {
|
|
[pbr::OriginalName("ROGUE_MODIFIER_CONTENT_DEFINITE")] RogueModifierContentDefinite = 0,
|
|
[pbr::OriginalName("ROGUE_MODIFIER_CONTENT_RANDOM")] RogueModifierContentRandom = 1,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|