7 lines
231 B
Lua
7 lines
231 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@return number speed
|
|
---@return number offhandSpeed
|
|
---Returns information about the unit's melee attack speed
|
|
function UnitAttackSpeed(unit) end |