using System.Collections; using System.Collections.Generic; using UnityEngine; public class AnswerTip { public AnswerTip(int passIndex) { PassIndex = passIndex; } public int PassIndex; public int QuestionIndex; public string answer; }