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