namespace DotRecast.Recast { public class HeightPatch { public int xmin; public int ymin; public int width; public int height; public int[] data; } }