use crate::world::World; pub struct GameState { pub world: World, }