Project_WL/Assets/Script/UI/Map/MapChoiceUI_WorldMap.cs

11 lines
240 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MapChoiceUI_WorldMap : uScrollViewMgr
{
private void OnEnable()
{
Set_ScrollView(table_battlemapconfig.Ins.Get_DataList());
}
}