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