Files
broodwarBot/protossbot/src/game_state.rs
2026-01-21 20:37:17 -07:00

14 lines
107 B
Rust

pub struct GameState {
}
impl Default for GameState {
fn default() -> Self {
Self {
}
}
}