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

7 lines
202 B
C#
Raw Normal View History

2025-09-03 22:50:07 +00:00
public class PreviewUIPopup_AiCards : uScrollViewMgr
{
private void OnEnable()
{
Set_ScrollView(GamePanel.Instance.Get_AIHandCards().FindAll(f=>f < CodeJay.Enum.ECardType.Back));
}
}