Add Penumbra Mod Pack file ending and migration.

This commit is contained in:
Ottermandias 2022-09-08 15:49:02 +02:00
parent 5eda2d3a23
commit 7b7f241923
8 changed files with 62 additions and 10 deletions

View file

@ -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.