mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 00:07:53 +01:00
Add interface collection.
This commit is contained in:
parent
8597070063
commit
273111775c
8 changed files with 91 additions and 14 deletions
|
|
@ -121,6 +121,12 @@ public unsafe partial class ResourceLoader
|
|||
}
|
||||
|
||||
path = path.ToLower();
|
||||
if( category == ResourceCategory.Ui )
|
||||
{
|
||||
var resolved = Penumbra.CollectionManager.Interface.ResolvePath( path );
|
||||
return ( resolved, Penumbra.CollectionManager.Interface.ToResolveData() );
|
||||
}
|
||||
|
||||
if( ResolvePathCustomization != null )
|
||||
{
|
||||
foreach( var resolver in ResolvePathCustomization.GetInvocationList() )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue