mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(WRC, ARC0): added extensions and signatures.
This commit is contained in:
@@ -40,6 +40,7 @@ namespace GameRes.Formats.Will
|
||||
public Arc0Opener ()
|
||||
{
|
||||
Extensions = new string[] { "arc" };
|
||||
Signatures = new uint[] { 0x30435241, 0x30414654 };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
|
||||
Reference in New Issue
Block a user