mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
tmp
This commit is contained in:
parent
bdaff7b781
commit
99fd4b7806
6 changed files with 377 additions and 160 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue