DotRecastNetSim/src/DotRecast.Detour/Io/NavMeshTileHeader.cs

8 lines
138 B
C#

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