mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-21 06:57:44 +01:00
Add Ephemeral Config.
This commit is contained in:
parent
9c8e9f5ead
commit
b4b104f919
15 changed files with 202 additions and 85 deletions
|
|
@ -15,13 +15,13 @@ namespace Glamourer.Gui.Tabs.ActorTab;
|
|||
|
||||
public class ActorSelector
|
||||
{
|
||||
private readonly Configuration _config;
|
||||
private readonly EphemeralConfig _config;
|
||||
private readonly ObjectManager _objects;
|
||||
private readonly ActorService _actors;
|
||||
|
||||
private ActorIdentifier _identifier = ActorIdentifier.Invalid;
|
||||
|
||||
public ActorSelector(ObjectManager objects, ActorService actors, Configuration config)
|
||||
public ActorSelector(ObjectManager objects, ActorService actors, EphemeralConfig config)
|
||||
{
|
||||
_objects = objects;
|
||||
_actors = actors;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue