9 lines
163 B
C#

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