mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
57 lines
2.4 KiB
C#
57 lines
2.4 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: CmdRedDotType.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 CmdRedDotType.proto</summary>
|
|
public static partial class CmdRedDotTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for CmdRedDotType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static CmdRedDotTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChNDbWRSZWREb3RUeXBlLnByb3RvKvIBCg1DbWRSZWREb3RUeXBlEhUKEUNt",
|
|
"ZFJlZERvdFR5cGVOb25lEAASHQoYQ21kVXBkYXRlUmVkRG90RGF0YVNjUnNw",
|
|
"EJUuEh0KGENtZEdldEFsbFJlZERvdERhdGFDc1JlcRCXLhImCiFDbWRHZXRT",
|
|
"aW5nbGVSZWREb3RQYXJhbUdyb3VwU2NSc3AQki4SHQoYQ21kVXBkYXRlUmVk",
|
|
"RG90RGF0YUNzUmVxELsuEiYKIUNtZEdldFNpbmdsZVJlZERvdFBhcmFtR3Jv",
|
|
"dXBDc1JlcRCvLhIdChhDbWRHZXRBbGxSZWREb3REYXRhU2NSc3AQmS5CHqoC",
|
|
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRedDotType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum CmdRedDotType {
|
|
[pbr::OriginalName("CmdRedDotTypeNone")] None = 0,
|
|
[pbr::OriginalName("CmdUpdateRedDotDataScRsp")] CmdUpdateRedDotDataScRsp = 5909,
|
|
[pbr::OriginalName("CmdGetAllRedDotDataCsReq")] CmdGetAllRedDotDataCsReq = 5911,
|
|
[pbr::OriginalName("CmdGetSingleRedDotParamGroupScRsp")] CmdGetSingleRedDotParamGroupScRsp = 5906,
|
|
[pbr::OriginalName("CmdUpdateRedDotDataCsReq")] CmdUpdateRedDotDataCsReq = 5947,
|
|
[pbr::OriginalName("CmdGetSingleRedDotParamGroupCsReq")] CmdGetSingleRedDotParamGroupCsReq = 5935,
|
|
[pbr::OriginalName("CmdGetAllRedDotDataScRsp")] CmdGetAllRedDotDataScRsp = 5913,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|