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