use *;
/// A countdown timer that fires after a fixed duration, optionally repeating.
///
/// Timers are updated with the frame delta time; [`Timer::update`] returns
/// the number of times the timer fired during that update (0 or 1 for
/// one-shot timers, possibly more for repeating timers after a long frame).