mirror of
https://github.com/sp-tarkov/installer.git
synced 2025-02-13 09:50:45 -05:00
7 lines
153 B
C#
7 lines
153 B
C#
namespace SPTInstaller.Models;
|
|
|
|
public class InstallerInfo
|
|
{
|
|
public string LatestVersion { get; set; }
|
|
public string ChangeLog { get; set; }
|
|
} |