mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
bfbcd47725
# Objective Fixes #6244 ## Solution Uses derive to implement `Serialize` and `Deserialize` for `Timer` and `Stopwatch` ### Things to consider - Should fields such as `finished` and `times_finished_this_tick` in `Timer` be serialized? - Does `Countdown` and `PrintOnCompletionTimer` need to be serialized and deserialized? ## Changelog Added `Serialize` and `Deserialize` implementations to `Timer` and `Stopwatch`, `Countdown`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |