mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
52 lines
2.0 KiB
C#
52 lines
2.0 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: CancelCacheType.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 CancelCacheType.proto</summary>
|
|
public static partial class CancelCacheTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for CancelCacheType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static CancelCacheTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChVDYW5jZWxDYWNoZVR5cGUucHJvdG8qlgEKD0NhbmNlbENhY2hlVHlwZRIa",
|
|
"ChZDQUNIRV9OT1RJRllfVFlQRV9OT05FEAASHQoZQ0FDSEVfTk9USUZZX1RZ",
|
|
"UEVfUkVDWUNMRRABEh4KGkNBQ0hFX05PVElGWV9UWVBFX1JFQ0hBUkdFEAIS",
|
|
"KAokQ0FDSEVfTk9USUZZX1RZUEVfSVRFTV9BVVRPX1RSQU5TRkVSEANCHqoC",
|
|
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CancelCacheType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum CancelCacheType {
|
|
[pbr::OriginalName("CACHE_NOTIFY_TYPE_NONE")] CacheNotifyTypeNone = 0,
|
|
[pbr::OriginalName("CACHE_NOTIFY_TYPE_RECYCLE")] CacheNotifyTypeRecycle = 1,
|
|
[pbr::OriginalName("CACHE_NOTIFY_TYPE_RECHARGE")] CacheNotifyTypeRecharge = 2,
|
|
[pbr::OriginalName("CACHE_NOTIFY_TYPE_ITEM_AUTO_TRANSFER")] CacheNotifyTypeItemAutoTransfer = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|