mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
53 lines
2.0 KiB
C#
53 lines
2.0 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ANCCGLMMDJJ.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 ANCCGLMMDJJ.proto</summary>
|
|
public static partial class ANCCGLMMDJJReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ANCCGLMMDJJ.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ANCCGLMMDJJReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFBTkNDR0xNTURKSi5wcm90byqpAQoLQU5DQ0dMTU1ESkoSIwofUkVMSUNf",
|
|
"U01BUlRfV0VBUl9QTEFOX1RZUEVfTk9ORRAAEicKI1JFTElDX1NNQVJUX1dF",
|
|
"QVJfUExBTl9UWVBFX0JJR19EQVRBEAESJQohUkVMSUNfU01BUlRfV0VBUl9Q",
|
|
"TEFOX1RZUEVfU1lTVEVNEAISJQohUkVMSUNfU01BUlRfV0VBUl9QTEFOX1RZ",
|
|
"UEVfQ1VTVE9NEANCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
|
"cHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ANCCGLMMDJJ), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum ANCCGLMMDJJ {
|
|
[pbr::OriginalName("RELIC_SMART_WEAR_PLAN_TYPE_NONE")] RelicSmartWearPlanTypeNone = 0,
|
|
[pbr::OriginalName("RELIC_SMART_WEAR_PLAN_TYPE_BIG_DATA")] RelicSmartWearPlanTypeBigData = 1,
|
|
[pbr::OriginalName("RELIC_SMART_WEAR_PLAN_TYPE_SYSTEM")] RelicSmartWearPlanTypeSystem = 2,
|
|
[pbr::OriginalName("RELIC_SMART_WEAR_PLAN_TYPE_CUSTOM")] RelicSmartWearPlanTypeCustom = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|