diff --git a/SPTInstaller/Models/InternalData.cs b/SPTInstaller/Models/InternalData.cs index 3f9f423..e81a2b7 100644 --- a/SPTInstaller/Models/InternalData.cs +++ b/SPTInstaller/Models/InternalData.cs @@ -1,4 +1,5 @@ using System.Collections.Generic; +using SPTInstaller.Models.Mirrors; namespace SPTInstaller.Models; @@ -44,11 +45,6 @@ public class InternalData /// public string PatcherMirrorsLink { get; set; } - /// - /// The release download mirrors for the patcher - /// - public List PatcherReleaseMirrors { get; set; } = null; - /// /// Whether or not a patch is needed to downgrade the client files ///