7 lines
183 B
Lua
7 lines
183 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param id number
|
|
---@return number cooldown
|
|
---Returns the base cooldown of a spell
|
|
function GetSpellBaseCooldown(id) end
|