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