sokoban.love/0105-clear_handlers

5 lines
75 B
Plaintext

clear_handlers = function()
for k in pairs(car) do
car[k] = nil
end
end