namespace DotRecast.Recast { public class RcPotentialDiagonal { public int dist; public int vert; } }