feat: Derive Debug for ItemStack

This commit is contained in:
demenik
2025-12-09 18:01:00 +01:00
parent 9437a5400a
commit 9483c0e3b4

View File

@@ -102,7 +102,7 @@ impl ItemType {
} }
} }
#[derive(Component, Serialize, Deserialize, Clone)] #[derive(Component, Serialize, Deserialize, Clone, Debug)]
pub struct ItemStack { pub struct ItemStack {
pub item_type: ItemType, pub item_type: ItemType,
pub amount: u32, pub amount: u32,