10 lines
204 B
Lua
10 lines
204 B
Lua
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
|
|
menu.add_feature(
|
|
"test",
|
|
"action",
|
|
0,
|
|
function()
|
|
ui.notify_above_map("test", "test tile", 140)
|
|
end
|
|
)
|