namespace DotRecast.Detour.Io
{
public class NavMeshTileHeader {
public long tileRef;
public int dataSize;
}