Files
DanhengServer-OpenSource/Common/Proto/RogueModifierType.cs
2024-03-15 22:12:14 +08:00

49 lines
1.8 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueModifierType.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 RogueModifierType.proto</summary>
public static partial class RogueModifierTypeReflection {
#region Descriptor
/// <summary>File descriptor for RogueModifierType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueModifierTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdSb2d1ZU1vZGlmaWVyVHlwZS5wcm90bypbChFSb2d1ZU1vZGlmaWVyVHlw",
"ZRIjCh9ST0dVRV9NT0RJRklFUl9DT05URU5UX0RFRklOSVRFEAASIQodUk9H",
"VUVfTU9ESUZJRVJfQ09OVEVOVF9SQU5ET00QAUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueModifierType), }, null, null));
}
#endregion
}
#region Enums
public enum RogueModifierType {
[pbr::OriginalName("ROGUE_MODIFIER_CONTENT_DEFINITE")] RogueModifierContentDefinite = 0,
[pbr::OriginalName("ROGUE_MODIFIER_CONTENT_RANDOM")] RogueModifierContentRandom = 1,
}
#endregion
}
#endregion Designer generated code