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