using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public class AgeData { public string age { get; set; } public List events { get; set; } } [System.Serializable] public class ageListData { public List age { get; set; } }