8 lines
236 B
Lua
8 lines
236 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number timeRemaining
|
|
---@return number totalTime
|
|
---Returns the remaining time and max time for waiting on a turn
|
|
function C_PetBattles.GetTurnTimeInfo() end
|