Skip to content
Snippets Groups Projects
Commit 00fa4d40 authored by esha's avatar esha
Browse files

Add require_mod.lua

parent 77bca171
No related branches found
No related tags found
No related merge requests found
exports = {}
function exports.test(a, b)
return a+b
end
return exports
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment