Add version check system
This commit is contained in:
6
rust/sea_battle_cli_player/src/consts.rs
Normal file
6
rust/sea_battle_cli_player/src/consts.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use std::time::Duration;
|
||||
use tui::style::Color;
|
||||
|
||||
pub const TICK_RATE: Duration = Duration::from_millis(250);
|
||||
|
||||
pub const HIGHLIGHT_COLOR: Color = Color::Green;
|
Reference in New Issue
Block a user