mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 14:38:39 +00:00
Update PathFinderInterface.php
This commit is contained in:
parent
309b661fab
commit
ce0a98c7a8
|
|
@ -1 +1,9 @@
|
||||||
|
|
||||||
|
interface PathFinderInterface {
|
||||||
|
public static function findPath(
|
||||||
|
int $startX, int $startY,
|
||||||
|
int $endX, int $endY,
|
||||||
|
Grid $grid,
|
||||||
|
int $heuristic, int $movement,
|
||||||
|
) : array;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user