6 lines
212 B
Lua
6 lines
212 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string ...
|
|
---Returns a list of available GM ticket categories. No longer used in the current GM Help UI.
|
|
function GetGMTicketCategories() end
|