mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
ClientStructs-ify some stuff
This commit is contained in:
parent
b5a71ed7b3
commit
c2e5499aef
7 changed files with 53 additions and 110 deletions
|
|
@ -76,7 +76,6 @@ public class Penumbra : IDalamudPlugin
|
|||
_communicatorService = _services.GetService<CommunicatorService>();
|
||||
_services.GetService<ResourceService>(); // Initialize because not required anywhere else.
|
||||
_services.GetService<ModCacheManager>(); // Initialize because not required anywhere else.
|
||||
_services.GetService<ModelResourceHandleUtility>(); // Initialize because not required anywhere else.
|
||||
_collectionManager.Caches.CreateNecessaryCaches();
|
||||
_services.GetService<PathResolver>();
|
||||
_services.GetService<SkinFixer>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue