11 lines
236 B
C#
11 lines
236 B
C#
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
public class HelpUI_MemoryWitch : ScrollViewMgr
|
||
|
|
{
|
||
|
|
public override void Set()
|
||
|
|
{
|
||
|
|
Set_ScrollView(table_memorywitch.Ins.Get_DataList());
|
||
|
|
}
|
||
|
|
}
|