using DotRecast.Core;
namespace DotRecast.Detour.Extras.Jumplink
{
public class Edge
public Vector3f sp = new Vector3f();
public Vector3f sq = new Vector3f();
}