use crate::reflection::Reflection; use crate::ecs::Component; #[derive(Debug, Clone, Component, Reflection)] pub struct Scene; #[derive(Debug, Clone, Copy, Component, Reflection)] pub struct Active;