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