Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TypePath to the prelude (bevyengine#9963)
# Objective In order to derive `Asset`s (v2), `TypePath` must also be implemented. `TypePath` is not currently in the prelude, but given it is *required* when deriving something that *is* in the prelude, I think it deserves to be added. ## Solution Add `TypePath` to `bevy_reflect::prelude`.
- Loading branch information