From 97850d8c1ee3522ccce30ef31ed91601da8c0730 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 11 Feb 2020 01:40:44 +0100 Subject: inventory is now shown --- src/components.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components.rs') diff --git a/src/components.rs b/src/components.rs index 5e1c979..45c8340 100644 --- a/src/components.rs +++ b/src/components.rs @@ -78,6 +78,7 @@ impl Component for Inventory { #[derive(Component, Debug, Clone)] pub struct Item { - pub ent: Template + pub ent: Template, + pub name: String } -- cgit