// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: AlleyEventState.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 AlleyEventState.proto public static partial class AlleyEventStateReflection { #region Descriptor /// File descriptor for AlleyEventState.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static AlleyEventStateReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChVBbGxleUV2ZW50U3RhdGUucHJvdG8qcAoPQWxsZXlFdmVudFN0YXRlEhQK", "EEFMTEVZX1NUQVRFX05PTkUQABIVChFBTExFWV9FVkVOVF9ET0lORxABEhYK", "EkFMTEVZX0VWRU5UX0ZJTklTSBACEhgKFEFMTEVZX0VWRU5UX1JFV0FSREVE", "EANCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.AlleyEventState), }, null, null)); } #endregion } #region Enums public enum AlleyEventState { [pbr::OriginalName("ALLEY_STATE_NONE")] AlleyStateNone = 0, [pbr::OriginalName("ALLEY_EVENT_DOING")] AlleyEventDoing = 1, [pbr::OriginalName("ALLEY_EVENT_FINISH")] AlleyEventFinish = 2, [pbr::OriginalName("ALLEY_EVENT_REWARDED")] AlleyEventRewarded = 3, } #endregion } #endregion Designer generated code