Files
DanhengServer-OpenSource/Proto/EnterSceneReason.cs
Somebody b84800bc80 Upload to Game 2.5.0
- Fix ChessRogue Final Boss
2024-09-14 19:46:42 +08:00

55 lines
2.2 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(
"ChZFbnRlclNjZW5lUmVhc29uLnByb3RvKtABChBFbnRlclNjZW5lUmVhc29u",
"EhsKF0VOVEVSX1NDRU5FX1JFQVNPTl9OT05FEAASKAokRU5URVJfU0NFTkVf",
"UkVBU09OX0NIQUxMRU5HRV9USU1FT1VUEAESJAogRU5URVJfU0NFTkVfUkVB",
"U09OX1JPR1VFX1RJTUVPVVQQAhInCiNFTlRFUl9TQ0VORV9SRUFTT05fQ0hB",
"TkdFX1NUT1JZTElORRADEiYKIkVOVEVSX1NDRU5FX1JFQVNPTl9ESU1FTlNJ",
"T05fTUVSR0UQBEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
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,
[pbr::OriginalName("ENTER_SCENE_REASON_DIMENSION_MERGE")] DimensionMerge = 4,
}
#endregion
}
#endregion Designer generated code