Merge pull request #13 from Penumbra-Sync/api6

minion/pet/companion/mount rework
This commit is contained in:
rootdarkarchon 2022-07-24 14:37:27 +02:00 committed by GitHub
commit af7dd239aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 508 additions and 243 deletions

View file

@ -61,7 +61,7 @@ namespace MareSynchronos
_dalamudUtil = new DalamudUtil(clientState, objectTable, framework);
_apiController = new ApiController(_configuration, _dalamudUtil);
_ipcManager = new IpcManager(PluginInterface);
_ipcManager = new IpcManager(PluginInterface, _dalamudUtil);
_fileCacheManager = new FileCacheManager(_ipcManager, _configuration);
_fileDialogManager = new FileDialogManager();