7 lines
215 B
Lua
7 lines
215 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param index number
|
|
---@return number cooldown
|
|
---Returns the time remaining on a trade skill recipe's cooldown
|
|
function GetTradeSkillCooldown(index) end
|