mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
minion/pet/companion/mount rework
This commit is contained in:
parent
75885473ad
commit
9d9aac6bb3
14 changed files with 403 additions and 152 deletions
|
|
@ -57,7 +57,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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue