NPC refactor (#10122)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
7
Content.Client/NPC/HTN/HTNComponent.cs
Normal file
7
Content.Client/NPC/HTN/HTNComponent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Content.Client.NPC.HTN;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class HTNComponent : NPCComponent
|
||||
{
|
||||
public string DebugText = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user