using System.Collections.Generic; namespace SabreTools.Library.Filtering { public class ExtraIni { /// /// List of extras to apply /// public List Items { get; set; } = new List(); } }