basic bot
This commit is contained in:
14
protossbot/src/game_state.rs
Normal file
14
protossbot/src/game_state.rs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
pub struct GameState {
|
||||
|
||||
}
|
||||
|
||||
|
||||
impl Default for GameState {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user