mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-01 05:13:43 +01:00
Remove ISubMod.
This commit is contained in:
parent
8fc7de64d9
commit
9f4c6767f8
23 changed files with 123 additions and 184 deletions
|
|
@ -152,7 +152,7 @@ public partial class TexToolsImporter
|
|||
}
|
||||
|
||||
// Iterate through all pages
|
||||
var options = new List<ISubMod>();
|
||||
var options = new List<SubMod>();
|
||||
var groupPriority = ModPriority.Default;
|
||||
var groupNames = new HashSet<string>();
|
||||
foreach (var page in modList.ModPackPages)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue