using System.Collections.Generic; namespace Wizard; public class PlayedTogetherInfo : HeaderData { public List HistoryList = new List(); }