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:
@@ -39,7 +39,7 @@ namespace GameRes.Formats.Eushully
|
||||
public override string Description { get { return "Eushully resource archive"; } }
|
||||
public override uint Signature { get { return 0; } }
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
static string[] IndexNames = new string[] { "sys4ini.bin", "sys3ini.bin" };
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace GameRes.Formats.Eushully
|
||||
{
|
||||
public override uint Signature { get { return 0; } }
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
protected ArcFile TryOpenWithIndex (ArcView file, string entry_type, string entry_ext = "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user