7 lines
200 B
Lua
7 lines
200 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@param name string
|
|
---Casts the spell currently awaiting a target on a unit
|
|
function SpellTargetUnit(unit, name) end
|