mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-28 17:59:17 +01:00
configuration rework
This commit is contained in:
parent
f389bed4e1
commit
7c97d1994c
50 changed files with 722 additions and 275 deletions
|
|
@ -22,10 +22,10 @@ public class PairManager : MediatorSubscriberBase, IDisposable
|
|||
private readonly ConcurrentDictionary<GroupData, GroupFullInfoDto> _allGroups = new(GroupDataComparer.Instance);
|
||||
private readonly CachedPlayerFactory _cachedPlayerFactory;
|
||||
private readonly PairFactory _pairFactory;
|
||||
private readonly ConfigurationService _configurationService;
|
||||
private readonly MareConfigService _configurationService;
|
||||
|
||||
public PairManager(CachedPlayerFactory cachedPlayerFactory, PairFactory pairFactory,
|
||||
ConfigurationService configurationService, MareMediator mediator) : base(mediator)
|
||||
MareConfigService configurationService, MareMediator mediator) : base(mediator)
|
||||
{
|
||||
_cachedPlayerFactory = cachedPlayerFactory;
|
||||
_pairFactory = pairFactory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue