mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(USF): added "arc" extension.
This commit is contained in:
parent
6d36c55b45
commit
2c67041155
@ -39,7 +39,7 @@ namespace GameRes.Formats.WestGate
|
||||
|
||||
public UsfOpener ()
|
||||
{
|
||||
Extensions = new string[] { "alh", "usf", "udc", "uwb" };
|
||||
Extensions = new string[] { "alh", "usf", "udc", "uwb", "arc" };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user