private void OnTriggerEnter(Collider other) { var changeData = _pickuper.TryPickup(other); _inventory.ProcessPickupData(changeData); }