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());
}