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 675ae80 commit b83e9dbCopy full SHA for b83e9db
crates/bevy_api_gen/templates/header.tera
@@ -17,8 +17,6 @@ use bevy_mod_scripting_core::{
17
function::from::{Ref, Mut, Val}
18
}
19
};
20
-use bevy_mod_scripting_functions::RegisterScriptFunction;
21
-
22
{% if args.self_is_bms_lua %}
23
use crate::*;
24
{% else %}
0 commit comments