2023-03-16 19:09:10 +03:00
|
|
|
namespace DotRecast.Detour
|
|
|
|
{
|
2023-05-05 03:06:43 +03:00
|
|
|
public interface IPolyQuery
|
2023-03-16 19:48:49 +03:00
|
|
|
{
|
2023-05-05 02:44:48 +03:00
|
|
|
void Process(MeshTile tile, Poly poly, long refs);
|
2023-03-16 19:48:49 +03:00
|
|
|
}
|
2023-03-16 19:09:10 +03:00
|
|
|
}
|