7 lines
185 B
Lua
7 lines
185 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number tabCost
|
|
---Returns the cost of the next available guild bank tab
|
|
function GetGuildBankTabCost() end
|