using System.Collections; using System.Collections.Generic; using UnityEngine; public class PCAwakenUI_Set : uScrollViewMgr { List list = new List { eStat.STR, eStat.DEX, eStat.INT, eStat.LUK }; public override void Set() { Set_ScrollView(list); } }