mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-13 01:08:59 +08:00
(Legacy): added formats.
(GPC): Adv98 engine image format. (PIC): Grocer image format. (PL4): Pearl Soft images. (PAK,QDO): Red-Zone resources.
This commit is contained in:
@@ -29,9 +29,7 @@ using System.IO;
|
||||
|
||||
namespace GameRes.Formats.PlanTech
|
||||
{
|
||||
#if DEBUG
|
||||
[Export(typeof(ArchiveFormat))]
|
||||
#endif
|
||||
public class PacOpener : ArchiveFormat
|
||||
{
|
||||
public override string Tag { get { return "PAC/PLANTECH"; } }
|
||||
|
||||
@@ -29,9 +29,7 @@ using System.Windows.Media;
|
||||
|
||||
namespace GameRes.Formats.PlanTech
|
||||
{
|
||||
#if DEBUG
|
||||
[Export(typeof(ImageFormat))]
|
||||
#endif
|
||||
public class PacFormat : ImageFormat
|
||||
{
|
||||
public override string Tag { get { return "PAC/PLANTECH"; } }
|
||||
|
||||
Reference in New Issue
Block a user