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

12 lines
263 B
C#
Raw Normal View History

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());
}
}