12 lines
252 B
C#
12 lines
252 B
C#
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
public class PCJobDetailUI : uScrollViewMgr
|
||
|
|
{
|
||
|
|
public override void Set()
|
||
|
|
{
|
||
|
|
base.Set();
|
||
|
|
Set_ScrollView(table_classconfig.Ins.Get_DataList());
|
||
|
|
}
|
||
|
|
}
|