Files
DanhengServer-OpenSource/Proto/EnterSceneReason.cs

53 lines
2.0 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: EnterSceneReason.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 EnterSceneReason.proto</summary>
public static partial class EnterSceneReasonReflection {
#region Descriptor
/// <summary>File descriptor for EnterSceneReason.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static EnterSceneReasonReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChZFbnRlclNjZW5lUmVhc29uLnByb3RvKqgBChBFbnRlclNjZW5lUmVhc29u",
"EhsKF0VOVEVSX1NDRU5FX1JFQVNPTl9OT05FEAASKAokRU5URVJfU0NFTkVf",
"UkVBU09OX0NIQUxMRU5HRV9USU1FT1VUEAESJAogRU5URVJfU0NFTkVfUkVB",
"U09OX1JPR1VFX1RJTUVPVVQQAhInCiNFTlRFUl9TQ0VORV9SRUFTT05fQ0hB",
"TkdFX1NUT1JZTElORRADQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
"dG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.EnterSceneReason), }, null, null));
}
#endregion
}
#region Enums
public enum EnterSceneReason {
[pbr::OriginalName("ENTER_SCENE_REASON_NONE")] None = 0,
[pbr::OriginalName("ENTER_SCENE_REASON_CHALLENGE_TIMEOUT")] ChallengeTimeout = 1,
[pbr::OriginalName("ENTER_SCENE_REASON_ROGUE_TIMEOUT")] RogueTimeout = 2,
[pbr::OriginalName("ENTER_SCENE_REASON_CHANGE_STORYLINE")] ChangeStoryline = 3,
}
#endregion
}
#endregion Designer generated code