Files
DanhengServer-OpenSource/Proto/DeathSource.cs

51 lines
1.7 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DeathSource.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 DeathSource.proto</summary>
public static partial class DeathSourceReflection {
#region Descriptor
/// <summary>File descriptor for DeathSource.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static DeathSourceReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFEZWF0aFNvdXJjZS5wcm90bypQCgtEZWF0aFNvdXJjZRILCgdVTktOT1dO",
"EAASFAoQS0lMTEVEX0JZX09USEVSUxABEhIKDktJTExFRF9CWV9TRUxGEAIS",
"CgoGRVNDQVBFEANCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
"cHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.DeathSource), }, null, null));
}
#endregion
}
#region Enums
public enum DeathSource {
[pbr::OriginalName("UNKNOWN")] Unknown = 0,
[pbr::OriginalName("KILLED_BY_OTHERS")] KilledByOthers = 1,
[pbr::OriginalName("KILLED_BY_SELF")] KilledBySelf = 2,
[pbr::OriginalName("ESCAPE")] Escape = 3,
}
#endregion
}
#endregion Designer generated code