public class TM_Skills : uScrollViewMgr { private void Start() { Set_UI(); } public override void Set_UI() { Set_ScrollView(table_skilllist.Ins.Get_TestSkillList(MyValue.MyPC.Get_ID())); list_CardBase.ForEach(f => f.Set_CardType(eUICardType.SkillTest)); } }