use std::time::Duration; pub const TICK_RATE: Duration = Duration::from_millis(250);