mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
(CgOpener): added extensions and signatures.
This commit is contained in:
parent
8932735018
commit
c9e41ba2c8
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user