bevy_mod_scripting 0.19.0

Multi language scripting in Bevy
Documentation
1
2
3
function on_test(arg1)
    return "got: " .. arg1
end