mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
set default extension to PAK.
This commit is contained in:
parent
036a5dd878
commit
5968f6cd24
@ -41,6 +41,11 @@ namespace GameRes.Formats.G2
|
||||
public override bool IsHierarchic { get { return true; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
|
||||
public PakOpener ()
|
||||
{
|
||||
Extensions = new string[] { "pak" };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
if (0 != file.View.ReadInt32 (4))
|
||||
|
Loading…
x
Reference in New Issue
Block a user