6 lines
200 B
Lua
6 lines
200 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param index number
|
|
---@param asGroup boolean
|
|
---Joins the queue for a battleground instance
|
|
function JoinBattlefield(index, asGroup) end |