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

9 lines
181 B
C#
Raw Normal View History

2026-01-07 21:27:42 +00:00
using System.Collections.Generic;
public class SpecificityList : uScrollViewMgr
{
public void Set(List<StatusOptionSetTableData> lst)
{
Set_ScrollView(lst);
}
}