5 lines
186 B
Lua
5 lines
186 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number amount
|
|
---Returns the maximum amount of arena points the player can accrue
|
|
function GetMaxArenaCurrency() end |