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

12 lines
254 B
C#

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