6
2026-01-24 12:49:55 +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
{
}