private void OnStopGame(RunData result) { PlayPanel.gameObject.SetActive(false); DeathPanel.ShowLastScore(result); DeathPanel.ShowHightScores(); DeathPanel.gameObject.SetActive(true); }