11 lines
237 B
C#
11 lines
237 B
C#
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
public class Mission_Repeat : ScrollViewMgr
|
||
|
|
{
|
||
|
|
private void OnEnable()
|
||
|
|
{
|
||
|
|
Set_ScrollView(table_repeatmission.Ins.Get_DataList(), true);
|
||
|
|
}
|
||
|
|
}
|