mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
added priorities to some formats.
This commit is contained in:
@@ -31,6 +31,7 @@ using GameRes.Utility;
|
||||
namespace GameRes.Formats.Ail
|
||||
{
|
||||
[Export(typeof(ArchiveFormat))]
|
||||
[ExportMetadata("Priority", -1)]
|
||||
public class DatOpener : ArchiveFormat
|
||||
{
|
||||
public override string Tag { get { return "DAT/Ail"; } }
|
||||
|
||||
Reference in New Issue
Block a user