5 lines
186 B
Lua
5 lines
186 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param useGuildMoney 1nil
|
|
---Attempts to repair all of the player's damaged items
|
|
function RepairAllItems(useGuildMoney) end |