namespace SpriteCompiler.AI { using System; public interface IPathCost : IComparable { C Add(C value); } }