/* WipeProfileModel.cs * License: NCSA Open Source License * * Copyright: Merijn Hendriks * AUTHORS: * Merijn Hendriks */ namespace Aki.Launcher.Models.Launcher { public class WipeProfileModel { public EditionCollection EditionsCollection { get; set; } = new EditionCollection(); } }