forked from mirror/DotRecast
7 lines
139 B
C#
7 lines
139 B
C#
|
namespace DotRecast.Detour
|
||
|
{
|
||
|
public interface IDtPolyQuery
|
||
|
{
|
||
|
void Process(DtMeshTile tile, DtPoly poly, long refs);
|
||
|
}
|
||
|
}
|