mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Move Mod.Manager and ModCollection.Manager to outer scope and required changes.
This commit is contained in:
parent
ccdafcf85d
commit
1253079968
59 changed files with 2562 additions and 2615 deletions
|
|
@ -17,9 +17,9 @@ namespace Penumbra.UI.Tabs;
|
|||
|
||||
public class EffectiveTab : ITab
|
||||
{
|
||||
private readonly ModCollection.Manager _collectionManager;
|
||||
private readonly CollectionManager _collectionManager;
|
||||
|
||||
public EffectiveTab(ModCollection.Manager collectionManager)
|
||||
public EffectiveTab(CollectionManager collectionManager)
|
||||
=> _collectionManager = collectionManager;
|
||||
|
||||
public ReadOnlySpan<byte> Label
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue