mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
(ArchiveFormat): added CanCreate virtual property.
This commit is contained in:
@@ -103,6 +103,8 @@ namespace GameRes
|
||||
{
|
||||
public override string Type { get { return "archive"; } }
|
||||
|
||||
public virtual bool CanCreate { get { return false; } }
|
||||
|
||||
public abstract bool IsHierarchic { get; }
|
||||
|
||||
public abstract ArcFile TryOpen (ArcView view);
|
||||
|
||||
Reference in New Issue
Block a user