···6666```
67676868### Timers
6969-7070-### Examples
6969+Two timers are added by the crate:
7070+1. `Lifetime` - Despawns the effect when the timer ends.
7171+2. `Delay` - A repeating timer used for the delay between effect applications.
71727273### Bevy Version Compatibility
7374
+1-1
src/timer.rs
···118118 }
119119}
120120121121-/// Repeating timer used for the delay between effect applications.
121121+/// A repeating timer used for the delay between effect applications.
122122#[derive(Component, Reflect, Eq, PartialEq, Debug, Clone)]
123123#[reflect(Component, PartialEq, Debug, Clone)]
124124pub struct Delay {