private void Update()
 {
     if (_gameStarted)
     {
         animator.StartDisappearingAnimation();
     }
 }