0
0
mirror of https://github.com/sp-tarkov/installer.git synced 2025-02-13 09:50:45 -05:00
installer/Aki.Core/Model/DownloadMirror.cs

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; }
}
}