7 lines
202 B
C#
7 lines
202 B
C#
|
|
public class PreviewUIPopup_AiCards : uScrollViewMgr
|
||
|
|
{
|
||
|
|
private void OnEnable()
|
||
|
|
{
|
||
|
|
Set_ScrollView(GamePanel.Instance.Get_AIHandCards().FindAll(f=>f < CodeJay.Enum.ECardType.Back));
|
||
|
|
}
|
||
|
|
}
|