namespace SpriteCompiler.AI { public interface IGoalTest { bool IsGoal(S state); } }