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