Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective - Make it possible to snapshot/save states - Useful for re-using parts of the state system for rollback safe states - Or to save states with scenes/savegames ## Solution - Conditionally add the derive if the `bevy_reflect` is enabled --- ## Changelog - `NextState<S>` and `State<S>` now implement `Reflect` as long as `S` does.
- Loading branch information