namespace SpriteCompiler.AI { public interface INodeLimiter where T : ISearchNode where C : ICost, new() { bool Cutoff(T node); } }