Files
DanhengServer-OpenSource/Common/Proto/AetherdivideSpiritLineupStatus.cs
2024-03-31 17:06:46 +08:00

52 lines
2.1 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: AetherdivideSpiritLineupStatus.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 AetherdivideSpiritLineupStatus.proto</summary>
public static partial class AetherdivideSpiritLineupStatusReflection {
#region Descriptor
/// <summary>File descriptor for AetherdivideSpiritLineupStatus.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static AetherdivideSpiritLineupStatusReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiRBZXRoZXJkaXZpZGVTcGlyaXRMaW5ldXBTdGF0dXMucHJvdG8qkgEKHkFl",
"dGhlcmRpdmlkZVNwaXJpdExpbmV1cFN0YXR1cxIjCh9BRVRIRVJESVZJREVf",
"U1BJUklUX0xJTkVVUF9OT05FEAASJQohQUVUSEVSRElWSURFX1NQSVJJVF9M",
"SU5FVVBfTk9STUFMEAESJAogQUVUSEVSRElWSURFX1NQSVJJVF9MSU5FVVBf",
"VFJJQUwQAkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.AetherdivideSpiritLineupStatus), }, null, null));
}
#endregion
}
#region Enums
public enum AetherdivideSpiritLineupStatus {
[pbr::OriginalName("AETHERDIVIDE_SPIRIT_LINEUP_NONE")] AetherdivideSpiritLineupNone = 0,
[pbr::OriginalName("AETHERDIVIDE_SPIRIT_LINEUP_NORMAL")] AetherdivideSpiritLineupNormal = 1,
[pbr::OriginalName("AETHERDIVIDE_SPIRIT_LINEUP_TRIAL")] AetherdivideSpiritLineupTrial = 2,
}
#endregion
}
#endregion Designer generated code