using System.Collections.Generic; using UnityEngine; public class ScrollRefreshData : MonoBehaviour { public List list = new List(); }