mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Move all animation and game event hooks to own classes.
This commit is contained in:
parent
81cdcad72e
commit
da019e729d
62 changed files with 1402 additions and 1143 deletions
|
|
@ -80,6 +80,10 @@ public class Penumbra : IDalamudPlugin
|
|||
_services.GetService<SkinFixer>();
|
||||
|
||||
_services.GetService<DalamudSubstitutionProvider>(); // Initialize before Interface.
|
||||
|
||||
foreach (var service in _services.GetServicesImplementing<IAwaitedService>())
|
||||
service.Awaiter.Wait();
|
||||
|
||||
SetupInterface();
|
||||
SetupApi();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue