mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Current state.
This commit is contained in:
parent
67305d507a
commit
98a89bb2b4
28 changed files with 606 additions and 265 deletions
|
|
@ -74,6 +74,9 @@ public class ModMetaEditor(
|
|||
dict.ClearForDefault();
|
||||
|
||||
var count = 0;
|
||||
foreach (var value in clone.GlobalEqp)
|
||||
dict.TryAdd(value);
|
||||
|
||||
foreach (var (key, value) in clone.Imc)
|
||||
{
|
||||
var defaultEntry = ImcChecker.GetDefaultEntry(key, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue