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:
@@ -46,7 +46,7 @@ namespace GameRes.Formats.CaramelBox
|
||||
public override string Description { get { return "Caramel BOX resource archive"; } }
|
||||
public override uint Signature { get { return 0x33637261; } } // 'arc3'
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public Arc3Opener ()
|
||||
{
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace GameRes.Formats.CaramelBox
|
||||
public override string Description { get { return "Caramel BOX resource archive"; } }
|
||||
public override uint Signature { get { return 0x34435241; } } // 'ARC4'
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public Arc4Opener ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user