strafe-client-jed/src/demo.rs

13 lines
153 B
Rust
Raw Normal View History

2024-01-16 03:09:34 +00:00
pub enum Error{
}
/*
BLOCK_DEMO_HEADER:
//timeline of loading maps, bots
*/
pub struct Demo{
map:Box<crate::map::Map>,
bots:Vec<crate::bot::Bot>,
}