6
2025-11-05 11:11:22 +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
{
}