6
2025-12-27 15:27:38 +03:00

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
{
}