Function get_inventory_levels

Source
pub fn get_inventory_levels(config: &GameConfig) -> &[InventoryLevel] 
Expand description

Native port of content::get_inventory_levels(): the configured inventory levels (from_chapter_level, item_types). Borrowed from config rather than cloned; callers sort/filter a local view.