mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-31 21:03:48 +01:00
Update for API 9
This commit is contained in:
parent
50f6de7809
commit
21d503a8cd
61 changed files with 210 additions and 192 deletions
|
|
@ -29,7 +29,7 @@ public unsafe class MetaFileManager
|
|||
|
||||
public MetaFileManager(CharacterUtility characterUtility, ResidentResourceManager residentResources, IDataManager gameData,
|
||||
ActiveCollectionData activeCollections, Configuration config, ValidityChecker validityChecker, IdentifierService identifier,
|
||||
FileCompactor compactor)
|
||||
FileCompactor compactor, IGameInteropProvider interop)
|
||||
{
|
||||
CharacterUtility = characterUtility;
|
||||
ResidentResources = residentResources;
|
||||
|
|
@ -39,7 +39,7 @@ public unsafe class MetaFileManager
|
|||
ValidityChecker = validityChecker;
|
||||
Identifier = identifier;
|
||||
Compactor = compactor;
|
||||
SignatureHelper.Initialise(this);
|
||||
interop.InitializeFromAttributes(this);
|
||||
}
|
||||
|
||||
public void WriteAllTexToolsMeta(Mod mod)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue