5 lines
177 B
Lua
5 lines
177 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param id number
|
|
---Removes an achievement from the objectives tracker UI
|
|
function RemoveTrackedAchievement(id) end |