private void DeathAction(float time)
 {
     PlayerPhysics.DeathExplosion();
     SoundManager.GameOverSoundPlay();
     Invoke("MakeDead", time);
 }