mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(ArchiveFormat): added CanCreate virtual property.
This commit is contained in:
parent
c0fa230abb
commit
4cf46ed91c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user