mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Added object identification for equipment, weapons, action/animations and character customizations. Added mod filtering for changed items and authors. A bunch of bugfixes.
This commit is contained in:
parent
61be374b67
commit
2ff98f2338
21 changed files with 563 additions and 160 deletions
|
|
@ -73,7 +73,7 @@ namespace Penumbra.Meta
|
|||
}
|
||||
}
|
||||
|
||||
private void Reset( bool reload )
|
||||
public void Reset( bool reload = true )
|
||||
{
|
||||
foreach( var file in _currentFiles )
|
||||
{
|
||||
|
|
@ -90,9 +90,6 @@ namespace Penumbra.Meta
|
|||
}
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
=> Reset( true );
|
||||
|
||||
public void Dispose()
|
||||
=> Reset();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue