mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
58 lines
2.5 KiB
C#
58 lines
2.5 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: CmdServerPrefsType.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 CmdServerPrefsType.proto</summary>
|
|
public static partial class CmdServerPrefsTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for CmdServerPrefsType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static CmdServerPrefsTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChhDbWRTZXJ2ZXJQcmVmc1R5cGUucHJvdG8qggIKEkNtZFNlcnZlclByZWZz",
|
|
"VHlwZRIaChZDbWRTZXJ2ZXJQcmVmc1R5cGVOb25lEAASIgodQ21kVXBkYXRl",
|
|
"U2VydmVyUHJlZnNEYXRhU2NSc3AQ2i8SIgodQ21kVXBkYXRlU2VydmVyUHJl",
|
|
"ZnNEYXRhQ3NSZXEQ9y8SHwoaQ21kR2V0U2VydmVyUHJlZnNEYXRhQ3NSZXEQ",
|
|
"gzASIgodQ21kR2V0QWxsU2VydmVyUHJlZnNEYXRhQ3NSZXEQ3y8SIgodQ21k",
|
|
"R2V0QWxsU2VydmVyUHJlZnNEYXRhU2NSc3AQ4S8SHwoaQ21kR2V0U2VydmVy",
|
|
"UHJlZnNEYXRhU2NSc3AQ3S9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
|
|
"cm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdServerPrefsType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum CmdServerPrefsType {
|
|
[pbr::OriginalName("CmdServerPrefsTypeNone")] None = 0,
|
|
[pbr::OriginalName("CmdUpdateServerPrefsDataScRsp")] CmdUpdateServerPrefsDataScRsp = 6106,
|
|
[pbr::OriginalName("CmdUpdateServerPrefsDataCsReq")] CmdUpdateServerPrefsDataCsReq = 6135,
|
|
[pbr::OriginalName("CmdGetServerPrefsDataCsReq")] CmdGetServerPrefsDataCsReq = 6147,
|
|
[pbr::OriginalName("CmdGetAllServerPrefsDataCsReq")] CmdGetAllServerPrefsDataCsReq = 6111,
|
|
[pbr::OriginalName("CmdGetAllServerPrefsDataScRsp")] CmdGetAllServerPrefsDataScRsp = 6113,
|
|
[pbr::OriginalName("CmdGetServerPrefsDataScRsp")] CmdGetServerPrefsDataScRsp = 6109,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|