mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Remove static ActorService.
This commit is contained in:
parent
be3c1c85aa
commit
2c55701cbf
4 changed files with 17 additions and 12 deletions
|
|
@ -39,7 +39,6 @@ public class Penumbra : IDalamudPlugin
|
|||
|
||||
public static CharacterUtility CharacterUtility { get; private set; } = null!;
|
||||
public static CollectionManager CollectionManager { get; private set; } = null!;
|
||||
public static ActorManager Actors { get; private set; } = null!;
|
||||
|
||||
public readonly RedrawService RedrawService;
|
||||
public readonly ModFileSystem ModFileSystem;
|
||||
|
|
@ -68,7 +67,6 @@ public class Penumbra : IDalamudPlugin
|
|||
_tmp.Services.GetRequiredService<BackupService>();
|
||||
_config = _tmp.Services.GetRequiredService<Configuration>();
|
||||
CharacterUtility = _tmp.Services.GetRequiredService<CharacterUtility>();
|
||||
Actors = _tmp.Services.GetRequiredService<ActorService>().AwaitedService;
|
||||
_tempMods = _tmp.Services.GetRequiredService<TempModManager>();
|
||||
_residentResources = _tmp.Services.GetRequiredService<ResidentResourceManager>();
|
||||
_tmp.Services.GetRequiredService<ResourceManagerService>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue