Delta-v/Content.Server/NPC/HTN/IHTNCompound.cs

9 lines
169 B
C#

namespace Content.Server.NPC.HTN;
/// <summary>
/// Represents a HTN task that can be decomposed into primitive tasks.
/// </summary>
public interface IHTNCompound
{
}