strafe-client/src/demo.rs
2024-01-15 19:09:34 -08:00

13 lines
153 B
Rust

pub enum Error{
}
/*
BLOCK_DEMO_HEADER:
//timeline of loading maps, bots
*/
pub struct Demo{
map:Box<crate::map::Map>,
bots:Vec<crate::bot::Bot>,
}