mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
changed tag properties to more convenient format.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace GameRes.Formats.Qlie
|
||||
[Export(typeof(ArchiveFormat))]
|
||||
public class PackOpener : ArchiveFormat
|
||||
{
|
||||
public override string Tag { get { return "QLIE/PACK"; } }
|
||||
public override string Tag { get { return "PACK/QLIE"; } }
|
||||
public override string Description { get { return "QLIE engine resource archive"; } }
|
||||
public override uint Signature { get { return 0; } }
|
||||
public override bool IsHierarchic { get { return true; } }
|
||||
|
||||
Reference in New Issue
Block a user