#[derive(Debug)] pub struct Overworld; impl Default for Overworld { fn default() -> Self { Self } }