pub fn despawn_expired_spells(
    commands: Commands<'_, '_>,
    time: Res<'_, Time>,
    query: Query<'_, '_, (Entity, &mut SpellLifetime)>
)
Expand description

Despawns spells when their lifetime expires, and updates their lifetime