private void PickUpAction(PickUpItem pickUpItem) { _soundEffect.Play(); _success.Play(); ScoreHandler.AddPoint(); pickUpItem.Sprite.Alive = false; }