mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Add display for subfile resources and clean up better.
This commit is contained in:
parent
87b6fe6aa6
commit
e534ce37d5
8 changed files with 95 additions and 19 deletions
|
|
@ -169,4 +169,13 @@ public partial class PathResolver : IDisposable
|
|||
|
||||
internal IEnumerable< KeyValuePair< int, global::Dalamud.Game.ClientState.Objects.Types.GameObject > > CutsceneActors
|
||||
=> Cutscenes.Actors;
|
||||
|
||||
internal IEnumerable< KeyValuePair< IntPtr, ResolveData > > ResourceCollections
|
||||
=> _subFiles;
|
||||
|
||||
internal ResolveData CurrentMtrlData
|
||||
=> _subFiles.MtrlData;
|
||||
|
||||
internal ResolveData CurrentAvfxData
|
||||
=> _subFiles.AvfxData;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue