5 lines
224 B
Lua
5 lines
224 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number withdrawLimit
|
|
---Returns the amount of money the player is allowed to withdraw from the guild bank per day
|
|
function GetGuildBankWithdrawMoney() end |