using System; [Serializable] public class Quest { public int id; public int amountOfDone; public bool isComplete; }