mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 15:27:51 +01:00
Add Penumbra Mod Pack file ending and migration.
This commit is contained in:
parent
5eda2d3a23
commit
7b7f241923
8 changed files with 62 additions and 10 deletions
|
|
@ -9,6 +9,9 @@ public sealed partial class Mod
|
|||
{
|
||||
public sealed partial class Manager : IReadOnlyList< Mod >
|
||||
{
|
||||
// Set when reading Config and migrating from v4 to v5.
|
||||
public static bool MigrateModBackups = false;
|
||||
|
||||
// An easily accessible set of new mods.
|
||||
// Mods are added when they are created or imported.
|
||||
// Mods are removed when they are deleted or when they are toggled in any collection.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue