Initial commit
This commit is contained in:
6
api/UnitXPMax.lua
Normal file
6
api/UnitXPMax.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param unit string
|
||||
---@return number playerMaxXP
|
||||
---Return the total amount of experience points required for the player to gain a level
|
||||
function UnitXPMax(unit) end
|
||||
Reference in New Issue
Block a user