Function collect_equipment_changes
pub fn collect_equipment_changes(
commands: Commands<'_, '_>,
query: Query<'_, '_, (Entity, &Inventory, Option<&LastEquipmentItems>), With<Attributes>>,
)pub fn collect_equipment_changes(
commands: Commands<'_, '_>,
query: Query<'_, '_, (Entity, &Inventory, Option<&LastEquipmentItems>), With<Attributes>>,
)