mirror of
https://github.com/sp-tarkov/installer.git
synced 2025-02-13 09:50:45 -05:00
9 lines
176 B
C#
9 lines
176 B
C#
namespace SPT_AKI_Installer.Aki.Core.Model
|
|
{
|
|
public class DownloadMirror
|
|
{
|
|
public string Link { get; set; }
|
|
public string Hash { get; set; }
|
|
}
|
|
}
|