mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(Will.ArcOpener): added common signatures.
This commit is contained in:
parent
337f238198
commit
a5f398a2d5
@ -57,6 +57,7 @@ namespace GameRes.Formats.Will
|
|||||||
ArcOpener ()
|
ArcOpener ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "arc" };
|
Extensions = new string[] { "arc" };
|
||||||
|
Signatures = new uint[] { 1, 0 };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override ArcFile TryOpen (ArcView file)
|
public override ArcFile TryOpen (ArcView file)
|
||||||
|
Loading…
Reference in New Issue
Block a user