ClientStructs-ify some stuff

This commit is contained in:
Exter-N 2024-01-22 01:51:42 +01:00
parent b5a71ed7b3
commit c2e5499aef
7 changed files with 53 additions and 110 deletions

View file

@ -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>();