collect_equipment_changes

Function collect_equipment_changes 

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