feat: add check for line of sight for range and skill attacks
This commit is contained in:
@@ -11,5 +11,6 @@ namespace Client.Domain.Service
|
||||
public interface PathfinderInterface
|
||||
{
|
||||
public List<PathSegment> FindPath(Vector3 start, Vector3 end);
|
||||
public bool HasLineOfSight(Vector3 start, Vector3 end);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user