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:
@@ -54,7 +54,7 @@ namespace GameRes.Formats.RenPy
|
||||
public override string Description { get { return Strings.arcStrings.RPADescription; } }
|
||||
public override uint Signature { get { return 0x2d415052; } } // "RPA-"
|
||||
public override bool IsHierarchic { get { return true; } }
|
||||
public override bool CanCreate { get { return true; } }
|
||||
public override bool CanWrite { get { return true; } }
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user