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