mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(ArcFile.CreateFileSystem): changed return type.
This commit is contained in:
@@ -189,7 +189,7 @@ namespace GameRes
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public IFileSystem CreateFileSystem ()
|
public ArchiveFileSystem CreateFileSystem ()
|
||||||
{
|
{
|
||||||
if (m_interface.IsHierarchic)
|
if (m_interface.IsHierarchic)
|
||||||
return new TreeArchiveFileSystem (this);
|
return new TreeArchiveFileSystem (this);
|
||||||
|
|||||||
Reference in New Issue
Block a user