mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
changed format tag to "PAC1".
This commit is contained in:
parent
2b973c0bd6
commit
9ed7665e33
@ -35,7 +35,7 @@ namespace GameRes.Formats.Riddle
|
||||
[Export(typeof(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 uint Signature { get { return 0x31434150; } } // 'PAC1'
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
|
Loading…
Reference in New Issue
Block a user