Setup the CollectionsManager and introduced first version of character based collection loading and automatic redrawing of characters.

This commit is contained in:
Ottermandias 2021-06-26 15:23:11 +02:00
parent b0d14751cd
commit 3c9c892a83
15 changed files with 704 additions and 299 deletions

View file

@ -59,7 +59,7 @@ namespace Penumbra.UI
if( ImGui.BeginTable( "##effective_changes", 3, flags, AutoFillSize ) )
{
var currentCollection = _modManager.CurrentCollection.Cache!;
var currentCollection = _modManager.Collections.CurrentCollection.Cache!;
foreach( var file in currentCollection.ResolvedFiles )
{
DrawFileLine( file.Value, file.Key );