6 lines
191 B
Lua
6 lines
191 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean waiting
|
|
---Returns whether or not you are waiting on the opponent
|
|
function C_PetBattles.IsWaitingOnOpponent() end
|