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