using System.Collections.Generic; using TMPro; public class DeckUI_My4Spec : uScrollViewMgr { public TextMeshProUGUI t_amount; public void Set(List lst) { Set_ScrollView(lst); t_amount.text = table_localtext.Ins.Get_Text(123, lst.Count); } }