mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-31 21:03:48 +01:00
Make IMC handling even better.
This commit is contained in:
parent
65627b5002
commit
4743acf767
15 changed files with 437 additions and 459 deletions
|
|
@ -27,6 +27,7 @@ public unsafe class MetaFileManager
|
|||
internal readonly ValidityChecker ValidityChecker;
|
||||
internal readonly ObjectIdentification Identifier;
|
||||
internal readonly FileCompactor Compactor;
|
||||
internal readonly ImcChecker ImcChecker;
|
||||
|
||||
public MetaFileManager(CharacterUtility characterUtility, ResidentResourceManager residentResources, IDataManager gameData,
|
||||
ActiveCollectionData activeCollections, Configuration config, ValidityChecker validityChecker, ObjectIdentification identifier,
|
||||
|
|
@ -40,6 +41,7 @@ public unsafe class MetaFileManager
|
|||
ValidityChecker = validityChecker;
|
||||
Identifier = identifier;
|
||||
Compactor = compactor;
|
||||
ImcChecker = new ImcChecker(this);
|
||||
interop.InitializeFromAttributes(this);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue