#[derive(Reflect)]
{
// Attributes available to this derive:
#[reflect]
}
Expand description
No-op fallback derive used when Copper reflect is disabled.
This intentionally emits no code while accepting #[reflect(...)] helper attributes,
so existing derives compile without pulling bevy_reflect.