add entity.test(...) function

This commit is contained in:
MihailRis
2024-06-24 23:36:20 +03:00
parent 4b3ac95d71
commit eacbc1b9d0
5 changed files with 33 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
function on_hud_open()
input.add_callback("player.drop", function ()
entity.test()
end)
end