mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-12 16:49:14 +08:00
(IResource.CanWrite): new property.
(ArchiveFormat.CanCreate): renamed to CanWrite.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace GameRes.Formats.KScript
|
||||
public override string Description { get { return "KScript engine resource archive"; } }
|
||||
public override uint Signature { get { return 0x50524353; } } // 'SCRPACK1'
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user