0
0
mirror of https://github.com/sp-tarkov/installer.git synced 2025-02-13 09:50:45 -05:00
installer/SPTInstaller/Models/InstallerInfo.cs

7 lines
153 B
C#
Raw Normal View History

2024-05-01 10:32:22 -04:00
namespace SPTInstaller.Models;
public class InstallerInfo
{
public string LatestVersion { get; set; }
public string ChangeLog { get; set; }
}