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