bevy_mod_scripting_rhai 0.21.0

Necessary functionality for Rhai support with bevy_mod_scripting
Documentation
1
2
3
4
/// ReflectReference implementations and rhai wrappers
pub mod reference;
/// ScriptValue implementations and rhai wrappers
pub mod script_value;