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