2021-12-07 02:03:57 +00:00

9 lines
146 B
Lua

-- Invector, License MIT, Author Jordach
-- AI handling routines.
invector.ai = {}
function invector.ai.chase_player(ai_kart, target_kart)
end