6 lines
199 B
Lua
6 lines
199 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param name string
|
|
---@param unit string
|
|
---Reports a battleground participant as AFK
|
|
function ReportPlayerIsPVPAFK(name, unit) end |