Files
crystall-punk-14/Content.Client/NPC/HTN/HTNComponent.cs

8 lines
151 B
C#
Raw Normal View History

namespace Content.Client.NPC.HTN;
[RegisterComponent]
public sealed class HTNComponent : NPCComponent
{
public string DebugText = string.Empty;
}