Ejemplo n.º 1
0
 public void ResetRound()
 {
     placeholdersList = new List <PlaceholderBehaviour>();
     answersList      = new List <Answer>();
     questionsList    = new List <IQuestion>();
     dragManager.ResetRound();
     AnswerSet.ResetTotalCount();
 }