5 lines
160 B
Lua
5 lines
160 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param text string
|
|
---Shows a message box containing the given text
|
|
function message(text) end |