5 lines
206 B
Lua
5 lines
206 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numTransactions
|
|
---Returns the number of transactions in the guild bank money log
|
|
function GetNumGuildBankMoneyTransactions() end |