mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(DatOpener): added another possible signature.
This commit is contained in:
@@ -80,7 +80,7 @@ namespace GameRes.Formats.BlackRainbow
|
|||||||
public DatOpener ()
|
public DatOpener ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "dat", "pak" };
|
Extensions = new string[] { "dat", "pak" };
|
||||||
Signatures = new uint[] { 2u, 4u, 5u };
|
Signatures = new uint[] { 2u, 4u, 5u, 6u };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override ArcFile TryOpen (ArcView file)
|
public override ArcFile TryOpen (ArcView file)
|
||||||
|
|||||||
Reference in New Issue
Block a user