use godot::prelude::*; #[derive(GodotClass)] #[class(base=Node3D, init)] pub struct StaticMap { #[export] pub lobby_center: Option>, base: Base, }