12 lines
254 B
C#
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());
|
||
|
|
}
|
||
|
|
}
|