rename corridor test

This commit is contained in:
ikpil 2024-05-08 23:50:12 +09:00
parent cfdcc1336c
commit deb02778cc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ using NUnit.Framework;
namespace DotRecast.Detour.Crowd.Test; namespace DotRecast.Detour.Crowd.Test;
public class PathCorridorTest public class DtPathCorridorTest
{ {
private readonly DtPathCorridor corridor = new DtPathCorridor(); private readonly DtPathCorridor corridor = new DtPathCorridor();
private readonly IDtQueryFilter filter = new DtQueryDefaultFilter(); private readonly IDtQueryFilter filter = new DtQueryDefaultFilter();