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.Yuka
|
||||
public override string Description { get { return "Yuka engine resource archive"; } }
|
||||
public override uint Signature { get { return 0x30434B59; } } // 'YKC0'
|
||||
public override bool IsHierarchic { get { return true; } }
|
||||
public override bool CanCreate { get { return true; } }
|
||||
public override bool CanWrite { get { return true; } }
|
||||
|
||||
public YkcOpener ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user