// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: EnterSceneReason.proto // #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 { /// Holder for reflection information generated from EnterSceneReason.proto public static partial class EnterSceneReasonReflection { #region Descriptor /// File descriptor for EnterSceneReason.proto 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