Skip to content

Inventory API

Creating Inventories

rs
let inventory = Inventory::new(InventoryType::Generic9x6);
let inventory = Inventory::with_title(InventoryType::Generic9x6, "Custom Inventory");