bevy_mod_scripting 0.19.0

Multi language scripting in Bevy
Documentation
1
2
3
fn bench(){
    world.get_resource.call(types.TestResource);
}