7 lines
223 B
Lua
7 lines
223 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return 1nil canRepair
|
|
---Returns whether the vendor with whom the player is currently interacting can repair equipment
|
|
function CanMerchantRepair() end
|