We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fc62e commit 517c82eCopy full SHA for 517c82e
crates/bevy_api_gen/src/context.rs
@@ -82,12 +82,12 @@ impl ReflectType<'_> {
82
}
83
84
pub(crate) const DEF_PATHS_BMS_FROM_SCRIPT: [&str; 2] = [
85
- "bevy_mod_scripting_core::bindings::function::from::FromScript",
86
- "bindings::function::from::FromScript",
+ "bevy_mod_scripting_core::bindings::FromScript",
+ "bindings::FromScript",
87
];
88
pub(crate) const DEF_PATHS_BMS_INTO_SCRIPT: [&str; 2] = [
89
- "bevy_mod_scripting_core::bindings::function::into::IntoScript",
90
- "bindings::function::into::IntoScript",
+ "bevy_mod_scripting_core::bindings:IntoScript",
+ "bindings::IntoScript",
91
92
93
pub(crate) const DEF_PATHS_REFLECT: [&str; 2] =
0 commit comments