mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-08 14:49:14 +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)
|
||||
return new TreeArchiveFileSystem (this);
|
||||
|
||||
Reference in New Issue
Block a user