SeaBattle/rust/cli_player/src/constants.rs

4 lines
86 B
Rust

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