Files
DanhengServer-OpenSource/Proto/BpRewardType.cs
2025-04-19 11:45:24 +08:00

54 lines
2.1 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BpRewardType.proto
// </auto-generated>
#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 {
/// <summary>Holder for reflection information generated from BpRewardType.proto</summary>
public static partial class BpRewardTypeReflection {
#region Descriptor
/// <summary>File descriptor for BpRewardType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BpRewardTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChJCcFJld2FyZFR5cGUucHJvdG8qpgEKDEJwUmV3YXJkVHlwZRIYChRCUF9S",
"RVdBUkFEX1RZUEVfTk9ORRAAEhgKFEJQX1JFV0FSQURfVFlQRV9GUkVFEAES",
"HQoZQlBfUkVXQVJBRF9UWVBFX1BSRU1JVU1fMRACEh0KGUJQX1JFV0FSQURf",
"VFlQRV9QUkVNSVVNXzIQAxIkCiBCUF9SRVdBUkFEX1RZUEVfUFJFTUlVTV9P",
"UFRJT05BTBAEQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"b3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BpRewardType), }, null, null));
}
#endregion
}
#region Enums
public enum BpRewardType {
[pbr::OriginalName("BP_REWARAD_TYPE_NONE")] BpRewaradTypeNone = 0,
[pbr::OriginalName("BP_REWARAD_TYPE_FREE")] BpRewaradTypeFree = 1,
[pbr::OriginalName("BP_REWARAD_TYPE_PREMIUM_1")] BpRewaradTypePremium1 = 2,
[pbr::OriginalName("BP_REWARAD_TYPE_PREMIUM_2")] BpRewaradTypePremium2 = 3,
[pbr::OriginalName("BP_REWARAD_TYPE_PREMIUM_OPTIONAL")] BpRewaradTypePremiumOptional = 4,
}
#endregion
}
#endregion Designer generated code