mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-26 23:24:00 +08:00
added priorities to some formats.
This commit is contained in:
parent
0ed70e3595
commit
cc6747c537
@ -31,6 +31,7 @@ using GameRes.Utility;
|
|||||||
namespace GameRes.Formats.Ail
|
namespace GameRes.Formats.Ail
|
||||||
{
|
{
|
||||||
[Export(typeof(ArchiveFormat))]
|
[Export(typeof(ArchiveFormat))]
|
||||||
|
[ExportMetadata("Priority", -1)]
|
||||||
public class DatOpener : ArchiveFormat
|
public class DatOpener : ArchiveFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "DAT/Ail"; } }
|
public override string Tag { get { return "DAT/Ail"; } }
|
||||||
|
@ -38,6 +38,7 @@ namespace GameRes.Formats.Ags
|
|||||||
}
|
}
|
||||||
|
|
||||||
[Export(typeof(ImageFormat))]
|
[Export(typeof(ImageFormat))]
|
||||||
|
[ExportMetadata("Priority", -1)]
|
||||||
public class CgFormat : ImageFormat
|
public class CgFormat : ImageFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "CG"; } }
|
public override string Tag { get { return "CG"; } }
|
||||||
|
Loading…
Reference in New Issue
Block a user