artifact_one/mods/artifact_story/objectives.lua

15 lines
168 B
Lua

local ns = artifact
ns.objectives = {}
function ns.establish_objective()
end
function ns.complete_objective()
end
function ns.update_objective()
end