7 lines
185 B
Lua
7 lines
185 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param tab number
|
|
---@param text string
|
|
---Sets the info text for a guild bank tab
|
|
function SetGuildBankText(tab, text) end
|