2025-01-21 03:29:33 +00:00
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
|
|
public class MapChoiceUI_WorldMap : uScrollViewMgr
|
|
|
|
|
{
|
2025-01-21 06:04:39 +00:00
|
|
|
private void OnEnable()
|
2025-01-21 03:29:33 +00:00
|
|
|
{
|
|
|
|
|
Set_ScrollView(table_battlemapconfig.Ins.Get_DataList());
|
|
|
|
|
}
|
|
|
|
|
}
|