mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
changed format tag to "PAC1".
This commit is contained in:
@@ -35,7 +35,7 @@ namespace GameRes.Formats.Riddle
|
|||||||
[Export(typeof(ArchiveFormat))]
|
[Export(typeof(ArchiveFormat))]
|
||||||
public class PacOpener : ArchiveFormat
|
public class PacOpener : ArchiveFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "PAC"; } }
|
public override string Tag { get { return "PAC1"; } }
|
||||||
public override string Description { get { return "Riddle Soft resource archive"; } }
|
public override string Description { get { return "Riddle Soft resource archive"; } }
|
||||||
public override uint Signature { get { return 0x31434150; } } // 'PAC1'
|
public override uint Signature { get { return 0x31434150; } } // 'PAC1'
|
||||||
public override bool IsHierarchic { get { return false; } }
|
public override bool IsHierarchic { get { return false; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user