// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: TrainPartyEventType.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 TrainPartyEventType.proto public static partial class TrainPartyEventTypeReflection { #region Descriptor /// File descriptor for TrainPartyEventType.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static TrainPartyEventTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlUcmFpblBhcnR5RXZlbnRUeXBlLnByb3RvKoYBChNUcmFpblBhcnR5RXZl", "bnRUeXBlEhYKEmtEaWFsb2d1ZUV2ZW50Tm9uZRAAEh8KG2tHYW1lUGxheVN0", "YXJ0RGlhbG9ndWVFdmVudBABEhYKEmtHcmlkRGlhbG9ndWVFdmVudBACEh4K", "GmtBZnRlck1lZXRpbmdEaWFsb2d1ZUV2ZW50EANCHqoCG0VnZ0xpbmsuRGFu", "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.TrainPartyEventType), }, null, null)); } #endregion } #region Enums public enum TrainPartyEventType { [pbr::OriginalName("kDialogueEventNone")] KDialogueEventNone = 0, [pbr::OriginalName("kGamePlayStartDialogueEvent")] KGamePlayStartDialogueEvent = 1, [pbr::OriginalName("kGridDialogueEvent")] KGridDialogueEvent = 2, [pbr::OriginalName("kAfterMeetingDialogueEvent")] KAfterMeetingDialogueEvent = 3, } #endregion } #endregion Designer generated code