// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: BpTierType.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 BpTierType.proto public static partial class BpTierTypeReflection { #region Descriptor /// File descriptor for BpTierType.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static BpTierTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChBCcFRpZXJUeXBlLnByb3RvKnIKCkJwVGllclR5cGUSFQoRQlBfVElFUl9U", "WVBFX05PTkUQABIVChFCUF9USUVSX1RZUEVfRlJFRRABEhoKFkJQX1RJRVJf", "VFlQRV9QUkVNSVVNXzEQAhIaChZCUF9USUVSX1RZUEVfUFJFTUlVTV8yEANC", "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BpTierType), }, null, null)); } #endregion } #region Enums public enum BpTierType { [pbr::OriginalName("BP_TIER_TYPE_NONE")] None = 0, [pbr::OriginalName("BP_TIER_TYPE_FREE")] Free = 1, [pbr::OriginalName("BP_TIER_TYPE_PREMIUM_1")] Premium1 = 2, [pbr::OriginalName("BP_TIER_TYPE_PREMIUM_2")] Premium2 = 3, } #endregion } #endregion Designer generated code