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§

source

fn construct_map(&self, map_manager: &mut MapManager<'_>)

Take the map manager and use it to either modify or construct a new map.

Implementors§