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