mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(Arc2Opener): added "ar2" extension.
This commit is contained in:
parent
80e86139ca
commit
ce0284300a
@ -43,7 +43,7 @@ namespace GameRes.Formats.Will
|
||||
|
||||
public Arc2Opener ()
|
||||
{
|
||||
Extensions = new string[] { "arc" };
|
||||
Extensions = new string[] { "arc", "ar2" };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
|
Loading…
Reference in New Issue
Block a user