using System.Collections.Generic; namespace Wizard; public class ReplayInfo : HeaderData { public List Items; }