7 lines
179 B
Lua
7 lines
179 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number maxLevel
|
|
---Returns the maximum level attainable by a player
|
|
function GetMaxPlayerLevel() end
|