2024-12-15 01:39:39 +00:00
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
|
|
public class Mission_Repeat : ScrollViewMgr
|
|
|
|
|
{
|
|
|
|
|
private void OnEnable()
|
|
|
|
|
{
|
2025-03-17 00:08:46 +00:00
|
|
|
Set_ScrollView(table_missionlist.Ins.Get_DataList(), true);
|
2024-12-15 01:39:39 +00:00
|
|
|
}
|
|
|
|
|
}
|