RandomGFGoStop/Assets/Scripts/UI/Popup/PreviewUI/PreviewUIPopup_AiCards.cs

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));
}
}