functional

This commit is contained in:
2021-06-23 23:30:07 -05:00
parent 3a4dcbee61
commit 2fc2fdec28
4 changed files with 12 additions and 5 deletions

7
test.lua Normal file
View File

@@ -0,0 +1,7 @@
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
menu.add_feature(
"test",
"action",
0,
function() return ui.notify_above_map("Hello from TypeScript", "", 140) end
)