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:
@@ -40,7 +40,7 @@ namespace GameRes.Formats.Entis
|
||||
public override string Description { get { return "Entis multi-frame image format"; } }
|
||||
public override uint Signature { get { return 0x69746e45u; } } // 'Enti'
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public EriOpener ()
|
||||
{
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace GameRes.Formats.Entis
|
||||
public override string Description { get { return "Entis GLS engine resource archive"; } }
|
||||
public override uint Signature { get { return 0x69746e45; } } // 'Enti'
|
||||
public override bool IsHierarchic { get { return true; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public NoaOpener ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user