mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
58 lines
2.6 KiB
C#
58 lines
2.6 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: CmdContentPackageType.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 CmdContentPackageType.proto</summary>
|
|
public static partial class CmdContentPackageTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for CmdContentPackageType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static CmdContentPackageTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChtDbWRDb250ZW50UGFja2FnZVR5cGUucHJvdG8qlAIKFUNtZENvbnRlbnRQ",
|
|
"YWNrYWdlVHlwZRIdChlDbWRDb250ZW50UGFja2FnZVR5cGVOb25lEAASIgod",
|
|
"Q21kQ29udGVudFBhY2thZ2VHZXREYXRhU2NSc3AQ3joSIQocQ21kQ29udGVu",
|
|
"dFBhY2thZ2VVbmxvY2tDc1JlcRDSOhIhChxDbWRDb250ZW50UGFja2FnZVVu",
|
|
"bG9ja1NjUnNwEPU6EiYKIUNtZENvbnRlbnRQYWNrYWdlVHJhbnNmZXJTY05v",
|
|
"dGlmeRDVOhImCiFDbWRDb250ZW50UGFja2FnZVN5bmNEYXRhU2NOb3RpZnkQ",
|
|
"2joSIgodQ21kQ29udGVudFBhY2thZ2VHZXREYXRhQ3NSZXEQ9jpCHqoCG0Vn",
|
|
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdContentPackageType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum CmdContentPackageType {
|
|
[pbr::OriginalName("CmdContentPackageTypeNone")] None = 0,
|
|
[pbr::OriginalName("CmdContentPackageGetDataScRsp")] CmdContentPackageGetDataScRsp = 7518,
|
|
[pbr::OriginalName("CmdContentPackageUnlockCsReq")] CmdContentPackageUnlockCsReq = 7506,
|
|
[pbr::OriginalName("CmdContentPackageUnlockScRsp")] CmdContentPackageUnlockScRsp = 7541,
|
|
[pbr::OriginalName("CmdContentPackageTransferScNotify")] CmdContentPackageTransferScNotify = 7509,
|
|
[pbr::OriginalName("CmdContentPackageSyncDataScNotify")] CmdContentPackageSyncDataScNotify = 7514,
|
|
[pbr::OriginalName("CmdContentPackageGetDataCsReq")] CmdContentPackageGetDataCsReq = 7542,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|