mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Add date sort methods.
This commit is contained in:
parent
c975336e65
commit
ec91755065
9 changed files with 185 additions and 22 deletions
|
|
@ -76,6 +76,13 @@ public partial class PathResolver : IDisposable
|
|||
|
||||
private bool HandleAnimationFile( ResourceType type, Utf8GamePath _, [NotNullWhen(true)] out ModCollection? collection )
|
||||
{
|
||||
if( type == ResourceType.Atex )
|
||||
if (_animationLoadCollection == null)
|
||||
PluginLog.Information( $"ATEX {_} Default" );
|
||||
else
|
||||
{
|
||||
PluginLog.Information( $"ATEX {_} {_animationLoadCollection?.Name}" );
|
||||
}
|
||||
if( _animationLoadCollection != null )
|
||||
{
|
||||
switch( type )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue