This commit is contained in:
Ottermandias 2023-03-11 21:12:01 +01:00
parent bdaff7b781
commit 99fd4b7806
6 changed files with 377 additions and 160 deletions

View file

@ -88,10 +88,10 @@ public class TempModManager : IDisposable
_communicator.TemporaryGlobalModChange.Invoke(mod, created, removed);
}
}
/// <summary>
/// Apply a mod change to a set of collections.
/// </summary>
/// <summary>
/// Apply a mod change to a set of collections.
/// </summary>
public static void OnGlobalModChange(IEnumerable<ModCollection> collections, Mod.TemporaryMod mod, bool created, bool removed)
{
if (removed)