mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 12:16: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: FightKickoutType.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 FightKickoutType.proto</summary>
|
|
public static partial class FightKickoutTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for FightKickoutType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static FightKickoutTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChZGaWdodEtpY2tvdXRUeXBlLnByb3RvKpsBChBGaWdodEtpY2tvdXRUeXBl",
|
|
"EhkKFUZJR0hUX0tJQ0tPVVRfVU5LTk9XThAAEhcKE0ZJR0hUX0tJQ0tPVVRf",
|
|
"QkxBQ0sQARIXChNGSUdIVF9LSUNLT1VUX0JZX0dNEAISGQoVRklHSFRfS0lD",
|
|
"S09VVF9USU1FT1VUEAMSHwobRklHSFRfS0lDS09VVF9TRVNTSU9OX1JFU0VU",
|
|
"EARCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.FightKickoutType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum FightKickoutType {
|
|
[pbr::OriginalName("FIGHT_KICKOUT_UNKNOWN")] FightKickoutUnknown = 0,
|
|
[pbr::OriginalName("FIGHT_KICKOUT_BLACK")] FightKickoutBlack = 1,
|
|
[pbr::OriginalName("FIGHT_KICKOUT_BY_GM")] FightKickoutByGm = 2,
|
|
[pbr::OriginalName("FIGHT_KICKOUT_TIMEOUT")] FightKickoutTimeout = 3,
|
|
[pbr::OriginalName("FIGHT_KICKOUT_SESSION_RESET")] FightKickoutSessionReset = 4,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|