RandomGFGoStop/Assets/Scripts/UI/ResultxList.cs

9 lines
168 B
C#
Raw Normal View History

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