Exemplo n.º 1
0
 public void RoundStart()
 {
     dialogueControl.gameObject.SetActive(true);
     dialogueControl.ShowText(Pick());
     countdown.StartCountdown();
     sequenceControl.CreateSequence();
 }
Exemplo n.º 2
0
 void UpdateGUI(Question question)
 {
     questionDialog.ShowText(question.question);
     answersGroup.UpdateAnswers(question.answers);
 }