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

8 lines
138 B
C#
Raw Normal View History

2023-03-16 19:09:10 +03:00
namespace DotRecast.Detour.Io
{
2023-03-16 19:48:49 +03:00
public class NavMeshTileHeader
{
public long tileRef;
public int dataSize;
}
2023-03-16 19:09:10 +03:00
}