11 lines
242 B
C#
11 lines
242 B
C#
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
public class PCAwakenCard_Stat : uScrollViewMgr
|
||
|
|
{
|
||
|
|
public void Set(eStat stat)
|
||
|
|
{
|
||
|
|
Set_ScrollView(table_awakenconfig.Ins.Get_DataList(stat));
|
||
|
|
}
|
||
|
|
}
|