(AR): added "arc" extension.

This commit is contained in:
morkt 2018-08-09 08:43:11 +04:00
parent 32d4bf16d1
commit 6727f26b7e

View File

@ -47,6 +47,7 @@ namespace GameRes.Formats.PalmTree
public ArcOpener () public ArcOpener ()
{ {
Settings = null; Settings = null;
Extensions = new string[] { "arc" };
} }
public override ArcFile TryOpen (ArcView file) public override ArcFile TryOpen (ArcView file)