using System.Collections.Generic; namespace BingoBrain { public class CardBoardData { public int index; public List cardNumList = new(); public List selectList = new(); } }