OneShotOneKill/Assets/Script/UGUI/Common/GetItem/GetItemUI_Scroll.cs

9 lines
172 B
C#
Raw Permalink Normal View History

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