mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
(DatOpener): added another possible signature.
This commit is contained in:
parent
05837d28ba
commit
89e7d14a97
@ -80,7 +80,7 @@ namespace GameRes.Formats.BlackRainbow
|
||||
public DatOpener ()
|
||||
{
|
||||
Extensions = new string[] { "dat", "pak" };
|
||||
Signatures = new uint[] { 2u, 4u, 5u };
|
||||
Signatures = new uint[] { 2u, 4u, 5u, 6u };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user