remove useless from now on method behaviour:makeTurn()

This commit is contained in:
neckrat 2026-03-26 17:05:51 +03:00
parent d6644fb799
commit 86512e2c90

View File

@ -68,11 +68,4 @@ function behavior.new(class)
}, behavior)
end
--- @return Task<nil>
function behavior:makeTurn()
return function(callback)
end
end
return behavior