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

51 lines
1.9 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: AlleyEventType.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 AlleyEventType.proto</summary>
public static partial class AlleyEventTypeReflection {
#region Descriptor
/// <summary>File descriptor for AlleyEventType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static AlleyEventTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRBbGxleUV2ZW50VHlwZS5wcm90bypyCg5BbGxleUV2ZW50VHlwZRIZChVB",
"TExFWV9FVkVOVF9UWVBFX05PTkUQABIUChBBTExFWV9NQUlOX0VWRU5UEAES",
"GAoUQUxMRVlfQ1JJVElDQUxfRVZFTlQQAhIVChFBTExFWV9EQUlMWV9FVkVO",
"VBADQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.AlleyEventType), }, null, null));
}
#endregion
}
#region Enums
public enum AlleyEventType {
[pbr::OriginalName("ALLEY_EVENT_TYPE_NONE")] None = 0,
[pbr::OriginalName("ALLEY_MAIN_EVENT")] AlleyMainEvent = 1,
[pbr::OriginalName("ALLEY_CRITICAL_EVENT")] AlleyCriticalEvent = 2,
[pbr::OriginalName("ALLEY_DAILY_EVENT")] AlleyDailyEvent = 3,
}
#endregion
}
#endregion Designer generated code