mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(IResource.CanWrite): new property.
(ArchiveFormat.CanCreate): renamed to CanWrite.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace GameRes.Formats.AST
|
||||
public override string Description { get { return "AST script engine resource archive"; } }
|
||||
public override uint Signature { get { return 0x32435241; } } // 'ARC2'
|
||||
public override bool IsHierarchic { get { return true; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public ArcOpener ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user