mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
53 lines
2.1 KiB
C#
53 lines
2.1 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: EnterSceneReasonStatus.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 EnterSceneReasonStatus.proto</summary>
|
|
public static partial class EnterSceneReasonStatusReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for EnterSceneReasonStatus.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static EnterSceneReasonStatusReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChxFbnRlclNjZW5lUmVhc29uU3RhdHVzLnByb3RvKq4BChZFbnRlclNjZW5l",
|
|
"UmVhc29uU3RhdHVzEhsKF0VOVEVSX1NDRU5FX1JFQVNPTl9OT05FEAASKAok",
|
|
"RU5URVJfU0NFTkVfUkVBU09OX0NIQUxMRU5HRV9USU1FT1VUEAESJAogRU5U",
|
|
"RVJfU0NFTkVfUkVBU09OX1JPR1VFX1RJTUVPVVQQAhInCiNFTlRFUl9TQ0VO",
|
|
"RV9SRUFTT05fQ0hBTkdFX1NUT1JZTElORRADQh6qAhtFZ2dMaW5rLkRhbmhl",
|
|
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.EnterSceneReasonStatus), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum EnterSceneReasonStatus {
|
|
[pbr::OriginalName("ENTER_SCENE_REASON_NONE")] EnterSceneReasonNone = 0,
|
|
[pbr::OriginalName("ENTER_SCENE_REASON_CHALLENGE_TIMEOUT")] EnterSceneReasonChallengeTimeout = 1,
|
|
[pbr::OriginalName("ENTER_SCENE_REASON_ROGUE_TIMEOUT")] EnterSceneReasonRogueTimeout = 2,
|
|
[pbr::OriginalName("ENTER_SCENE_REASON_CHANGE_STORYLINE")] EnterSceneReasonChangeStoryline = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|