mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 00:07:53 +01:00
Add start of mod merger.
This commit is contained in:
parent
8e5ed60c79
commit
d403f44256
12 changed files with 538 additions and 20 deletions
|
|
@ -37,13 +37,14 @@ public sealed class ModPathChanged : EventWrapper<Action<ModPathChangeType, Mod,
|
|||
/// <seealso cref="Mods.Manager.ModManager.OnModPathChange"/>
|
||||
ModManager = 0,
|
||||
|
||||
/// <seealso cref="Mods.Editor.ModMerger.OnModPathChange"/>
|
||||
ModMerger = 0,
|
||||
|
||||
/// <seealso cref="Collections.Manager.CollectionStorage.OnModPathChange"/>
|
||||
CollectionStorage = 10,
|
||||
|
||||
/// <seealso cref="Collections.Cache.CollectionCacheManager.OnModChangeRemoval"/>
|
||||
CollectionCacheManagerRemoval = 100,
|
||||
|
||||
|
||||
}
|
||||
public ModPathChanged()
|
||||
: base(nameof(ModPathChanged))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue