Function message_update_system
pub fn message_update_system(
world: &mut World,
last_change_tick: Local<'_, Tick>,
)Expand description
A system that calls Messages::update on all registered Messages in the world.
pub fn message_update_system(
world: &mut World,
last_change_tick: Local<'_, Tick>,
)A system that calls Messages::update on all registered Messages in the world.