8 lines
217 B
Lua
8 lines
217 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number currXP
|
|
---@return number nextXP
|
|
---Returns information about experience points for the player's pet
|
|
function GetPetExperience() end
|