5 lines
158 B
Lua
5 lines
158 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param text string
|
|
---Updates the open GM ticket with new text
|
|
function UpdateGMTicket(text) end |