1use bevy::prelude::Component; 2 3#[derive(Component)] 4pub struct Pause; 5 6#[derive(Component)] 7pub struct ResumeButton;