mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +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 override string Type { get { return "archive"; } }
|
||||||
|
|
||||||
|
public virtual bool CanCreate { get { return false; } }
|
||||||
|
|
||||||
public abstract bool IsHierarchic { get; }
|
public abstract bool IsHierarchic { get; }
|
||||||
|
|
||||||
public abstract ArcFile TryOpen (ArcView view);
|
public abstract ArcFile TryOpen (ArcView view);
|
||||||
|
|||||||
Reference in New Issue
Block a user