using Goap.Agent.Core; namespace Goap.Agent.Runtime { // Backwards compatibility for old actions public abstract class AgentActionBase : AgentActionBase where TActionData : IActionData, new() { } }