add storage functionality and appdata model
This commit is contained in:
parent
b4ce64456e
commit
c29658e7e4
3 changed files with 51 additions and 0 deletions
6
MetaforceInstaller.Core/Models/AppData.cs
Normal file
6
MetaforceInstaller.Core/Models/AppData.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace MetaforceInstaller.Core.Models;
|
||||
|
||||
public class AppData
|
||||
{
|
||||
public List<InstallationData> Installations { get; set; } = new();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue