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:
@@ -146,6 +146,7 @@ namespace GameRes.Formats.Softpal
|
||||
public override string Tag { get { return "PGD/TGA"; } }
|
||||
public override string Description { get { return "Image format used by Softpal subsidiaries"; } }
|
||||
public override uint Signature { get { return 0; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public PgdTgaFormat ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user