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:
@@ -41,7 +41,7 @@ namespace GameRes.Formats.ShiinaRio
|
||||
public override string Description { get { return "ShiinaRio engine multi-image"; } }
|
||||
public override uint Signature { get { return 0x00353253; } } // 'S25'
|
||||
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)
|
||||
{
|
||||
|
||||
@@ -70,7 +70,7 @@ namespace GameRes.Formats.ShiinaRio // 椎名里緒
|
||||
public override string Description { get { return "ShiinaRio engine resource archive"; } }
|
||||
public override uint Signature { get { return 0x43524157; } } // 'WARC'
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public override ResourceScheme Scheme
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user