9 lines
172 B
C#
9 lines
172 B
C#
|
|
using System.Collections.Generic;
|
||
|
|
|
||
|
|
public class GetItemUI_Scroll : uScrollViewMgr
|
||
|
|
{
|
||
|
|
public void Set(List<ItemSimpleData> lst)
|
||
|
|
{
|
||
|
|
Set_ScrollView(lst);
|
||
|
|
}
|
||
|
|
}
|