Expand description
Implements the Bevy Simple Subsecond System derives.
Attribute Macros§
- hot
- Annotate your systems with
#[hot]to enable hotpatching for them.
Derive Macros§
- HotPatch
Migrate - Derive
HotPatchMigrateand reflect it for your struct to be migrated when a hot patch happens. You will also need to implement/derive and reflectComponentandDefault.