1 2 3 4 5 6 7 8
use ecs_macros::Sole; #[derive(Debug, Default, Sole)] #[non_exhaustive] pub struct Stats { pub current_tick: u64, }