mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Make Merge Prettier
This commit is contained in:
parent
c86d2eded5
commit
cbda4614a9
3 changed files with 215 additions and 76 deletions
|
|
@ -31,7 +31,6 @@ public class ModMerger : IDisposable
|
|||
public string OptionGroupName = "Merges";
|
||||
public string OptionName = string.Empty;
|
||||
|
||||
|
||||
private readonly Dictionary<string, string> _fileToFile = new();
|
||||
private readonly HashSet<string> _createdDirectories = new();
|
||||
private readonly HashSet<int> _createdGroups = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue