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:
@@ -82,7 +82,7 @@ namespace GameRes.Formats.Glib2
|
||||
public override string Description { get { return "Glib2 engine resource archive"; } }
|
||||
public override uint Signature { get { return 0x47D33310; } }
|
||||
public override bool IsHierarchic { get { return true; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public G2Opener ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user