bevy/crates/bevy_time
Hennadii Chernyshchyk 75403289b2 Add FromReflect for Timer (#6422)
# Objective

- Time have `Reflect`, but doesn't have `FromReflect`.

## Solution

- Add it for `Timer`, `Stopwatch` and `TimerMode`.

---

## Changelog

### Added

* `FromReflect` derive for `Timer`, `Stopwatch` and `TimerMode`.
2022-10-30 16:02:31 +00:00
..
src Add FromReflect for Timer (#6422) 2022-10-30 16:02:31 +00:00
Cargo.toml Add default implementation of Serialize and Deserialize to Timer and Stopwatch (#6248) 2022-10-17 14:38:57 +00:00