Ejemplo n.º 1
0
 public void SetQuestion(TestCreateQuestionEntry question)
 {
     m_question = question;
 }
Ejemplo n.º 2
0
 internal void OnRemoveQuestion(TestCreateQuestionEntry testCreateQuestionEntry)
 {
     m_questions.Remove(testCreateQuestionEntry);
     Destroy(testCreateQuestionEntry.gameObject);
 }