Skip to content

Commit

Permalink
add NavMeshData
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon committed Sep 17, 2024
1 parent 548c55d commit 046b7e7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/java/com/jme3/recast4j/geom/NavMeshData.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.jme3.recast4j.geom;

/**
*
* @author capdevon
*/
public interface NavMeshData {

public final String JME_NAVMESH_IGNORE = "JmeNavMeshIgnore";

}

0 comments on commit 046b7e7

Please sign in to comment.