6 lines
198 B
Lua
6 lines
198 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@return number modifier
|
|
---Returns the mana modifier for the player's pet
|
|
function GetUnitPowerModifier(unit) end |