mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-13 08:50:43 -05:00
15 lines
281 B
C#
15 lines
281 B
C#
/* 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();
|
|
}
|
|
}
|