7 lines
230 B
Lua
7 lines
230 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param id number
|
|
---@return string info
|
|
---Returns data for a statistic that can be shown on the statistics tab of the achievements window
|
|
function GetStatistic(id) end
|