forked from mirror/DotRecast
7 lines
116 B
C#
7 lines
116 B
C#
|
namespace DotRecast.Detour;
|
||
|
|
||
|
public interface PolyQuery {
|
||
|
|
||
|
void process(MeshTile tile, Poly poly, long refs);
|
||
|
}
|