15 lines
168 B
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
|