refactor: class NavMeshTileHeader -> struct NavMeshTileHeader

This commit is contained in:
ikpil 2023-11-09 22:09:27 +09:00
parent ac3f667bcc
commit 54b04947de
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
namespace DotRecast.Detour.Io namespace DotRecast.Detour.Io
{ {
public class NavMeshTileHeader public struct NavMeshTileHeader
{ {
public long tileRef; public long tileRef;
public int dataSize; public int dataSize;