mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
set Extensions property.
This commit is contained in:
@@ -52,6 +52,11 @@ namespace GameRes.Formats.FVP
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanCreate { get { return false; } }
|
||||
|
||||
public HzcOpener ()
|
||||
{
|
||||
Extensions = new string[] { "hzc" };
|
||||
}
|
||||
|
||||
static readonly Lazy<ImageFormat> Hzc = new Lazy<ImageFormat> (() => ImageFormat.FindByTag ("HZC"));
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
|
||||
Reference in New Issue
Block a user