Function debug_detect_updates_received_on_local_entities
pub fn debug_detect_updates_received_on_local_entities(
query: Query<'_, '_, Entity, (With<LocalEntity>, With<UpdatesReceived>)>,
)Expand description
A system that logs a warning if an entity has both UpdatesReceived
and [LocalEntity].