mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
61 lines
2.7 KiB
C#
61 lines
2.7 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: CmdFightFestType.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 CmdFightFestType.proto</summary>
|
|
public static partial class CmdFightFestTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for CmdFightFestType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static CmdFightFestTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChZDbWRGaWdodEZlc3RUeXBlLnByb3RvKr0CChBDbWRGaWdodEZlc3RUeXBl",
|
|
"EhgKFENtZEZpZ2h0RmVzdFR5cGVOb25lEAASHQoYQ21kR2V0RmlnaHRGZXN0",
|
|
"RGF0YVNjUnNwEOQ4Eh0KGENtZEdldEZpZ2h0RmVzdERhdGFDc1JlcRD8OBIb",
|
|
"ChZDbWRTdGFydEZpZ2h0RmVzdFNjUnNwENg4EiIKHUNtZEZpZ2h0RmVzdFNj",
|
|
"b3JlVXBkYXRlTm90aWZ5EPs4EiEKHENtZEZpZ2h0RmVzdFVwZGF0ZUNvaW5O",
|
|
"b3RpZnkQ/zgSIgodQ21kRmlnaHRGZXN0VW5sb2NrU2tpbGxOb3RpZnkQ2zgS",
|
|
"GwoWQ21kU3RhcnRGaWdodEZlc3RDc1JlcRDgOBIsCidDbWRGaWdodEZlc3RV",
|
|
"cGRhdGVDaGFsbGVuZ2VSZWNvcmROb3RpZnkQ7zhCHqoCG0VnZ0xpbmsuRGFu",
|
|
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdFightFestType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum CmdFightFestType {
|
|
[pbr::OriginalName("CmdFightFestTypeNone")] None = 0,
|
|
[pbr::OriginalName("CmdGetFightFestDataScRsp")] CmdGetFightFestDataScRsp = 7268,
|
|
[pbr::OriginalName("CmdGetFightFestDataCsReq")] CmdGetFightFestDataCsReq = 7292,
|
|
[pbr::OriginalName("CmdStartFightFestScRsp")] CmdStartFightFestScRsp = 7256,
|
|
[pbr::OriginalName("CmdFightFestScoreUpdateNotify")] CmdFightFestScoreUpdateNotify = 7291,
|
|
[pbr::OriginalName("CmdFightFestUpdateCoinNotify")] CmdFightFestUpdateCoinNotify = 7295,
|
|
[pbr::OriginalName("CmdFightFestUnlockSkillNotify")] CmdFightFestUnlockSkillNotify = 7259,
|
|
[pbr::OriginalName("CmdStartFightFestCsReq")] CmdStartFightFestCsReq = 7264,
|
|
[pbr::OriginalName("CmdFightFestUpdateChallengeRecordNotify")] CmdFightFestUpdateChallengeRecordNotify = 7279,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|