mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-20 14:57:50 +01:00
Add ExportManager.
This commit is contained in:
parent
2b7292adb8
commit
a8000fbf14
11 changed files with 141 additions and 89 deletions
|
|
@ -47,11 +47,11 @@ public readonly struct ModSaveGroup : ISavable
|
|||
public ModSaveGroup(Mod mod, int groupIdx)
|
||||
{
|
||||
_basePath = mod.ModPath;
|
||||
_groupIdx = groupIdx;
|
||||
if (_groupIdx < 0)
|
||||
_defaultMod = mod.Default;
|
||||
else
|
||||
_group = mod.Groups[groupIdx];
|
||||
_groupIdx = groupIdx;
|
||||
_group = mod.Groups[_groupIdx];
|
||||
}
|
||||
|
||||
public ModSaveGroup(DirectoryInfo basePath, IModGroup group, int groupIdx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue