1 2 3 4 5 6
use crate::{event::Event, proc_macros::Event}; #[derive(Event)] pub enum SystemEvent { Quit, }