Trait jumpy::core::map_constructor::MapConstructor
source · pub trait MapConstructor {
// Required method
fn construct_map(&self, map_manager: &mut MapManager<'_>);
}
Expand description
Trait implemented by map constructors.
Required Methods§
sourcefn construct_map(&self, map_manager: &mut MapManager<'_>)
fn construct_map(&self, map_manager: &mut MapManager<'_>)
Take the map manager and use it to either modify or construct a new map.