IHTNCompound.cs 169 B

12345678
  1. namespace Content.Server.NPC.HTN;
  2. /// <summary>
  3. /// Represents a HTN task that can be decomposed into primitive tasks.
  4. /// </summary>
  5. public interface IHTNCompound
  6. {
  7. }