update md

This commit is contained in:
Bluub
2021-06-20 22:11:38 +02:00
parent 08229aba5f
commit d751c9fb0e

3
Bot.md
View File

@@ -38,7 +38,8 @@ function getDanger();
-- @param y1 should be int
-- @param x2 should be int
-- @param y2 should be int
function getPath(x1, y1, x2, y2);
-- @param throughBreakable bool path is going through breakables blocks or not
function getPath(x1, y1, x2, y2, throughBreakable);
-- getPlayer returns player pos as {x = xPlayer, y = yPlayer}
function getPlayer();