using System; using System.Collections.Generic; namespace TrueCraft.API { public class PathResult { public IList Waypoints; } }