4 lines
246 B
Lua
4 lines
246 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Declines an offered resurrection spell. Usable following the RESURRECT_REQUEST event which fires when the player is offered resurrection by another unit.
|
|
function DeclineResurrect() end |