refactor: add pathfinding description

This commit is contained in:
k0t9i 2023-10-29 22:03:51 +05:00 committed by GitHub
parent 17a4f82f24
commit 385f02a3d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,3 +13,7 @@
## Intercommunications
Communication between the client and the injected code occurs through a named pipe with json-messages.
## Pathfinding
Pathfinding is done using [L2jGeodataPathFinder](https://github.com/k0t9i/L2jGeodataPathFinder).
![image_2023-10-29_20-53-56](https://github.com/k0t9i/L2Bot2.0/assets/7733997/104e5ff2-7435-4def-be5c-3223f02e37c5)