mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 08:17:59 +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
|
|
@ -16,10 +16,10 @@ namespace Penumbra.UI.Tabs;
|
|||
|
||||
public class ChangedItemsTab : ITab
|
||||
{
|
||||
private readonly ModCollection.Manager _collectionManager;
|
||||
private readonly CollectionManager _collectionManager;
|
||||
private readonly PenumbraApi _api;
|
||||
|
||||
public ChangedItemsTab(ModCollection.Manager collectionManager, PenumbraApi api)
|
||||
public ChangedItemsTab(CollectionManager collectionManager, PenumbraApi api)
|
||||
{
|
||||
_collectionManager = collectionManager;
|
||||
_api = api;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue