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

7 lines
111 B
C#
Raw Normal View History

2023-03-14 08:02:43 +03:00
namespace DotRecast.Detour.Io;
public class NavMeshTileHeader {
public long tileRef;
public int dataSize;
}