// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: GetStuffType.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 GetStuffType.proto public static partial class GetStuffTypeReflection { #region Descriptor /// File descriptor for GetStuffType.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static GetStuffTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChJHZXRTdHVmZlR5cGUucHJvdG8qkQEKDEdldFN0dWZmVHlwZRIKCgZVTktO", "T1cQABISCg5NSVNTSU9OX1JFV0FSRBABEhMKD0VWRU5UX0JVWV9TVFVGRhAC", "EhQKEE1BUktFVF9CVVlfU1RVRkYQAxIQCgxRVUVTVF9SRVdBUkQQBBILCgdJ", "TklUSUFMEAUSFwoTUEhBU0VfRklOSVNIX1JFV0FSRBAGQh6qAhtFZ2dMaW5r", "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.GetStuffType), }, null, null)); } #endregion } #region Enums public enum GetStuffType { [pbr::OriginalName("UNKNOW")] Unknow = 0, [pbr::OriginalName("MISSION_REWARD")] MissionReward = 1, [pbr::OriginalName("EVENT_BUY_STUFF")] EventBuyStuff = 2, [pbr::OriginalName("MARKET_BUY_STUFF")] MarketBuyStuff = 3, [pbr::OriginalName("QUEST_REWARD")] QuestReward = 4, [pbr::OriginalName("INITIAL")] Initial = 5, [pbr::OriginalName("PHASE_FINISH_REWARD")] PhaseFinishReward = 6, } #endregion } #endregion Designer generated code