/// The shared values that the game state needs, mostly contained in /// the specs ECS world pub struct MyGame { pub world: specs::World, }