(USF): added "arc" extension.

This commit is contained in:
morkt 2018-11-10 22:14:49 +04:00
parent 6d36c55b45
commit 2c67041155

View File

@ -39,7 +39,7 @@ namespace GameRes.Formats.WestGate
public UsfOpener () public UsfOpener ()
{ {
Extensions = new string[] { "alh", "usf", "udc", "uwb" }; Extensions = new string[] { "alh", "usf", "udc", "uwb", "arc" };
} }
public override ArcFile TryOpen (ArcView file) public override ArcFile TryOpen (ArcView file)