MetaforceInstaller/MetaforceInstaller.Core/Models/AppData.cs

6 lines
No EOL
141 B
C#

namespace MetaforceInstaller.Core.Models;
public class AppData
{
public List<InstallationData> Installations { get; set; } = new();
}