mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
initialize Extensions property since Tag was changed.
This commit is contained in:
parent
b74a9f9265
commit
0442de677a
@ -41,6 +41,11 @@ namespace GameRes.Formats.Riddle
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
|
||||
public PacOpener ()
|
||||
{
|
||||
Extensions = new string[] { "pac" };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
int count = file.View.ReadInt32 (4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user