Skip to content

Commit

Permalink
refactor: class NavMeshTileHeader -> struct NavMeshTileHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Nov 9, 2023
1 parent ac3f667 commit 54b0494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotRecast.Detour/Io/NavMeshTileHeader.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace DotRecast.Detour.Io
{
public class NavMeshTileHeader
public struct NavMeshTileHeader
{
public long tileRef;
public int dataSize;
Expand Down

0 comments on commit 54b0494

Please sign in to comment.