mirror of
https://github.com/sp-tarkov/installer.git
synced 2025-02-13 08:50:45 -05:00
9 lines
163 B
C#
9 lines
163 B
C#
namespace SPTInstaller.Models
|
|
{
|
|
public class DownloadMirror
|
|
{
|
|
public string Link { get; set; }
|
|
public string Hash { get; set; }
|
|
}
|
|
}
|