mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented GEC images.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace GameRes.Formats.Banana // namespace is arbitrary, actual format source
|
||||
|
||||
public PkOpener ()
|
||||
{
|
||||
Extensions = new string[] { "pk" };
|
||||
Extensions = new string[] { "pk", "dat" };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
|
||||
Reference in New Issue
Block a user