pub fn signal_message_update_system(signal: Option<ResMut<'_, MessageRegistry>>)
Expand description
Signals the message_update_system
to run after FixedUpdate
systems.
This will change the behavior of the MessageRegistry
to only run after a fixed update cycle has passed.
Normally, this will simply run every frame.