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

9 lines
163 B
C#

namespace SPTInstaller.Models
{
public class DownloadMirror
{
public string Link { get; set; }
public string Hash { get; set; }
}
}