Beispiel #1
0
 void QuizOff()
 {
     textLogic.textOff();
     timerCur = -1;
     timerMax = 0;
     waveLogic.WaveEnd();
     overLogic.textofScore(score);
     Save.instance.SaveScore((int)timeValue, score);
     startLogic.ScoreTextView();
     overLogic.Gameend(textLogic.quizText.text, answer == 0 ? textLogic.leftText.text : textLogic.rightText.text);
 }