2024-06-24 23:36:20 +03:00

6 lines
108 B
Lua

function on_hud_open()
input.add_callback("player.drop", function ()
entity.test()
end)
end