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:
@@ -38,7 +38,7 @@ namespace GameRes.Formats.BGI
|
||||
public override string Description { get { return "BGI/Ethornell engine resource archive"; } }
|
||||
public override uint Signature { get { return 0x6b636150; } } // "Pack"
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public ArcOpener ()
|
||||
{
|
||||
@@ -103,7 +103,7 @@ namespace GameRes.Formats.BGI
|
||||
public override string Description { get { return "BGI/Ethornell engine resource archive v2"; } }
|
||||
public override uint Signature { get { return 0x49525542; } } // "BURI"
|
||||
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