8 lines
207 B
Lua
8 lines
207 B
Lua
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
|
|
menu.add_feature(
|
|
"test",
|
|
"action",
|
|
0,
|
|
function() return ui.notify_above_map("Hello from TypeScript", "", 140) end
|
|
)
|