changed tag properties to more convenient format.

This commit is contained in:
morkt
2015-07-25 10:10:36 +04:00
parent 230ba532f0
commit cb2ce6b96c
5 changed files with 6 additions and 6 deletions

View File

@@ -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; } }