use crate::prelude::Component; #[derive(Component)] pub struct MainCamera; #[derive(Component)] pub struct FuelText; #[derive(Component)] pub struct PowerText; #[derive(Component)] pub struct Me;