Sending the actual function in the next message because discord.
Not urgent but I'd love to hear other people's opinions.
pub fn listen_for_update_affected_entities_after_timer_birth_requests<T: Numeric>(
mut event_reader: EventReader<UpdateAffectedEntitiesAfterTimerBirth>,
mut remove_from_timer_entities_writer: EventWriter<RemoveFromTimerAffectedEntities>,
mut affected_by_timer_query: Query<&mut AffectingTimerCalculators>,
timer_calculators: Query<&GoingEventValueCalculator<T>>,
emitting_timers: Query<&EmittingTimer>,
mut commands: Commands,
) {
}
```