using System; using System.Collections.Generic; namespace stupid.solutions; [Serializable] public class TemplateData { public string PresetName { get; set; } public Dictionary ItemTemplate { get; set; } }