Initial commit
This commit is contained in:
7
api/GetNextAchievement.lua
Normal file
7
api/GetNextAchievement.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param id number
|
||||
---@return number nextID
|
||||
---@return boolean completed
|
||||
---Returns the next achievement for an achievement which is part of a series
|
||||
function GetNextAchievement(id) end
|
||||
Reference in New Issue
Block a user