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