OneShotOneKill/Assets/Script/UGUI/Ingame/SpecificityList.cs

9 lines
181 B
C#

using System.Collections.Generic;
public class SpecificityList : uScrollViewMgr
{
public void Set(List<StatusOptionSetTableData> lst)
{
Set_ScrollView(lst);
}
}