mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(GRP): lower priority.
This commit is contained in:
parent
1c3a553e87
commit
3c6e3255f0
@ -32,6 +32,7 @@ using GameRes.Utility;
|
|||||||
namespace GameRes.Formats.Ankh
|
namespace GameRes.Formats.Ankh
|
||||||
{
|
{
|
||||||
[Export(typeof(ArchiveFormat))]
|
[Export(typeof(ArchiveFormat))]
|
||||||
|
[ExportMetadata("Priority", -1)]
|
||||||
public class GrpOpener : ArchiveFormat
|
public class GrpOpener : ArchiveFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "GRP/ICE"; } }
|
public override string Tag { get { return "GRP/ICE"; } }
|
||||||
|
Loading…
Reference in New Issue
Block a user