5 lines
191 B
Lua
5 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 |