Files
DanhengServer-OpenSource/Proto/EntityType.cs
2025-04-15 16:44:46 +08:00

56 lines
2.1 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: EntityType.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 EntityType.proto</summary>
public static partial class EntityTypeReflection {
#region Descriptor
/// <summary>File descriptor for EntityType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static EntityTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChBFbnRpdHlUeXBlLnByb3RvKqEBCgpFbnRpdHlUeXBlEg8KC0VOVElUWV9O",
"T05FEAASEQoNRU5USVRZX0FWQVRBUhABEhIKDkVOVElUWV9NT05TVEVSEAIS",
"DgoKRU5USVRZX05QQxADEg8KC0VOVElUWV9QUk9QEAQSEgoORU5USVRZX1RS",
"SUdHRVIQBRIOCgpFTlRJVFlfRU5WEAYSFgoSRU5USVRZX1NVTU1PTl9VTklU",
"EAdCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.EntityType), }, null, null));
}
#endregion
}
#region Enums
public enum EntityType {
[pbr::OriginalName("ENTITY_NONE")] EntityNone = 0,
[pbr::OriginalName("ENTITY_AVATAR")] EntityAvatar = 1,
[pbr::OriginalName("ENTITY_MONSTER")] EntityMonster = 2,
[pbr::OriginalName("ENTITY_NPC")] EntityNpc = 3,
[pbr::OriginalName("ENTITY_PROP")] EntityProp = 4,
[pbr::OriginalName("ENTITY_TRIGGER")] EntityTrigger = 5,
[pbr::OriginalName("ENTITY_ENV")] EntityEnv = 6,
[pbr::OriginalName("ENTITY_SUMMON_UNIT")] EntitySummonUnit = 7,
}
#endregion
}
#endregion Designer generated code