namespace DotRecast.Recast
{
public class RcContourHole
public int leftmost;
public int minx;
public int minz;
public RcContour contour;
}