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

49 lines
1.7 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RechargeGiftStatus.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 RechargeGiftStatus.proto</summary>
public static partial class RechargeGiftStatusReflection {
#region Descriptor
/// <summary>File descriptor for RechargeGiftStatus.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RechargeGiftStatusReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhSZWNoYXJnZUdpZnRTdGF0dXMucHJvdG8qQAoSUmVjaGFyZ2VHaWZ0U3Rh",
"dHVzEgwKCE5vdFJlYWNoEAASDAoIUmVjZWl2ZWQQARIOCgpDYW5SZWNlaXZl",
"EAJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RechargeGiftStatus), }, null, null));
}
#endregion
}
#region Enums
public enum RechargeGiftStatus {
[pbr::OriginalName("NotReach")] NotReach = 0,
[pbr::OriginalName("Received")] Received = 1,
[pbr::OriginalName("CanReceive")] CanReceive = 2,
}
#endregion
}
#endregion Designer generated code