use bevy::prelude::*; #[derive(Component)] pub struct PrefabId(pub Entity);