Function game_tick_packet

Source
pub fn game_tick_packet(
    query: Query<'_, '_, Entity, (With<LocalEntity>, With<InstanceName>)>,
    commands: Commands<'_, '_>,
)