Project_WL/Assets/Script/UI/ETC/HelpUI_MemoryPetBattle.cs

11 lines
244 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class HelpUI_MemoryPetBattle : ScrollViewMgr
{
public override void Set()
{
Set_ScrollView(table_memorypetbattle.Ins.Get_DataList());
}
}