6 lines
201 B
Lua
6 lines
201 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil canRepair
|
|
---Returns whether the player is allowed to pay for repairs using guild bank funds
|
|
function CanGuildBankRepair() end
|