11using System ;
2- using Dalamud . Game . ClientState ;
3- using Dalamud . Game . Gui ;
2+ using Dalamud . Plugin . Services ;
43using FFXIVClientStructs . FFXIV . Client . Graphics . Scene ;
54using Penumbra . Collections ;
65using Penumbra . Collections . Manager ;
@@ -21,8 +20,8 @@ public unsafe class CollectionResolver
2120 private readonly IdentifiedCollectionCache _cache ;
2221 private readonly HumanModelList _humanModels ;
2322
24- private readonly ClientState _clientState ;
25- private readonly GameGui _gameGui ;
23+ private readonly IClientState _clientState ;
24+ private readonly IGameGui _gameGui ;
2625 private readonly ActorService _actors ;
2726 private readonly CutsceneService _cutscenes ;
2827
@@ -31,7 +30,7 @@ public unsafe class CollectionResolver
3130 private readonly TempCollectionManager _tempCollections ;
3231 private readonly DrawObjectState _drawObjectState ;
3332
34- public CollectionResolver ( PerformanceTracker performance , IdentifiedCollectionCache cache , ClientState clientState , GameGui gameGui ,
33+ public CollectionResolver ( PerformanceTracker performance , IdentifiedCollectionCache cache , IClientState clientState , IGameGui gameGui ,
3534 ActorService actors , CutsceneService cutscenes , Configuration config , CollectionManager collectionManager ,
3635 TempCollectionManager tempCollections , DrawObjectState drawObjectState , HumanModelList humanModels )
3736 {
0 commit comments