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