feat: Derive Debug for ItemStack
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user