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:
@@ -49,6 +49,7 @@ namespace GameRes.Formats.BlackRainbow
|
||||
public override string Tag { get { return "BMD"; } }
|
||||
public override string Description { get { return "Black Rainbow bitmap format"; } }
|
||||
public override uint Signature { get { return 0x444d425fu; } } // '_BMD'
|
||||
public override bool CanWrite { get { return true; } }
|
||||
|
||||
public override ImageMetaData ReadMetaData (Stream stream)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user