Bevy has clarified the difference between a message and an event therefore making the name `ScriptCallbackEvent` missmatch its derive. https://github.com/makspll/bevy_mod_scripting/blob/a0a599104aac54796cd5da0cce02a5a52c06341f/crates/bevy_mod_scripting_core/src/event.rs#L199-L201
Bevy has clarified the difference between a message and an event therefore making the name
ScriptCallbackEventmissmatch its derive.bevy_mod_scripting/crates/bevy_mod_scripting_core/src/event.rs
Lines 199 to 201 in a0a5991